/NetSpeedGraphs

Simple Python program to check ping, upload and download speeds (using speedtest) and plot the information.

Primary LanguagePythonMIT LicenseMIT

NetSpeedGraphs

Simple Python program to check ping, upload and download speeds (using speedtest) and plot the information.

Running a Single Test

Useage main.py data_file html_file to run a single speed test (for ping, download and upload speeds) and update the csv and html files.

  • data_file Path to the csv file where all results are stored
  • html_file Path to the html file where the output plots are produced

To Do

  • Add setup.py to install script as a package
  • Add documentation, probably using sphinx