/AzureIoT_MQTT_ESP32

Publish-Subscribe system that uses Azure IoT Hub as a MQTT broker for communication between devices

Primary LanguageC

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.

  1. Starting Guide
  2. Organization
  3. Support Materials

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