简化采集文档结构

This commit is contained in:
谷成伟 2024-07-02 16:17:40 +08:00
parent dc32782c5b
commit 2ec69aef9c
3 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1,13 +1,15 @@
# 数据采集说明
# 数据采集
## 采集配置
## 采集配置说明
采集程序配置存放在: `/das/conf/collector.json`
如果系统配置更新将生成配置更新文件: `/das/conf/collector.json.update`
## 通道规约
!> 此处为配置文件的内容说明。
## 采集程序与系统交互通道
采集程序与系统间采用Websocket方式通讯 访问本地断开端口: 7790 。
具体规约请查看[通道规约](channel_protocol.md).

View File

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