Add MQTT capabilities to your project with this extension
Overview
Extension Developer | Andres Cotes |
Clone Starter .aia | Open in Thunkable Coming Soon |
Get the .aix | Download |
Click-to-Copy Link | co.com.dendritas.DendritasMqtt.aix |
Donate to Developer | Not Available |
License | CC-BY 4.0 N/A |
http://community.thunkable.com/uploads/default/original/2X/8/8cc3e71ec9ffb609ec43e4657d7805d6f38169a6.aix
Thunkable Community
If you have any questions about the MQTT extension then head on over to the Thunkable Community where you’ll find lots of amazing people who are happy to help you out.
Installation
If you need any help installing an extension then take a look at our “How to Install an Extension” guide.
Blocks
Events
When the target device returns a message the GotLastMessage
event occurs. This event creates four local variables, Topic, Payload, Time and QoS.
Procedures
This procedure specifies which webViewer to use to connect with.
Similar to the above, but for disconnecting.
Requests a message from the target device.
This procedure is used to publish a message. The four input parameters are Topic, Payload, Qos and webViewer.
Getters & Setters
Troubleshooting
Documentation on the MQTT Protocol
Example App
Coming soon!
Want to Help?
There are lots of great extensions being created and updateed everyday. Keeping this site up to date is a huge task. If you want to help out find out more in the Thunkable Community
Post written by:
Domhnall