MQTT client api and example

This code based on ESP8266 port of the embedded C client in Eclipse Paho project
(http://www.eclipse.org/paho/) and it port for espressif
ESP8266_RTOS_SDK by baoshi (https://github.com/baoshi/ESP-RTOS-Paho.git)
This commit is contained in:
Yudi Ludkevich 2016-01-02 10:41:28 +03:00 committed by Angus Gratton
parent 83c5f91bc0
commit 7e9d5bd2e2
21 changed files with 2793 additions and 0 deletions

View file

@ -0,0 +1,3 @@
PROGRAM=mqtt_client
EXTRA_COMPONENTS = extras/paho_mqtt_c
include ../../common.mk