dlitvakb / monitor_consultorio

Monitor de Internet/Electricidad

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monitor

Cliente

  • Instalarlo en la RaspberryPi
  • Agregarlo al Crontab:
# crontab -e

*/2 * * * * python $HOME/dev/monitor/client/run.py

Servidor

Status Server

  • Instalarlo en el Server
  • Para iniciar: python server/server.py

Monitor de Connectividad

  • Instalarlo en el Server
  • Agregarlo al Crontab:
# crontab -e

*/2 * * * * python $HOME/dev/monitor/server/monitor.py

About

Monitor de Internet/Electricidad


Languages

Language:Python 100.0%