Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 511 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 511 Bytes

HoPPS

Host Process Polling System

This project is meant to act as a basic monitoring tool for a home network. The client.py runs on computers within the network, reporting to a server that runs server.py. At this point in development the server has to run MongoDB, which collects the client data for analysis.

The hopps.conf configuration file is set on each client to define where the server is, what port it is listening on, and how often the client script should execute (defaults to every 5 minutes).