Add readme

This commit is contained in:
Hunter 2024-10-08 10:42:28 -04:00
commit 4a03330f17
1 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@ -0,0 +1,21 @@
# USDA Pecan IOT Tablet Configuration
## This repo contains separate branches for each tablet to store the
individualized software.
Each of:
- jc
- meyer
- sheller
All 3 branches implement contain the prerequisites for setting up a
Systemd service to listen to and control equipment via MQTT, as well
as sending back relevant diagnostic and statistical information.
Files:
- mqtt_listener.py: The main Python application interacting with MQTT
- mqtt_listener.service: The file to install to /etc/systemd/system/
- mqtt_start.sh: The entrypoint from Systemd to Python