Tasmota/lib/esp-mqtt-arduino-1.0.1.02.1
Theo Arends c60c8af237 v5.12.0d - Add alternative MQTT libraries
5.12.0d
* Add support for optional MQTT drivers to be selected in user_config.h
(#1992)
2018-03-02 15:38:37 +01:00
..
examples v5.12.0d - Add alternative MQTT libraries 2018-03-02 15:38:37 +01:00
src v5.12.0d - Add alternative MQTT libraries 2018-03-02 15:38:37 +01:00
.gitignore v5.12.0d - Add alternative MQTT libraries 2018-03-02 15:38:37 +01:00
README.md v5.12.0d - Add alternative MQTT libraries 2018-03-02 15:38:37 +01:00
keywords.txt v5.12.0d - Add alternative MQTT libraries 2018-03-02 15:38:37 +01:00
library.properties v5.12.0d - Add alternative MQTT libraries 2018-03-02 15:38:37 +01:00

README.md

MQTT

A Wrapper around mqtt for Arduino to be used with esp8266 modules.

It wraps a slightly modified version of mqtt for esp8266 ported by Tuan PM. Original code for esp: https://github.com/tuanpmt/esp_mqtt Original code for contiki: https://github.com/esar/contiki-mqtt

====

secure libssl:

If you want to use secure communication, please use the secure-branch!