Protocol
MQTT
Publish/subscribe messaging over TCP with QoS 0/1/2 delivery grades. Topics, retain flags, and last-will messages are core broker features for IoT telemetry. MQTT 5 adds reason codes, user properties, and shared subscriptions.
Domains
Layers
Tags
pubsubiotbrokerqos
Sources
- OASIS MQTT 3.1.1 / 5.0
Related protocols
TCP
Lab readyReliable, ordered byte-stream transport with ports, sequence/ack numbers, windowing, and congestion control. Three-way handshake and four…
CoAP
Lab readyREST-like protocol for constrained devices, typically over UDP, with confirmable/non-confirmable messages, tokens, and resource discovery…
WebSocket
Lab readyFull-duplex message framing upgraded from HTTP, with opcode, mask bit, and payload-length fields. Browsers use it for signaling and live …
OPC UA
Lab readyPlatform-independent industrial information model with secure channels, sessions, subscriptions, and monitored items. Binary UA-TCP and H…