MQTT is one of the external communication protocols you can use on the Kuika platform. You can quickly integrate your existing MQTT infrastructure into the application you develop in Kuika. MQTT is a lightweight protocol that is especially ideal for IoT (Internet of Things) applications and stands out with its low bandwidth requirement. Using MQTT, you can ensure fast and reliable data flow between devices. In this course, you will learn how to integrate MQTT into your applications and how to make data communication efficient.
This training content consists of the following topics:
HiveMQ Cloud is an IoT platform using the MQTT protocol. You can create a cluster using HiveMQ Console and connect with a web client.
You can do this step by step as follows:
In MQTT, Quality of Service (QoS) determines the level of reliability of message delivery. There are three different QoS levels:
The Retain feature allows certain data to be quickly forwarded to newly connected clients and is useful when the latest status information needs to be retained.
Add the Publish Action to a Button