-->
Page 5 of 5

Re: MQTT Messaging

PostPosted: Sun Jun 10, 2018 9:08 am
by Holli
And here an example code, command description as follows:

mqtt.deviceid - defines a unique device id
mqtt.setup - setup the broker URL, must be a domain name, IP addresses probably not working yet
mqtt.connect - connect to broker and keep connection alive
mqtt.disconnect - disconnect
mqtt.subscribe - subscribe a topic
mqtt.unsubscribe - unsubscribe topic
mqtt.publish - send data to the broker

You can subscribe multiple topics at a time but after a temporary disconnection from the server only the last subscribed topic will be automatically subscribed to again.

Re: MQTT Messaging

PostPosted: Sun Oct 13, 2019 3:08 pm
by bangerla
Has there been any more progress on this? Any luck with it being integrated into the latest build?