An open API service indexing awesome lists of open source software.

https://github.com/alexandergrooff/daily-connection-check

Check internet connection from a Raspberry Pi
https://github.com/alexandergrooff/daily-connection-check

Last synced: over 1 year ago
JSON representation

Check internet connection from a Raspberry Pi

Awesome Lists containing this project

README

          

# Dependencies
* Python 3
* [sSMTP](https://wiki.debian.org/sSMTP) as MTA in order to send mail.
* [speedtest-cli](https://github.com/sivel/speedtest-cli) to test connection speeds.
* [schedule](https://github.com/dbader/schedule) for setting timers.

# TODO
* Store records to DB
* Make schedule configurable instead of crontab