ASAP2Library examples
The following examples are designed to illustrate the ASAP2Library API (all examples are implemented in C#).
The examples can't be built without a licensed ASAP2Library!
- A2LParser
Demonstrates A2L parsing, navigating through the created object model and exporting objects into CSV format. - A2LWriter
Modifyies an A2L object model and rewrite it into a new A2L file. - Adjust Data
Reading a HEX/S19 file, changing values and rewriting them to a new HEX/S19 file. - Merge Data
Reading a HEX/S19 file, importing values form a DCM file and rewriting them to a new HEX/S19 file. - MDF Reader
Reading data from the Measurement Data Format (MDF) Reader module. - MDF Writer
Writing data into the Measurement Data Format (MDF). - XCP Example
Connecting to an ECU over XCP on TCP and requesting ECU status and the EPK. - DBC Example
Demonstrates usage of the DBC module. - ELF Example
Updating A2L object addresses from an ELF file and writing the resulting A2L file. - ODX Example
Parsing, changing, (re)writing an ODX file and printing some information from the object model. - UDS over DoIP Example
Demonstrates usage of the UDSClient over DoIP. - .NET MAUI Integration
Shows the seamless integration of the ASAP2Library into a .NET MAUI application. - PythonNET example
Shows how to access the ASAP2Library from Python using PythonNET.