You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Summary

MQTT is an open OASIS and ISO standard lightweight, publish-subscribe network protocol that transports messages between devices. 

Broker

Sub-menu: /iot mqtt

To add a new broker, run the command:

[admin@knot] /iot mqtt> brokers add
PropertyDescription
address (IP|hostname; Default: )
certificate (string; Default: )

client-id (string; Default: )


name (string; Default: )


password (string; Default: )


port (integer:0..65535; Default: 1883)


ssl (yes | no; Default: no)


username (string; Default: )


Publish 

asdasdasdasdsad

PropertyDescription
broker (string; Default: )

message (string; Default: )


qos (string; Default: )


retain (string; Default: )


topic (integer:0..65535; Default: 1883)



To add a new

  • No labels