sogno-platform / dpsim-api

REST API to run dynamic power system simulations using DPsim
Apache License 2.0
2 stars 2 forks source link

AMQP message sending #7

Closed richardmarston closed 2 years ago

richardmarston commented 3 years ago

In order to control the simulator (dpsim), we need to send AMQP messages in the JSON format defined here: https://villas.fein-aachen.org/doc/controller-protocol.html

To begin we need to be able to start and stop a simulation. Perhaps this will be later expanded to communicate with dpsim during the run.

m-mirz commented 3 years ago

For now, we are mainly focusing on the parameters map to store simulation specific attributes.

m-mirz commented 2 years ago

We decided against using the villas controller, see #16.