简化采集文档结构
This commit is contained in:
parent
dc32782c5b
commit
2ec69aef9c
@ -3,4 +3,3 @@
|
|||||||
- [系统管理](api/systemmgr.md)
|
- [系统管理](api/systemmgr.md)
|
||||||
- [设备管理](api/equipment.md)
|
- [设备管理](api/equipment.md)
|
||||||
- [数据采集](datacollect/)
|
- [数据采集](datacollect/)
|
||||||
- [通道规约](datacollect/channel_protocol.md)
|
|
@ -1,13 +1,15 @@
|
|||||||
# 数据采集说明
|
# 数据采集
|
||||||
|
|
||||||
## 采集配置
|
## 采集配置说明
|
||||||
|
|
||||||
采集程序配置存放在: `/das/conf/collector.json`
|
采集程序配置存放在: `/das/conf/collector.json`
|
||||||
|
|
||||||
如果系统配置更新将生成配置更新文件: `/das/conf/collector.json.update`。
|
如果系统配置更新将生成配置更新文件: `/das/conf/collector.json.update`。
|
||||||
|
|
||||||
## 通道规约
|
!> 此处为配置文件的内容说明。
|
||||||
|
|
||||||
|
## 采集程序与系统交互通道
|
||||||
|
|
||||||
采集程序与系统间采用Websocket方式通讯, 访问本地断开端口: 7790 。
|
采集程序与系统间采用Websocket方式通讯, 访问本地断开端口: 7790 。
|
||||||
|
|
||||||
具体规约请查看[通道规约](channel_protocol.md).
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
# 采集程序规约
|
|
Loading…
Reference in New Issue
Block a user