MQTT is one of the external communication protocols you can use on the Kuika platform. You can easily integrate your existing MQTT infrastructure into Kuika applications. MQTT is a protocol that stands out with its lightweight and low bandwidth requirement, especially ideal for IoT (Internet of Things) applications.
Using MQTT, you can ensure fast and reliable data flow between devices. This guide covers how to integrate MQTT, the process of creating a HiveMQ Cloud membership, configuring connection settings, and the steps required to send and receive messages over MQTT.
This training content consists of the following topics:
HiveMQ Cloud is an IoT platform that supports the MQTT protocol. Using the HiveMQ Console you can create an MQTT broker and connect your devices.
After completing these steps, you can send (publish) or listen (subscribe) to a specific topic.
In MQTT, topic allows filtering of messages. A hierarchical structure separated by a slash (/) is used.
Examples:
The QoS level in MQTT determines the reliability of message delivery.
The Retain feature allows messages to be saved and forwarded to newly connected clients.
After creating the MQTT data source, enter the connection information:
Click the Test button to test the connection and then save the settings with the CREATE button.
With Subscribe you can automatically subscribe to a specific topic.
You can add extra actions:
This training content will accelerate your process of setting up MQTT connections on the Kuika platform, exchanging messages and integrating your applications with MQTT.