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

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.

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.