Skip to content
RepoVersionStarsForks

EMS Simulate能源管理系统模拟器

模拟 PCS、BMS、电表等工业设备的数据交互

EMS Simulate 架构图

技术栈

层次技术
前端Vue 3, TypeScript, Vite, Element Plus
后端Python 3.11+, FastAPI, SQLAlchemy
协议pymodbus 3.12, c104, dlt645
数据库SQLite (默认) / MySQL

快速安装

bash
# 安装 Python 依赖
pip install -r requirements.txt

# 前端开发环境
cd front && npm install && npm run dev

# 启动后端服务
python start_back_end.py

Released under the Apache 2.0 License.