Command line interface for testing internet bandwidth using speedtest.net
Go to file
Andrew Parker c0f0087fd6 Bug fixes, etc.
If multiple servers reported the exact same lat. and long. then they
would overwrite eachother in the dict.  I changed it to use a
defaultdict so that you could have multiple servers with the exact same
distance. (3 of my closest 5 reported the exact same corrdinates.)

The latency it was printing was not the latency from the chosen best
server.  Now it is.

Added a print out of the IP and ISP info.
2013-01-22 16:52:46 -07:00
.gitignore Initial commit 2012-09-10 12:17:53 -07:00
README.md Update readme to reference 2.4-2.7 2013-01-22 10:03:45 -06:00
speedtest-cli Bug fixes, etc. 2013-01-22 16:52:46 -07:00
speedtest-cli-3 Make sure we are only sending ascii characters in POST requests to avoid urllib2 encoding errors, and add the missed post var in the POST data 2013-01-12 10:46:56 -06:00

README.md

speedtest-cli

Command line interface for testing internet bandwidth using speedtest.net

Versions

speedtest-cli is written for use with Python 2.4-2.7

speedtest-cli-3 is written for use with Python 3