MQTT Smart Sensors Project This project demonstrates MQTT-based communication between virtual smart sensors (temperature, humidity, CO2) and a monitoring service using Python. Requirements Python 3.x paho-mqtt library Setup Install the required dependencies: pip install -r requirements.txt