Simulate Azure IoT Telemetry And Device Twin using MQTT Directly
TLDR; In this post I show how to simulate Azure IoT device D2C (Device to cloud) messages telemetry, and Device Twin Reported Properties using MQTTX CLI. Introduction I have been working in several Azure IoT projects in the past 3 years, where MQTT was the preferred device/server communication protocol. In these projects, there has been a repeatable need to generate MQTT messages to simulate devices’ telemetry, without going through the Azure CLI. ...