-
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.
Updated README.md with a little more information
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 deletions.
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,3 +1,7 @@ | ||
# peoplecount-server | ||
|
||
Server-side flow for peoplecount application. Communicates with devices via MQTT. The camera device code is available in [peoplecount-camera](https://github.com/seansund/peoplecount-camera). | ||
|
||
The server exposes an HTTP request input to initiate the flow. Once started, a new capture instance is added to the database and a message with the new capture_id is published to a command topic so that devices will initiate the capture. | ||
|
||
When the device has completed its capture it will publish to an event topic to which the server has subscribed. When a message comes in, the server looks up the capture in the database using the capture_id and updates the total count and counts list with the information from the device. |