Mosquitto

メッセージングプロトコルの実装

インストール
# pacman -S mosquitto

# systemctl status mosquitto

$ yaourt -Sb python-paho-mqtt

# npm install mqtt

Ubuntu

# apt install mosquitt

# systemctl status mosquitto

メッセージの受信

mosquitto_sub.py

メッセージの送信

mosquitto_pub.py

mosquitto_pub.js


Return

Mar/31/2017 AM 08:15