Tag: mqtt
-
Message Queuing Telemetry Transport
MQTT has a very simple publisher-subscriber design. Widely used in IoT systems, MQTT uses TCP and is a very lightweight protocol. It can help cater to a wide variety of use cases due to the simplicity of messages (connect/publish/disconnect) and the support for topics.