Command and steering service routes the steering and commands from Orchestrator to Application Companions and the responses from application companions to Orchestrator.
Steering interactive applications: start stop resume kill
We need a single point where we can send these commands.
POC could be a python application with a prompt.
Requirement for models: multiple simulate(time) steps. We can stop and start at these synchronosation steps.
This assures that all spikes are send and received.
Kill can be send at all times.
Other things related to this:
Synchronizing the step-size of the simulators (Model init phase) #52
Establishing the connection, signaling protocol. #48
Tasks
[x] Create a diagram with the steering service in the center with all the different components which relate to it
Summary
Command and steering service routes the steering and commands from Orchestrator to Application Companions and the responses from application companions to Orchestrator.
Steering interactive applications: start stop resume kill We need a single point where we can send these commands. POC could be a python application with a prompt.
Requirement for models: multiple simulate(time) steps. We can stop and start at these synchronosation steps. This assures that all spikes are send and received. Kill can be send at all times.
Other things related to this:
Tasks
Requirements
Acceptance criteria