編碼的世界 / 優質文選 / 生物

linux 下搭建mqtt服務器


2022年8月03日
-   

下載地址 http://emqtt.io/downloads/stable/centos7  這是穩定版本,你也可以安裝最新版本 命令: wget http://emqtt.io/downloads/stable/centos7

解壓安裝包  unzip centos7
cd emqttd



讓它後台運行 CTRL+C 兩次
開啟:  ./bin/emqttd start
關閉: ./bin/emqttd stop

netstat -at   #查看mqtt 是否開啟
到此為止MQTT服務器已經完全搭建好了
yum -y install python-pip
pip install paho-mqtt
 
參考:
搭建mqtt服務器
python 安裝mqtt
paho-mqtt說明文檔

熱門文章