Monitor internet usage
C#
5
Posts
2
Posters
0
Views
1
Watching
-
I am interested in writing a program in C# to monitor my bandwidth usage (up and down) on my satellite internet. Is anyone aware of existing source code? Any suggestions?
-
There's a few on SourceForge. Check out FreeMeter[^]. (If you choose not to make your own, I recommend NET Traffic Meter[^]. It's very, very simple and works well.)
-
There's a few on SourceForge. Check out FreeMeter[^]. (If you choose not to make your own, I recommend NET Traffic Meter[^]. It's very, very simple and works well.)
-
Free meter you suggested is exactly what I needed. Downloaded source and compiled under Net 2005 without problem. I will be able to extract what I need from there. Many Thanks. Electriac