https://github.com/lobis/ping_master
A simple Flask application that continuosly pings hosts on a hosts file and updates the status (reacheable or not) screen on realtime.
https://github.com/lobis/ping_master
flask ping python websockets
Last synced: 8 months ago
JSON representation
A simple Flask application that continuosly pings hosts on a hosts file and updates the status (reacheable or not) screen on realtime.
- Host: GitHub
- URL: https://github.com/lobis/ping_master
- Owner: lobis
- License: mit
- Created: 2018-03-08T14:21:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T08:47:47.000Z (over 7 years ago)
- Last Synced: 2025-01-03T02:46:23.853Z (9 months ago)
- Topics: flask, ping, python, websockets
- Language: Python
- Homepage:
- Size: 7.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ping_master
A simple Flask application that continuosly pings hosts on a hosts file and updates the status (reacheable or not) screen on realtime.It can be useful as a template on how to naively use websockets with flask.