mqtt protocol communication -凯发k8网页登录
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
create mqtt client connected to broker | |
subscribe to mqtt topic | |
read available messages from mqtt topic | |
write message to mqtt topic | |
unsubscribe from mqtt topics | |
view most recent message from mqtt topic | |
clear received mqtt messages |