mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-03 19:31:51 +00:00
19 lines
587 B
YAML
19 lines
587 B
YAML
dependencies:
|
|
idf:
|
|
version: '>=5.3'
|
|
description: ESP-MQTT - A robust MQTT client library for ESP32 microcontrollers supporting
|
|
MQTT 3.1.1 and 5.0 protocols with multiple transport layers
|
|
documentation: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/mqtt.html
|
|
issues: https://github.com/espressif/esp-mqtt/issues
|
|
license: Apache-2.0
|
|
maintainers:
|
|
- Espressif Systems <support@espressif.com>
|
|
repository: https://github.com/espressif/esp-mqtt
|
|
tags:
|
|
- mqtt
|
|
- mqtt5
|
|
- protocol
|
|
- networking
|
|
url: https://github.com/espressif/esp-mqtt
|
|
version: 1.0.0
|