diff --git a/docs/images/architecture-function-view.png b/docs/images/architecture-function-view.png index 59a08205..c0c15eb0 100644 Binary files a/docs/images/architecture-function-view.png and b/docs/images/architecture-function-view.png differ diff --git a/enterprise-edition-cn.md b/enterprise-edition-cn.md index 16b95314..8d2a55d5 100644 --- a/enterprise-edition-cn.md +++ b/enterprise-edition-cn.md @@ -96,6 +96,8 @@ | Admin UI | ✔️ | ✔️ | 基于Angular开发,用于系统配置管理 | | BACnet/IP 协议 | ❌ | ✔️ | 采集数据 http://www.bacnet.org/ | | MQTT 订阅 | ❌ | ✔️ | 采集数据 https://mqtt.org/ | +| MQTT 订阅 | ❌ | ✔️ | 采集数据 https://mqtt.org/ | +| MQTT 订阅 | ❌ | ✔️ | 采集数据 https://mqtt.org/ | | Modbus RTU 协议 | ❌ | ✔️ | 采集数据 https://modbus.org/ | | OPC UA 协议 | ❌ | ✔️ | 采集数据 https://opcfoundation.org/ | | OPC DA 协议 | ❌ | ✔️ | 采集数据 https://opcfoundation.org/ | @@ -121,6 +123,7 @@ | Modbus TCP Server | ❌ | ✔️ | 发布数据 https://modbus.org/ | | OPC UA Server | ❌ | ✔️ | 发布数据 https://opcfoundation.org/ | | MQTT 发布 | ❌ | ✔️ | 发布数据 https://mqtt.org/ | +| Kafka Producer | ❌ | ✔️ | 生产数据 https://kafka.apache.org/ | | iOS APP | ❌ | ✔️ | 需要企业版组件许可或定制开发 | | Android APP | ❌ | ✔️ | 需要企业版组件许可或定制开发 | | 微信小程序 | ❌ | ✔️ | 需要企业版组件许可或定制开发 | diff --git a/enterprise-edition-de.md b/enterprise-edition-de.md index f4f4092f..4146c877 100644 --- a/enterprise-edition-de.md +++ b/enterprise-edition-de.md @@ -93,6 +93,7 @@ | Admin UI | ✔️ | ✔️ | | | BACnet/IP | ❌️ | ✔️ | http://www.bacnet.org/ | | MQTT Subscriber | ❌ | ✔️ | https://mqtt.org/ | +| Kafka Consumer | ❌ | ✔️ | https://kafka.apache.org/ | | Modbus RTU | ❌ | ✔️ | https://modbus.org/ | | OPC UA | ❌ | ✔️ | https://opcfoundation.org/ | | OPC DA | ❌ | ✔️ | https://opcfoundation.org/ | @@ -118,6 +119,7 @@ | Modbus TCP Server | ❌ | ✔️ | https://modbus.org/ | | OPC UA Server | ❌ | ✔️ | https://opcfoundation.org/ | | MQTT Publisher | ❌ | ✔️ | https://mqtt.org/ | +| Kafka Producer | ❌ | ✔️ | Produce Data https://kafka.apache.org/ | | iOS APP | ❌ | ✔️ | Erfordert eine Standardkomponentenlizenz oder eine benutzerdefinierte Entwicklung | | Android APP | ❌ | ✔️ | Erfordert eine Standardkomponentenlizenz oder eine benutzerdefinierte Entwicklung | | WeChat Mini Program | ❌ | ✔️ | Erfordert eine Standardkomponentenlizenz oder eine benutzerdefinierte Entwicklung | diff --git a/enterprise-edition-en.md b/enterprise-edition-en.md index 34f9f108..7d6a4a0f 100644 --- a/enterprise-edition-en.md +++ b/enterprise-edition-en.md @@ -96,6 +96,7 @@ | Admin UI | ✔️ | ✔️ | | | BACnet/IP | ❌ | ✔️ | http://www.bacnet.org/ | | MQTT Subscriber | ❌ | ✔️ | https://mqtt.org/ | +| Kafka Consumer | ❌ | ✔️ | https://kafka.apache.org/ | | Modbus RTU | ❌ | ✔️ | https://modbus.org/ | | OPC UA | ❌ | ✔️ | https://opcfoundation.org/ | | OPC DA | ❌ | ✔️ | https://opcfoundation.org/ | @@ -120,7 +121,8 @@ | BACnet Server | ❌ | ✔️ | http://www.bacnet.org/ | | Modbus TCP Server | ❌ | ✔️ | https://modbus.org/ | | OPC UA Server | ❌ | ✔️ | https://opcfoundation.org/ | -| MQTT Publisher | ❌️ | ✔️ | https://mqtt.org/ | +| MQTT Publisher | ❌️ | ✔️ | Publish Data https://mqtt.org/ | +| Kafka Producer | ❌ | ✔️ | Produce Data https://kafka.apache.org/ | | iOS APP | ❌ | ✔️ | Requires standard component license or custom development | | Android APP | ❌ | ✔️ | Requires standard component license or custom development | | WeChat Mini Program | ❌ | ✔️ | Requires standard component license or custom development | diff --git a/myems-normalization/README.md b/myems-normalization/README.md index 2b234bb3..0c885ff0 100644 --- a/myems-normalization/README.md +++ b/myems-normalization/README.md @@ -98,7 +98,7 @@ docker load --input .\myems-normalization.tar In this section, you will install myems-normalization on Ubuntu Server with internet access. ```bash -cp -r myems-normalization /myems-normalization +cp -r myems/myems-normalization /myems-normalization cd /myems-normalization pip install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com ```