alliander-opensource / ReLevENT

Integration project of DER-scheduling (OSS) with FledgePower (OSS)
Apache License 2.0
2 stars 0 forks source link

Add MQTT broker as a docker container #10

Closed fhg-dw closed 4 months ago

fhg-dw commented 7 months ago

In order for this project to work, a MQTT broker is required. The currently used broker and credentials are not included in the repo.

Instead of using a publicly available broker, it is possible starting the framework with a built-in local broker. The most comfortable, effortless and easy way (for new users) to do this would be include a MQTT docker in the docker compose and spin it up along with FLEDGE.

By doing so, a single command will be sufficient to start the entire framework.