Skip to main content

One doc tagged with "mqtt"

View all tags

MQTT Overview

MQTT (Message Queuing Telemetry Transport) is a lightweight, publish-subscribe messaging protocol designed for low-bandwidth, high-latency, or unreliable networks. It's widely used in IoT (Internet of Things) systems for efficient, real-time data exchange between devices. MQTT operates on a client-server model where devices (clients) communicate through a broker, ensuring scalability and reliability.