You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Eclipse Mosquitto is an open source (EPL/EDL licensed) message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto is lightweight and is suitable for use on all devices from low power single board computers to full servers. The MQTT protocol provides a lightweight method of carrying out messaging using a publish/subscribe model. This makes it suitable for Internet of Th
function doConnect() { // host, port, client_id // デフォルトは ws://127.0.0.1:8080/mqtt という uri になる // 以下のようにも出来る // client = new Messaging.Client("ws://127.0.0.1:8080", "ClientId"); client = new Messaging.Client("127.0.0.1", 8080, "ClientId"); // CONNECT したときのコールバックを指定 client.onConnect = onConnect; // SUBSCRIBE でメッセージを受信したときのコールバック client.onMessageArrived = onMessageArrived; // DISCONNECT したときのコールバック
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く