MQTT
Last updated
Was this helpful?
Last updated
Was this helpful?
The MQTT Nodes provide a means for the user to perform several actions within the MQTT messaging protocol. MQTT, or Message Queuing Telemetry Transport, allows the communication among devices and is commonly used in IoT applications. To use the MQTT Nodes in Incari, the user needs to locate the in Project Settings and add a Connection
.
These are the guidelines for incorporating MQTT Communication into a Project to form an MQTT Client. It is important to note that an MQTT server, either local or remote, has to be already running for Incari to connect to it.
To properly start a connection, see the on the Communications Introduction page.
Once the connection has been established, there are several Nodes that cover important functions of MQTT Communication.
executes when an MQTT Message (for one of the specified Topics) is received.
sends an MQTT Message.
starts listening for an MQTT Topic.
To properly stop a connection, see the on the Communications Introduction page.
on Wikipedia.
on MQTT.