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
- Host: GitHub
- URL: https://github.com/alexandergrooff/daily-connection-check
- Owner: AlexanderGrooff
- License: gpl-3.0
- Created: 2017-07-18T10:48:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-20T22:27:41.000Z (almost 9 years ago)
- Last Synced: 2025-02-01T20:26:27.774Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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