Sample MQTT program - simple send and receive (MQ Telemetry Transport) for GainSpan Wi-Fi module
Dependencies: C12832 GSwifiInterface MQTT mbed-rtos mbed
Fork of HelloMQTT by
mbedのMQTTグループで保守されているMQTTライブラリを GainSpan Wi-Fi モジュールへ対応させたサンプルです。
MQTT (MQ Telemetry Transport) とは、IoTやM2M向け デバイス間通信のためのプロトコルです。
MQTTサーバーには http://iot.eclipse.org/ のサンドボックスを使います。 送信したメッセージをエコーバックしてくるだけの動作をします。
mbed Application Board を使う場合は次の行のコメントアウトを外すとLCDへ表示するようになる。
#define MBED_APPLICATION_BOARD
GainSpanモジュールの接続ピンについては次の行で指定する。
gs = new GSwifiInterface(p9, p10, NC, NC, p30, NC, 9600); //tx, rx, cts, rts, reset, alarm, baud
Wi-Fiアクセスポイントは次の行で指定する。
#define SEC GSwifi::SEC_WPA_PSK #define SSID "SSID" #define PASS "PASSPHRASE"
Revisions of MQTT.lib
Revision | Date | Message | Actions |
---|---|---|---|
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 |
4:c696f27c1850 | 2014-05-09 | Update to sub-sub dependency | 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 |