mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-02 02:10:19 +08:00

Commit ID: 13018449 Add global "mqtt" to manage both "ESP-MQTT" and "IBM-MQTT". Using select the target MQTT to using like selecting SSL.
28 lines
1.4 KiB
Markdown
28 lines
1.4 KiB
Markdown
[](https://travis-ci.org/tuanpmt/espmqtt)
|
|
[](http://hits.dwyl.io/tuanpmt/espmqtt)
|
|
[](https://twitter.com/tuanpmt)
|
|

|
|
|
|
# ESP32 MQTT Library
|
|
|
|
## Features
|
|
|
|
- Based on: https://github.com/tuanpmt/esp_mqtt
|
|
- Support MQTT over TCP, SSL with mbedtls, MQTT over Websocket, MQTT over Websocket Secure
|
|
- Easy to setup with URI
|
|
- Multiple instances (Multiple clients in one application)
|
|
- Support subscribing, publishing, authentication, will messages, keep alive pings and all 3 QoS levels (it should be a fully functional client).
|
|
|
|
## How to use
|
|
|
|
[ESP-MQTT](https://github.com/espressif/esp-mqtt) is a standard [ESP-IDF](https://github.com/espressif/esp-idf) component.
|
|
Please refer to instructions in [ESP-IDF](https://github.com/espressif/esp-idf)
|
|
|
|
## Documentation
|
|
Please refer to the standard [ESP-IDF](https://github.com/espressif/esp-idf) documentation here https://github.com/espressif/esp-idf/blob/master/docs/en/api-reference/protocols/mqtt.rst
|
|
|
|
## License
|
|
- MQTT Package - [Stephen Robinson - contiki-mqtt](https://github.com/esar/contiki-mqtt)
|
|
- Others [@tuanpmt](https://twitter.com/tuanpmt)
|
|
Apache License
|