The TimeCoordinator is a GNode Actor in a larger Transactive Energy Management (TEM) system. It is responsible for managing time in simulations of transactive devices interacting with the electric grid. It is one of the docker instances in the GNodeFactory demo.
-
Set up python envirnment
poetry install poetry shell
-
Install docker
-
Start docker containers
-
X86 CPU:
docker compose -f world-rabbit-x86.yml up -d
-
arm CPU:
docker compose -f world-rabbit-arm.yml up -d
-
Check rabbit on its console at http://0.0.0.0:15672/#/
-
username/password are both
smqPublic
-
Contributions are very welcome. To learn more, see the Contributor Guide.
Distributed under the terms of the MIT license, Gridworks Timecoordinator is free and open source software.
This project was generated from @cjolowicz's Hypermodern Python Cookiecutter template.