MQTT is a messaging protocol designed specifically for (IoT) device communications. In MQTT, all participating entities are clients connecting to a so-called broker. Clients subscribe to topics , publish messages to them, and the broker does the routing (and many other things)

9m read timeFrom dev.to
Post cover image
Table of contents
IntroductionMQTT ProtocolMQTT BrokersSensor SetupDashboard SetupTying Parts TogetherConclusion

Sort: