mqtt协议学习

MQTT软件下载地址: http://mosquitto.org/download/

公共MQTT服务器地址 服务器域名 broker.emqx.io TCP端口:1883

订阅信息:mosquitto_sub -h broker.emqx.io -t debug

发布信息:mosquitto_pub -h broker.emqx.io -t debug -m "Hello World" -r 需要代码的可以,请留邮箱,谢谢!

 

 

 

 mqtt工具下载

http://www.jensd.de/apps/mqttfx/1.7.1/

 mqtt设置

 

 

说明

mqtt是异步通信

mqtt最多发送256m的数据

 https://www.hangge.com/blog/cache/detail_2896.html

https://registry.hub.docker.com/_/eclipse-mosquitto?tab=description

 

https://mqttx.app/zh/docs

posted @ 2021-03-28 21:34  刘百会  阅读(54)  评论(0编辑  收藏  举报