Simple usage example of MQTTS library

Dependencies:   EthernetInterface MQTTS NTPClient SDFileSystem mbed-rtos mbed wolfSSL

Fork of HelloMQTT by MQTT

MQTT is light weight protocol for M2M, IoT. MQTTS adds TLS(SSL) security layer into the MQTT. This program shows simple usage example of MQTTS library.

Connect information has to be stored in SD file "connectInfo.txt", with following lines in it.

  • Host Name
  • User Name
  • Password
  • Client ID
  • Topic

The program asks following information on the terminal

  • Port Number to be connected. If the port is >8000 it assumes MQTTS.
  • Message to be published
  • Certificate file name, if MQTTS. Input file name on SD card. Simply Return key force it to no server verification. The program set up the realtime clock by NTP for certificate verification.

This program was tested with FRDM-K64F, against Sango MQTT server by Shiguredo. https://sango.shiguredo.jp/

References:

Committer:
wolfSSL
Date:
Sun Jul 26 10:14:36 2015 +0000
Revision:
18:8fd48d6389de
Parent:
17:25584027fae0
Simple usage example of MQTTS library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
wolfSSL 18:8fd48d6389de 1 https://developer.mbed.org/users/wolfSSL/code/MQTTS/#d8968fcc21b8