This project demonstrates an IoT-based temperature monitoring system using MQTT for communication between devices and a server.
- Python
- Paho-MQTT library
- MQTT protocol
- Virtual environment (venv)
- Install the necessary Python libraries using
pip install -r requirements.txt
. - Run the server using
python3 server.py
. - Run the device simulator using
python3 device.py
.