MQTT Protocol

MQTT (Message Queuing Telemetry Transport, ISO/IEC 20922) is a lightweight pub/sub messaging protocol widely used in SCADA and IIoT applications for sensor data collection and device control. MQTT brokers (Mosquitto, EMQX, HiveMQ) are commonly deployed in SCADA architectures for real-time telemetry streaming.

API entry from apis.yml

apis.yml Raw ↑
aid: scada:mqtt
name: MQTT Protocol
description: MQTT (Message Queuing Telemetry Transport, ISO/IEC 20922) is a lightweight pub/sub messaging
  protocol widely used in SCADA and IIoT applications for sensor data collection and device control. MQTT
  brokers (Mosquitto, EMQX, HiveMQ) are commonly deployed in SCADA architectures for real-time telemetry
  streaming.
humanURL: https://mqtt.org/
tags:
- IoT
- MQTT
- Messaging
- Pub/Sub
- Telemetry
properties:
- type: Documentation
  url: https://mqtt.org/
- type: Specification
  url: https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html