In the role of a diagnostic data author I want to generate a simulator file from CAN-trace such that I can test e.g. variant identification with the OEM tester.
Acceptance criteria:
A CAN trace of a diagnostic session in candump format (eine festgelegte Spaltenkonfiguration) can be converted into a simulator .lua file
Only traces using ISO-TP are supported
A separate file with given request/response address pairs as well as ECU names is used to identify the ECUs on the trace
All requests and responses for the listed ECUs are converted into the simulator file format
If the same request appears multiple times with different responses, the first appearance counts
Using the OEM tester VIN-detection, Vehicle Scan, identification of variants and DTC read shows the same results:
when recording the CAN-trace on a real car
and when running it against the simulation generated from this CAN-trace
Functional requests are ignored
The application has a Command Line Interface
The existing JAVA CAN trace converter framework is used
Only normal addressing is used
Note: When designing the software please keep in mind that other input file formats will be added in the future.
In the role of a diagnostic data author I want to generate a simulator file from CAN-trace such that I can test e.g. variant identification with the OEM tester.
Acceptance criteria:
Note: When designing the software please keep in mind that other input file formats will be added in the future.
SP: 5