Understanding MQTT Clients and Brokers
In the previous issue, we introduced the publish and subscribe framework of MQTT: MQTT Publish and Subscribe Architecture The two most important roles are MQTT clients and MQTT brokers (intermediaries). Let’s quickly review these two core components: The publish/subscribe model decouples the client responsible for sending messages (the publisher) from the client responsible for receiving … Read more