Publisher-Subscriber MQTT for Azure IoT Hub
This project builds a IoT prototype that uses a publisher-subcriber messaging pattern to connect sensor nodes. Azure IoT Hub is used as a MQTT broker and the sensor nodes are ESP32 devices.
Starting Guide
The implemented system consists in a MQTT publisher-subscriber communication system with Azure IoT Hub.
The document serves as a Starting Guide for the developed project in the course Distributed Systems.
Organization
All files corresponding to the ESP32 implementation are present in esp-azure.
pc contains all files corresponding to the implemented communication service between the cloud and the ESP32.
Support Materials
Azure IoT
ESP32