Category: Azure IoT

  • Running eclipse-mosquitto in an Azure IoT Edge Module

    I was looking to run a MQTT broker on an IoT edge device, allowing devices to communicate locally with each other. The most important thing is to modify the “Container Create Options” so that the container’s port can be seen on the local network. Also I want to use the no auth mosquitto config (it…