Skip to content

Latest commit

 

History

History
executable file
·
83 lines (51 loc) · 873 Bytes

README_cn.md

File metadata and controls

executable file
·
83 lines (51 loc) · 873 Bytes

基于Python的异构数据平台

简体中文 | English

目前支持TCP、UDP、MQTT协议

部署说明

安装

打开文件夹,运行 install.sh 脚本

./install

卸载

打开文件夹,运行 uninstall.sh 脚本

./uninstall

停止

打开文件夹,运行 stop.sh 脚本

./stop

或者

sudo systemctl stop <服务名>

开启

打开文件夹,运行 start.sh 脚本

./start

或者

sudo systemctl start <服务名>

重启

打开文件夹,运行 restart.sh 脚本

./restart

或者

sudo systemctl restart <服务名>

查看状态

打开文件夹,运行 status.sh 脚本

./status

或者

sudo systemctl status <服务名>

【注】出现无法退出情况,按下“q”。