Closed richardmarston closed 2 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.
For now, we are mainly focusing on the parameters map to store simulation specific attributes.
We decided against using the villas controller, see #16.
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.