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

Revision:
30:b2aed80037db
Parent:
20:49c9daf2b0ff
Child:
32:16ef25cbb05c
--- a/mbed_app.json	Mon Mar 27 15:16:23 2017 +0000
+++ b/mbed_app.json	Tue Mar 28 09:18:49 2017 +0000
@@ -64,6 +64,11 @@
         "NUCLEO_F411RE": {
             "esp8266-tx": "D8",
             "esp8266-rx": "D2"
-        }
+        },
+        "NUCLEO_L476RG": {
+            "network-interface": "WIFI_ESP8266",
+            "esp8266-tx": "D8",
+            "esp8266-rx": "D2"
+        }        
     }
 }