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

Compare with Current View Page History

Version 1 Next »

Summary

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

Broker

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

  • No labels