You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For full documentation visit [mkdocs.org](https://www.mkdocs.org).
3
+
The Smart Grid Simulator is a virtual power station network designed to emulate real-world power generation and distribution. It allows testing and monitoring of smart grid systems without relying on physical hardware.
4
4
5
-
## Commands
5
+
## Key Features
6
+
- Simulated Power Stations: Generate realistic power output based on configurable parameters.
7
+
- Real-Time Data Publishing: Station metadata, output, and status are continuously published via MQTT.
8
+
- Configurable & Extensible: Easily set up multiple stations using environment variables or configuration files.
9
+
- Monitoring Ready: Data can be visualized through dashboards or consumed by other applications.
6
10
7
-
*`mkdocs new [dir-name]` - Create a new project.
8
-
*`mkdocs serve` - Start the live-reloading docs server.
9
-
*`mkdocs build` - Build the documentation site.
10
-
*`mkdocs -h` - Print help message and exit.
11
-
12
-
## Project layout
13
-
14
-
mkdocs.yml # The configuration file.
15
-
docs/
16
-
index.md # The documentation homepage.
17
-
... # Other markdown pages, images and other files.
18
-
19
-
20
-
21
-
1.[[mash network|mash_network]]
22
-
2.[[current sensor|current sensor]]
23
-
3.[[voltage sensor|voltage sensor]]
24
-
4.
11
+
## Use Cases
12
+
- Test smart grid applications safely and efficiently.
13
+
- Prototype dashboards and analytics for power monitoring.
14
+
- Simulate renewable and conventional energy sources.
0 commit comments