Windows network speed tester
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
John Smith 2e19c76d16 Add azure_updater to build list for windows 17 hours ago
library Add azure server updater & add actual speed display 17 hours ago
resources First commit 3 weeks ago
.gitignore First commit 3 weeks ago
README.md Add windows build instructions 3 weeks ago
bootstrap.ps1 Fix building under windows 3 weeks ago
setup.bat Fix building under windows 3 weeks ago
setup.py Add azure_updater to build list for windows 17 hours ago
speedtest.ini Add azure server updater & add actual speed display 17 hours ago
speedtest.py Fix indentation error 17 hours ago
urls.txt Update urls.txt 17 hours ago

README.md

Speedtest

A speedtest utiliy that is supposed to be ran on the end user machine.

The utility sends email reports about average and maximum network speed to the pre-configured email address.

Setting up

In order for the utility to perform any tests, consider filling two configuration files:

  • speedtest.ini — the file where you would put the logging, chunk size, number of samples and email settings.
  • urls.txt — the file where you put direct links to the files you want the tests to be performed on.

Usage

Just run speedtest.py or speedtest.exe after completing the configuration.

Done! You're amazing!

Building for Windows by yourself

  1. First you need to complete the installation steps with bootstrap.ps1.
  2. (Optional) put upx.exe next to setup.bat and setup.py to get your build optimized in size.
  3. Then you can run setup.bat.
  4. The output files fill be in the dist directory.