Command line interface for testing internet bandwidth using speedtest.net
Go to file
Andrew Parker 357649cba7 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-25 11:34:13 -06:00
.gitignore Initial commit 2012-09-10 12:17:53 -07:00
README.md Add usage to readme 2013-01-25 11:12:28 -06:00
speedtest-cli Bug fixes, etc. 2013-01-25 11:34:13 -06:00
speedtest-cli-3 First pass at adding some command line options, the default is not to automatically generate the share link 2013-01-24 14:40:29 -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

Usage

$ speedtest-cli -h
usage: speedtest-cli [-h] [--share] [--simple]

Command line interface for testing internet bandwidth using speedtest.net.
--------------------------------------------------------------------------
https://github.com/sivel/speedtest-cli

optional arguments:
  -h, --help  show this help message and exit
  --share     Generate and provide a URL to the speedtest.net share results
              image
  --simple    Suppress verbose output, only show basic information