Added a MQTT pub/sub example of using AWS IoT (via ECC based TLS1.2 connection).
This commit is contained in:
parent
22c480b583
commit
40fcc84c6d
8 changed files with 701 additions and 0 deletions
3
examples/aws_iot/Makefile
Normal file
3
examples/aws_iot/Makefile
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
PROGRAM=aws_iot
|
||||
EXTRA_COMPONENTS = extras/paho_mqtt_c extras/mbedtls
|
||||
include ../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue