A Threaded Secure MQTT Client example. Uses MBED TLS for SSL/TLS connection. QoS0 only for now. Example has been tested with K64F connected via Ethernet.

Dependencies:   FP MQTTPacket

Fork of HelloMQTT by MQTT

Files at this revision

API Documentation at this revision

Comitter:
vpcola
Date:
Tue Apr 04 05:00:08 2017 +0000
Parent:
34:dc31ab8c2241
Commit message:
Minor updates

Changed in this revision

mbed_app.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_app.json	Tue Apr 04 04:58:49 2017 +0000
+++ b/mbed_app.json	Tue Apr 04 05:00:08 2017 +0000
@@ -17,10 +17,10 @@
             "value": "D0"
         },
         "esp8266-ssid": {
-            "value": "\"VPCOLA\""
+            "value": "\"SSID\""
         },
         "esp8266-password": {
-            "value": "\"AB12CD34\""
+            "value": "\"PASSWORD\""
         },
         "esp8266-debug": {
             "value": true