lihao16 a51f798d02 commit first há 11 meses atrás
..
.idea a51f798d02 commit first há 11 meses atrás
src a51f798d02 commit first há 11 meses atrás
README.md a51f798d02 commit first há 11 meses atrás
elevator-data-collect.iml a51f798d02 commit first há 11 meses atrás
pom.xml a51f798d02 commit first há 11 meses atrás

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"}