The Repo focuses on collecting data from MQTT publisher, store it a SqliteDB and create a plot to visualize the data
- Python 3.11.5
- Sqlite DB
- Mosquitto MQTT broker
cd IoT-Project
pip install -r requirements.txt
To get values published to broker and write it to Sqlite DB
python scenarios.py
To read values from Sqlite DB and plot it for visualisation
python plot.py