Skip to content

cube1324/SpeedMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpeedMonitor

Ever wanted to know how much your ISP fucks you over? Just yeet speedmonitor.py on your pi and put it in a cronjob. Guaranteed Disapointment.

Set up:

Install requirements.txt with pip3. Sometimes numpy is broken on Pi, use sudo apt-get install python3-numpy

Allow script to be executed chmod +x speedmonitor.py

Open cronjobs with crontab -e

Add 0 * * * * /path/to/speedmonitor.py at the end of the file. This executes a Speedtest every Hour and save the results into data.csv

Histogramm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages