安装
yum install epel-release -y
yum install mosquitto -y
启动mqtt
systemctl start mosquitto
订阅
mosquitto_sub -h mqtt://ip:1883 -t topic
发送
mosquitto_pub -h ip地址 -p 1883 -t "t/HCKJ/data" -m '{"test": "Hello, MQTT!"}'
安装
yum install epel-release -y
yum install mosquitto -y
启动mqtt
systemctl start mosquitto
订阅
mosquitto_sub -h mqtt://ip:1883 -t topic
发送
mosquitto_pub -h ip地址 -p 1883 -t "t/HCKJ/data" -m '{"test": "Hello, MQTT!"}'