18 lines
726 B
Markdown
18 lines
726 B
Markdown
# Open-EnergyMesh Offline-First Microgrid Platform (MVP)
|
|
|
|
This repository provides a minimal in-memory MVP for offline-first distributed microgrid orchestration.
|
|
Core concepts:
|
|
- EnergyMesh orchestrates devices such as Inverters and Meters and computes energy flow.
|
|
- ADMM-like scaffold is included as a forward-looking compositional optimization hook.
|
|
- Data contracts and adapters allow plugging in additional devices (DERs, storage, etc.).
|
|
|
|
Usage
|
|
- Install dependencies: npm install
|
|
- Run tests: npm test
|
|
|
|
Notes
|
|
- This MVP emphasizes offline resilience and a clean path toward modular optimization layers.
|
|
- See src/mesh.js and src/solver_admm.js for the basic in-memory implementation and the ADMM scaffold.
|
|
|
|
License: MIT
|