An open API service indexing awesome lists of open source software.

https://github.com/froks/dlt-tools

dlt-tools is a repository hosting several tools to work with dlt (diagnostic log and trace)-files
https://github.com/froks/dlt-tools

automotive autosar dlt

Last synced: 6 months ago
JSON representation

dlt-tools is a repository hosting several tools to work with dlt (diagnostic log and trace)-files

Awesome Lists containing this project

README

          

# dlt-tools

This repository aims to be a central repository for different tools to work with dlt-files.

DLT (Diagnostic Log and Trace) is an AUTOSAR standardized format for automotive logging and tracing.

Currently only dlt v1 is supported.

## tools

### dlt-filter

dlt-filter is a gui application to preprocess dlt files by filtering out only the specified app-ids.

You'll provide a list of app-ids, then you can open a file and write a filtered file out.

Screenshot:
![screenshot of dlt-filter](images/dlt-filter.png)