
Highlights
- Decodes Diagnostic Log and Trace messages, the binary logging format used on automotive ECUs.
- Organises records by ECU, application and context identifiers for filtering large traces.
- Intended for reading captured trace files and sessions from a target device.
- Maintained by COVESA and licensed under MPL-2.0, a file-level copyleft.
- This entry covers a Linux build only.
About this application
DLT Viewer is a log inspection tool from COVESA for the Diagnostic Log and Trace format. DLT is the standardised logging and tracing protocol used on automotive electronic control units, where messages are tagged with an ECU identifier plus application and context identifiers and carry a binary payload rather than plain lines of text. A viewer for this format decodes those messages into readable records and lets an engineer narrow a long trace down to the component under investigation.
The program is aimed at people reading traces captured from a target device or streamed from it during a test run: bring-up work, integration debugging and post-mortem analysis of a recorded session. Because DLT files are binary and often large, tooling of this kind is the practical entry point to them; a general text editor will not resolve the framing or the identifier tables.
This listing covers a Linux build. The license is MPL-2.0, a file-level copyleft that permits use inside larger projects while keeping modifications to the covered files under the same license. Which DLT protocol revisions, plugins and connection types the build supports is not stated in the facts given here.
Where to get it
Linux
- Open on FlathubOpens in a new tabPackage repositoryFlathub
From the publisher
Install from a terminal
flatpak install flathub org.genivi.DLTViewer
We do not host this file, we do not scan it and we do not inspect its contents. Read what the source says, then decide for yourself.