Glossary
MQTT
MQTT is a lightweight publish-subscribe protocol that lets IoT devices exchange topic-based messages through a broker.
Glossary
Publish-Subscribe (Pub/Sub)
Publish-subscribe is a messaging pattern where publishers send events to topics and subscribers receive matching messages.