Link to home
Start Free TrialLog in
Avatar of mak730
mak730Flag for Mexico

asked on

Need to measure broadband speed in C#

Hi,

I need to measure bandwidth in C# so I can make a program that run several times in the day and see variations in bandwidth. But I have no clue.

I tried downloading a file from a server, take initial time and take finish time and divide the number of bytes between the number of seconds the operation took. But I checked the results against several online meters and my results are very different and dependant on the size of the file I download/upload, so I guess this method is not right.

Can someone give some directions?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Bradley Haynes
Bradley Haynes
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Forced accept.

Computer101
EE Admin