mirror of
https://github.com/espressif/esp-mqtt.git
synced 2026-06-05 21:04:46 +00:00
22 lines
618 B
YAML
22 lines
618 B
YAML
name: mqtt
|
|
version: 1.1.0
|
|
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
|
|
dependencies:
|
|
idf:
|
|
version: '>=5.3'
|