lihao16 e8d7516487 feat:MQTT双屏版数据增加返回电梯继续信息返回至电梯屏APK应用 3 bulan lalu
..
.idea a51f798d02 commit first 11 bulan lalu
src e8d7516487 feat:MQTT双屏版数据增加返回电梯继续信息返回至电梯屏APK应用 3 bulan lalu
README.md a51f798d02 commit first 11 bulan lalu
elevator-data-collect.iml a51f798d02 commit first 11 bulan lalu
pom.xml f5fa6fa973 阿里云环境部署完成后,配置项修改提交 4 bulan lalu

README.md

elevator-data-collect

介绍

电梯安全应急平台-终端数据对接

软件架构

软件架构说明

安装教程

nohup java -jar -Dspring.config.location=///application.yml ///elevator-data-collect-1.0.0.jar >/dev/null 2>&1 &

使用说明

此程序运行后作为mqtt客户端,可接收mqtt服务中主题数据(主题在配置文件中配置)并进行处理。 也可使用/send接口向指定主题发送消息。发送体{"topic":"topic1","content":"localhost send to topic1"}