Click here to Skip to main content
15,887,453 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear All,

I want to check the internet connection speed in kbps.
Can you please anybody give me the resolution. My head to the wall.

Thanks ,
Venkat.
Posted
Comments
[no name] 15-May-14 8:26am    
A resolution to what? What have you tried? What problem did you encounter? Did you get any errors? What were those errors? What line of code did the error occur?
Prasad Khandekar 15-May-14 8:28am    
Simplest way could be try to upload and download a fixed size file from a known destination using say apache HttpClient library and measuring the time required using Stopwatch class found in apache commons lang library. For reasonably accurate measurement you will have to carry out these operations multiple times and then take the average.

Regards,

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900