mosquitt最简单的使用

1. >mosquitto.exe -c mosquitto.conf #开启服务器

2. >mosquitto_sub.exe -v -t topic1    #订阅

3. >mosquitto_pub.exe -t topic1 -m "hello"  #发布

--------------------------------------

mosquitto_sub.exe -h 127.0.0.1 -p 20000 -t topic1

--------------------------------------

云服务器上搭建mosquitto,客户端连不上。

修改mosquitto.conf,listener 20000 0.0.0.0

再次连接即可成功

posted @ 2023-04-19 13:25  MoonXu  阅读(82)  评论(0编辑  收藏  举报