2025-09-23 15:26:40 +02:00
name : mqtt
2022-10-17 12:21:52 +02:00
version : "1.0.0"
2025-09-23 15:26:40 +02:00
description : "ESP-MQTT - A robust MQTT client library for ESP32 microcontrollers supporting MQTT 3.1.1 and 5.0 protocols with multiple transport layers"
url : "https://github.com/espressif/esp-mqtt"
documentation : "https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/mqtt.html"
repository : "https://github.com/espressif/esp-mqtt"
issues : "https://github.com/espressif/esp-mqtt/issues"
license : "Apache-2.0"
maintainers :
- "Espressif Systems <support@espressif.com>"
tags :
- mqtt
- mqtt5
- protocol
- networking
2022-10-17 12:21:52 +02:00
dependencies :
2025-09-23 15:26:40 +02:00
idf :
version : ">=5.3"