updated readme

pull/1/head
guangyuzhang 2020-03-17 21:12:17 +08:00
parent cdc6c4860b
commit b590c7a033
3 changed files with 57 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 113 KiB

After

Width:  |  Height:  |  Size: 113 KiB

View File

@ -1,9 +1,64 @@
# MyEMS is an advanced open source Energy Management System. # MyEMS
[中文](#MyEMS 介绍) | [EN](#MyEMS Introduction)
## MyEMS 介绍
MyEMS是领先的免费开源能源管理系统。
MyEMS由资深专业团队开发维护。
MyEMS系统基于MIT开源软件许可协议
## MyEMS架构
![MyEMS Architecture](/.readme/architecture.png)
## 组件
MyEMS项目由下列组件构成:
### MyEMS Web APP
参考仓库 [myems](https://github.com/myems/myems.git) 获取更多信息。
### MyEMS 管理面板
参考仓库 [myems-admin](https://github.com/myems/myems-admin.git) 获取更多信息。
### MyEMS 数据库
参考仓库 [myems-database](https://github.com/myems/myems-database.git) 获取更多信息。
### MyEMS 数据清洗服务
参考仓库 [myems-cleaning](https://github.com/myems/myems-cleaning.git) 获取更多信息。
### MyEMS 数据规范化服务
参考仓库 [myems-normalization](https://github.com/myems/myems-normalization.git) 获取更多信息。
### MyEMS 数据汇总服务
参考仓库 [myems-aggregation](https://github.com/myems/myems-aggregation.git) 获取更多信息。
### MyEMS API接口
参考仓库 [myems-api](https://github.com/myems/myems-api.git) 获取更多信息。
### MyEMS MQTT 服务
参考仓库 [myems-mqtt](https://github.com/myems/myems-mqtt.git) 获取更多信息。
### MyEMS BACnet/IP 服务
参考仓库 [myems-bacnet](https://github.com/myems/myems-bacnet.git) 获取更多信息。
## MyEMS Introduction
MyEMS is an advanced open source Energy Management System.
MyEMS is developed and maintained by an experienced development team.
This project is under MIT license. This project is under MIT license.
## Architecture ## Architecture
![MyEMS Architecture](/readme/architecture.png) ![MyEMS Architecture](/.readme/architecture.png)
## Components ## Components