MQTT
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
-IOT向けPUB/SUBいうからSQSみたいなものか?
*お試し [#x08b4835]
yum install -y mosquitto
systemctl start mosquitto
mosquitto_sub -h localhost -t test
-別ターミナル開いて送信
mosquitto_pub -h localhost -t test -m "test message"
終了行:
-IOT向けPUB/SUBいうからSQSみたいなものか?
*お試し [#x08b4835]
yum install -y mosquitto
systemctl start mosquitto
mosquitto_sub -h localhost -t test
-別ターミナル開いて送信
mosquitto_pub -h localhost -t test -m "test message"
ページ名: