0
点赞
收藏
分享

微信扫一扫

linux安装mqtt


apt-get install -y mosquitto   && systemctl start mosquitto
apt install mosquitto-clients

一个终端,订阅消息

mosquitto_sub -v -t topic

另一个终端,发送消息

mosquitto_pub -t topic -m hello
mosquitto_pub -t topic -m hi
mosquitto_pub -t topic -m good

如图

linux安装mqtt_服务器


举报

相关推荐

0 条评论