Click here to Skip to main content
16,012,468 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I want to find out the speed of internet through silverlight coding.
Posted

Speed of Internet? I guess, this: http://en.wikipedia.org/wiki/Speed_of_light[^].

Everything else is either not speed, or speed but not of Internet.

—SA
 
Share this answer
 
Similar question on Stack Overflow

http://stackoverflow.com/questions/981889/connection-speed-test-in-silverlight[^]

It depends how much functionality you want, but the concepts are going to be the same.

Download speed
Start a request to download some dummy payload data. Time how long it takes

Upsteam test
Start a request to send some dummy payload data to your server. Time how long it takes

Have a look at http://www.speedtest.net/[^] for functionality ideas
 
Share this answer
 
Comments
Sandeep Mewara 10-May-11 12:17pm    
My 5!

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