-
Notifications
You must be signed in to change notification settings - Fork 0
Software Components
Cuthbert Baines edited this page Jun 1, 2026
·
1 revision
This page provides an overview of the software components used in the River Project.
Primary Language: All data collection and processing logic is written in Python.
Key Libraries:
-
sense-hat- Interface with Sense Hat sensors -
paho-mqtt- MQTT client for message publishing -
json- Data serialization
Installation:
pip install sense-hat paho-mqtt