优主张 2018-01-15
下载地址:http://mosquitto.org/download/
上传服务器,并解压:
命令:yum install -y c-ares-devel e2fsprogs-devel uuid-devel libuuid-devel
命令:make && make install
完成后
将mosquitto.conf.example 复制一份为mosquitto.conf
密令:mosquitto -c /etc/mosquitto/mosquitto.conf -d
或
执行命令:adduser mosquitto
订阅格式:mosquitto_sub -t 主题
mosquitto_sub -t mqtt
发布格式:mosquitto_pub -t 主题 -i 发布端 -h 主机 -m 你好
mosquitto_pub -h localhost -t mqtt -m "hello world."
随后订阅处会出现
到此测试及安装完成