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

Revisions of main.cpp

Revision Date Message Actions
33:38e2e7bf91eb 2017-04-02 Updated easy-connect library File  Diff  Annotate
32:16ef25cbb05c 2017-04-01 Disable MQTT debug File  Diff  Annotate
31:d34f6adb7a53 2017-04-01 Testing on NUCLEO L476RG File  Diff  Annotate
30:b2aed80037db 2017-03-28 Added Nucleo L476 to mbed_app.json File  Diff  Annotate
28:01d5cc81af31 2017-03-27 Added entropy header ... File  Diff  Annotate
26:4b21de8043a5 2017-03-27 TLS now working File  Diff  Annotate
25:326f00faa092 2017-03-27 Added SSL/TLS code File  Diff  Annotate
23:06fac173529e 2017-03-26 Code is stable now in both publish/subscribe ... File  Diff  Annotate
22:826657a00c44 2017-03-21 second commit; File  Diff  Annotate
21:a7506c90aa84 2017-03-21 test File  Diff  Annotate
20:49c9daf2b0ff 2017-01-10 Update to mbed OS 5, use NetworkInterface for multiple connectivity methods - not just ethernet File  Diff  Annotate
19:7f7aba7a4a8b 2015-07-30 Subscribe at QoS 2, remove lcd.cls() calls File  Diff  Annotate
18:07a79d8f01c3 2015-07-27 Make it easy to not use LCD screen, if you don't have one File  Diff  Annotate
17:0811bdbdd78a 2015-07-27 Make sure QoS 2 works File  Diff  Annotate
16:28d062c5522b 2014-10-06 Update to latest MQTT library - change some pointers to references File  Diff  Annotate
12:086a9314e8a5 2014-08-01 Some cleaning up File  Diff  Annotate
9:5beb8609e9f7 2014-05-22 Latest version File  Diff  Annotate
8:a3e3113054a1 2014-05-20 Refactoring headers File  Diff  Annotate
7:3de634f2d40c 2014-05-11 Merge latest changes File  Diff  Annotate
6:e4c690c45021 2014-05-11 Wildcard subscriptions File  Diff  Annotate
5:4a257f6ac09a 2014-05-09 Updates to the example to use the virtual serial port and the LCD for feedback File  Diff  Annotate
3:7a6a899de7cc 2014-05-06 Use latest MQTT library on both mbed and Linux File  Diff  Annotate
2:638c854c0695 2014-04-30 Update to the latest level of code File  Diff  Annotate
1:a1d5c7a6acbc 2014-02-05 Add copyright statement to main program File  Diff  Annotate
0:0cae29831d01 2014-02-04 Sample program for MQTT client File  Diff  Annotate