-
1. 前奏_体验mqtt
-
1.1. 移动物联网云平台oneNET
- 1.1.1 基于OneNET搭建物联网服务器
- 1.1.2 PLC和手机APP实现物联网功能_ModobusTcp
-
1.1. 移动物联网云平台oneNET
-
2. EMQ基础
- 2.1 EMQ及调试工具下载安装
- 2.2 规则引擎(收发数据处理逻辑)
- 3. 活字格
EMQ及调试工具下载安装
- 2022-04-12 14:00:47
- 微图
- 3277
- 最后编辑:微图 于 2023-09-24 16:34:05
- 分享链接
1.windows开源版下载
2.装插件
安装会提示错误
找不到MSVCR120.dll
安装微软一个插件vcredist_x64.exe才行,在文末下载。
去微软下个通用的https://learn.microsoft.com/zh-CN/cpp/windows/latest-supported-vc-redist?view=msvc-170
3.启动
windows 安装emqx报错
C:\Program Files\emqx\bin>set args_file=-args_file "C:\Program Files\emqx\etc\vm.args" C:\Program Files\emqx\bin>set sys_config=-config "C:\Program Files\emqx\etc\sys.config" Error opening file: c:/Program/app.2020.11.20.23.34.43.conf no such file or directory Usage: C:\Program Files\emqx\bin\cuttlefish [-h] [-e [<etc_dir>]] [-d <dest_dir>] [-f [<dest_file>]] [-s <schema_dir>] [-i <schema_file>] [-c <conf_file>] [-a <app_config>] [-l [<log_level>]] [-p] [-m [<max_history>]] -h, --help Print this usage page -e, --etc_dir etc dir [default: /etc] -d, --dest_dir specifies the directory to write the config file to -f, --dest_file the file name to write [default: app] -s, --schema_dir a directory containing .schema files -i, --schema_file individual schema file, will be processed in command line order, after -s -c, --conf_file a cuttlefish conf file, multiple files allowed -a, --app_config the advanced erlangy app.config -l, --log_level log level for cuttlefish output [default: notice] -p, --print prints schema mappings on stderr -m, --max_history the maximum number of generated config files to keep [default: 3]
路径不能有特殊符号,
C:\Program Files里有空格,所以不行。换到根目录下就可以了。
打开命令行窗口直达路径
4.登录
浏览器打开地址 http://127.0.0.1:18083
默认用户名 admin
与默认密码 public
文档:https://docs.emqx.com/zh/enterprise/v4.4/
## emqx 命令 - emqx start 启动 - emqx_ctl status 检查运行状态 - emqx uninstall 服务卸载 - emqx install 服务安装 - emqx stop 停止
- emqx console 启动并查看进程信息
5.调试工具
mqtt.fx
http://www.jensd.de/apps/mqttfx/1.7.1/
参考:https://www.csdn.net/tags/Ntzacg5sODI1NTAtYmxvZwO0O0OO0O0O.html
appinventer(在线的例子)
6.简单调试
Mqtt.fx和appinventer通讯
7.常见问题
1.mnesia
EMQX_NODE__DB_ROLE [node.db_ ro le ]:core
EMQX_NODE__DB_BACKEND [node.db_backend ]:mnesia
说明emqx已经运行了
2.ie打不开
最好用Chome打开,ie打不开
发表评论