-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
497e2bf
commit 52345ee
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
# HoPPS | ||
# 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. | ||
|
||
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) |