> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2021.1/toolbox/communication/mqtt.md).

# MQTT

## Introduction

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 [**MQTT Attributes**](https://docs.incari.com/incari-studio/v/2021.1/modules/project-settings#mqtt) in **Project Settings** and add a `Connection`.

## Contents

* [**Events**](/incari-studio/2021.1/toolbox/communication/mqtt/events.md)
* [**MQTT Start**](/incari-studio/2021.1/toolbox/communication/mqtt/mqttstart.md)
* [**MQTT Stop**](/incari-studio/2021.1/toolbox/communication/mqtt/mqttstop.md)
* [**MQTT Subscribe**](/incari-studio/2021.1/toolbox/communication/mqtt/mqttsubscribe.md)
* [**MQTT Publish**](/incari-studio/2021.1/toolbox/communication/mqtt/mqttpublish.md)

## External Links

* [*More information on MQTT*](https://en.wikipedia.org/wiki/MQTT) on Wikipedia.
* [*An in-depth explanation and tutorials*](https://mqtt.org/) on MQTT.
* [*An in-depth explanation of Topics*](http://www.steves-internet-guide.com/understanding-mqtt-topics/#:~:text=%20Understanding%20MQTT%20Topics%20%201%20The%20%24SYS,publish%20to%20an%20individual%20topic.%20That...%20More%20)
