更新采集文档

This commit is contained in:
谷成伟 2024-07-02 15:58:34 +08:00
parent 44be9266af
commit 9720f9e621
4 changed files with 13 additions and 3 deletions

View File

@ -3,4 +3,4 @@
- [系统管理](api/systemmgr.md)
- [设备管理](api/equipment.md)
- [数据采集](datacollect/)
- [终端通讯规约](datacollect/terminal_protocol.md)
- [通道规约](datacollect/channel_protocol.md)

View File

@ -1 +1,11 @@
# 数据采集
# 数据采集说明
## 采集配置
采集程序配置存放在: `/das/conf/collector.json`
如果系统配置更新将生成配置更新文件: `/das/conf/collector.json.update`
## 通道规约
采集程序与系统间采用Websocket方式通讯 访问本地断开端口: 7790 。

View File

@ -0,0 +1 @@
# 采集程序规约

View File

@ -1 +0,0 @@
# 采集终端通讯规约