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:
parent
e12077513f
commit
4d14a874af
20 changed files with 2864 additions and 0 deletions
5
examples/mqtt_client/Makefile
Normal file
5
examples/mqtt_client/Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/make
|
||||
|
||||
PROGRAM=mqtt_client
|
||||
EXTRA_COMPONENTS = extras/paho
|
||||
include ../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue