MQTT Protocol Communication
Subscribe and publish to MQTT topics
Industrial Communication Toolbox™ allows you to subscribe to and read messages from MQTT topics via third-party MQTT brokers, and to write messages to MQTT topics.
Message Queuing Telemetry Transport (MQTT) is an OASIS standard messaging protocol for the Internet of Things (IoT). It is designed as an extremely lightweight publish/subscribe messaging transport that is ideal for connecting remote devices with a small code footprint and minimal network bandwidth.
Functions
mqttclient | Create MQTT client connected to broker (Since R2022a) |
subscribe | Subscribe to MQTT topic (Since R2022a) |
read | Read available messages from MQTT topic (Since R2022a) |
write | Write message to MQTT topic (Since R2022a) |
unsubscribe | Unsubscribe from MQTT topics (Since R2022a) |
peek | View most recent message from MQTT topic (Since R2022a) |
flush | Clear received MQTT messages (Since R2022a) |