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

Changes

RevisionDateWhoCommit message
35:c46b92269df4 2017-04-04 vpcola Minor updates default tip
34:dc31ab8c2241 2017-04-04 vpcola Minor updates
33:38e2e7bf91eb 2017-04-02 vpcola Updated easy-connect library
32:16ef25cbb05c 2017-04-01 vpcola Disable MQTT debug
31:d34f6adb7a53 2017-04-01 vpcola Testing on NUCLEO L476RG
30:b2aed80037db 2017-03-28 vpcola Added Nucleo L476 to mbed_app.json
29:45fd261e840b 2017-03-27 vpcola Few minor modifications
28:01d5cc81af31 2017-03-27 vpcola Added entropy header ...
27:c90092f35d79 2017-03-27 vpcola Minor comments added
26:4b21de8043a5 2017-03-27 vpcola TLS now working
25:326f00faa092 2017-03-27 vpcola Added SSL/TLS code
24:9d5f0300d7ed 2017-03-26 vpcola Removed linux folder
23:06fac173529e 2017-03-26 vpcola Code is stable now in both publish/subscribe ...
22:826657a00c44 2017-03-21 vpcola second commit;
21:a7506c90aa84 2017-03-21 vpcola test
20:49c9daf2b0ff 2017-01-10 Jan Jongboom Update to mbed OS 5, use NetworkInterface for multiple connectivity methods - not just ethernet
19:7f7aba7a4a8b 2015-07-30 icraggs Subscribe at QoS 2, remove lcd.cls() calls
18:07a79d8f01c3 2015-07-27 icraggs Make it easy to not use LCD screen, if you don't have one
17:0811bdbdd78a 2015-07-27 icraggs Make sure QoS 2 works
16:28d062c5522b 2014-10-06 icraggs Update to latest MQTT library - change some pointers to references
15:d8a31b66a85d 2014-08-01 icraggs Latest libraries
14:3c0b3663d448 2014-08-01 icraggs Merge
13:52a9dd92ce9d 2014-08-01 icraggs Latest library updates
12:086a9314e8a5 2014-08-01 icraggs Some cleaning up
11:5f6f8b0dd61d 2014-07-30 sam_grove Update to FP in MQTT library;
10:ce3321d8ea90 2014-07-07 ansond updates
9:5beb8609e9f7 2014-05-22 icraggs Latest version
8:a3e3113054a1 2014-05-20 icraggs Refactoring headers
7:3de634f2d40c 2014-05-11 icraggs Merge latest changes
6:e4c690c45021 2014-05-11 icraggs Wildcard subscriptions
5:4a257f6ac09a 2014-05-09 sam_grove Updates to the example to use the virtual serial port and the LCD for feedback
4:c696f27c1850 2014-05-09 sam_grove Update to sub-sub dependency
3:7a6a899de7cc 2014-05-06 icraggs Use latest MQTT library on both mbed and Linux
2:638c854c0695 2014-04-30 icraggs Update to the latest level of code
1:a1d5c7a6acbc 2014-02-05 icraggs Add copyright statement to main program
0:0cae29831d01 2014-02-04 icraggs Sample program for MQTT client