In the role of a diagnostic author I want to change my simulation "on the fly", such that I can quickly try out multiple good- and bad cases.
Acceptance Criteria:
A GUI is available to change a running simulation
The user can fetch a list of ECUs and configured request/response-mappings from a running simulatior
The user can modify and upload single request/response mappings
The simulator does not restart the simulation, that means it does not change state (e.g. current session, dynamic variables etc)
When the simulator is restarted manually, the simulation is reset to what is configured in the lua files (i.e. the lua files on the simulator are not changed)
Only static request/response mappings need to be supported (no lua functions)
In the role of a diagnostic author I want to change my simulation "on the fly", such that I can quickly try out multiple good- and bad cases.
Acceptance Criteria: