From 2ec69aef9ccb780316be1b6738dfa2d38f1633b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=B7=E6=88=90=E4=BC=9F?= Date: Tue, 2 Jul 2024 16:17:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8C=96=E9=87=87=E9=9B=86=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_sidebar.md | 3 +-- docs/datacollect/README.md | 10 ++++++---- docs/datacollect/channel_protocol.md | 1 - 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 docs/datacollect/channel_protocol.md diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 09f13aed..6912d77c 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -2,5 +2,4 @@ - [API说明](api/) - [系统管理](api/systemmgr.md) - [设备管理](api/equipment.md) -- [数据采集](datacollect/) - - [通道规约](datacollect/channel_protocol.md) \ No newline at end of file +- [数据采集](datacollect/) \ No newline at end of file diff --git a/docs/datacollect/README.md b/docs/datacollect/README.md index 0e7a85bf..1ea88e49 100644 --- a/docs/datacollect/README.md +++ b/docs/datacollect/README.md @@ -1,13 +1,15 @@ -# 数据采集说明 +# 数据采集 -## 采集配置 +## 采集配置说明 采集程序配置存放在: `/das/conf/collector.json` 如果系统配置更新将生成配置更新文件: `/das/conf/collector.json.update`。 -## 通道规约 +!> 此处为配置文件的内容说明。 + +## 采集程序与系统交互通道 采集程序与系统间采用Websocket方式通讯, 访问本地断开端口: 7790 。 -具体规约请查看[通道规约](channel_protocol.md). + diff --git a/docs/datacollect/channel_protocol.md b/docs/datacollect/channel_protocol.md deleted file mode 100644 index 771b109f..00000000 --- a/docs/datacollect/channel_protocol.md +++ /dev/null @@ -1 +0,0 @@ -# 采集程序规约