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"
MQTT.lib@9:5beb8609e9f7, 2014-05-22 (annotated)
- Committer:
- icraggs
- Date:
- Thu May 22 23:58:34 2014 +0000
- Revision:
- 9:5beb8609e9f7
- Parent:
- 8:a3e3113054a1
- Child:
- 10:ce3321d8ea90
- Child:
- 12:086a9314e8a5
Latest version
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
icraggs | 9:5beb8609e9f7 | 1 | http://mbed.org/teams/mqtt/code/MQTT/#a51dd239b78e |