mqtt开源服务器 EMQX ,客户端MQTTX5.0,使用指南

服务器 EMQX

官网: https://docs.emqx.io/broker/v3/cn/getstarted.html

一、安装启动

# 各平台下载
https://www.emqx.io/downloads/broker?osType=Linux

# 解压(例子linux) , window RAR
unzip emqx-macosx-v3.2.0.zip && cd emqx

# 启动emqx
./bin/emqx start

# 检查运行状态
./bin/emqx_ctl status

# 停止emqx
./bin/emqx stop
 

二、进入后台管理

控制台地址: http://127.0.0.1:18083,默认用户名: admin,密码:public

  

MQTT X – 优雅的跨平台 MQTT 5.0 桌面客户端

官网说明 https://mqttx.app/cn/

各版本下载地址 https://www.emqx.io/downloads/MQTTX/


 

Published by

风君子

独自遨游何稽首 揭天掀地慰生平

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注