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 Yuri Ludkevich
parent e12077513f
commit d3a26bcd0b
20 changed files with 2856 additions and 0 deletions

9
extras/paho/component.mk Normal file
View file

@ -0,0 +1,9 @@
# Component makefile for extras/paho
# expected anyone using bmp driver includes it as 'paho/MQTT*.h'
INC_DIRS += $(paho_ROOT)..
# args for passing into compile rule generation
paho_SRC_DIR = $(paho_ROOT)
$(eval $(call component_compile_rules,paho))