Skip to content

Tests the internet connection and adds the results to a database. Dynamic webpage shows the results and statistics

License

Notifications You must be signed in to change notification settings

eddwhite/internet-tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internet tester

Check internet connection and speed and add results to a database Live website shows latest results and stats

Setup data collection

install speedtest-cli (github link HERE)

crontab -e
*/15 * * * * /usr/bin/python3 ~/Workspace/internet-tester/internet_tester.py > /dev/null

Setup webserver

install Apache install Chart.js

npm install chart.js --save

About

Tests the internet connection and adds the results to a database. Dynamic webpage shows the results and statistics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published