https://github.com/ernsthaagsman/raspberryping
A smokeping style internet connection quality tool for Raspberry Pi
https://github.com/ernsthaagsman/raspberryping
flask matplotlib ping postgresql python raspberry-pi
Last synced: 2 months ago
JSON representation
A smokeping style internet connection quality tool for Raspberry Pi
- Host: GitHub
- URL: https://github.com/ernsthaagsman/raspberryping
- Owner: ErnstHaagsman
- License: other
- Created: 2017-06-22T10:44:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-05T12:43:35.000Z (over 8 years ago)
- Last Synced: 2025-03-16T21:12:02.516Z (over 1 year ago)
- Topics: flask, matplotlib, ping, postgresql, python, raspberry-pi
- Language: Python
- Homepage: https://blog.jetbrains.com/pycharm/2017/07/raspberry-ping-1/
- Size: 11.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Raspberry Ping
==============
A smokeping style internet connection quality monitoring tool.
Usage
-----
Set up postgres for peer authentication: create a postgres role
with the same name as the linux account you want to run the
scripts on. Then create a database with the same name.
Add ping.py [hostname] to the crontab of that user:
ping.py jetbrains.com
Run the Flask app in analyze.py to get a web interface to
see the results
python analyze.py
For additional details, read the blog post linked from the
repository.