Simple usage example of MQTTS library
Dependencies: EthernetInterface MQTTS NTPClient SDFileSystem mbed-rtos mbed wolfSSL
Fork of HelloMQTT by
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:
- wolfSSL Home: https://www.wolfssl.com
- Original work of MQTT: https://developer.mbed.org/teams/mqtt.
- 日本語ホーム:https://developer.mbed.org/users/wolfSSL/code/HelloMQTTS/wiki/MQTTSホーム
Diff: getline.cpp
- Revision:
- 20:0404c7f31c69
- Parent:
- 17:25584027fae0