[![](https://travis-ci.org/tuanpmt/espmqtt.svg?branch=master)](https://travis-ci.org/tuanpmt/espmqtt) [![](http://hits.dwyl.io/tuanpmt/espmqtt.svg)](http://hits.dwyl.io/tuanpmt/espmqtt) [![Twitter Follow](https://img.shields.io/twitter/follow/tuanpmt.svg?style=social&label=Follow)](https://twitter.com/tuanpmt) ![GitHub contributors](https://img.shields.io/github/contributors/tuanpmt/espmqtt.svg) # 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