Added a MQTT pub/sub example of using AWS IoT (via ECC based TLS1.2 connection).

This commit is contained in:
Rong Shen 2016-07-18 17:04:27 -07:00
parent 22c480b583
commit 40fcc84c6d
8 changed files with 701 additions and 0 deletions

View file

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