MQTT之emqx使用问题:EMQX Node '[email protected]' not responding to pings.

mosquitto已使用很长时间,由于占用内存太大,实在忍不了了,换为emqx。

正常操作命令如下:

emqx资料:https://developer.emqx.io/docs/tutorial/zh/quick_start/install_first.html

1、cd /Users/ieslab/Desktop/develop/software/emqx

2、控制台模式启动:   bin\emqx console

       守护进程模式启动: bin/emqx start
3、消息服务器进程状态查询: bin/emqx_ctl status

4、停止服务:bin/emqx stop

http://127.0.0.1:18083 来使用 EMQ X 的 Web 管理控制界面。默认的登录名是 admin 和密码是 public

 

 

在启动emqx时总是提示一个错误:EMQX Node '[email protected]' not responding to pings.

经查找资料,有可能是版本不适配引起,故将最新的3.2.2版本切换为3.1.1版本,启动正常了!

版本下载地址:五分钟下载启动 EMQ(https://developer.emqx.io/docs/broker/v3/cn/getstarted.html#emq)

 

 

 

 

你可能感兴趣的:(公共开发技术)