Skip to content

Diagnostic Log and Trace viewing program

License

Notifications You must be signed in to change notification settings

jeeeunevans/dlt-viewer

This branch is 1 commit behind eBardieCt/dlt-viewer:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b536ef4 · Dec 3, 2018
Jun 19, 2018
Nov 21, 2013
Sep 21, 2018
Sep 21, 2018
Jul 8, 2013
Jan 26, 2017
Aug 20, 2018
Dec 3, 2018
Mar 27, 2018
Dec 3, 2018
Apr 27, 2015
Mar 13, 2018
Nov 19, 2015
Apr 9, 2014
Mar 27, 2018
Apr 27, 2018
Sep 11, 2018
Aug 16, 2017
Aug 16, 2017
Apr 13, 2018
Feb 24, 2016
Dec 11, 2014
Oct 18, 2016
Nov 19, 2015
Jul 6, 2018
Aug 20, 2018
May 18, 2018
Aug 20, 2018
Jun 19, 2018

Repository files navigation

Diagnostic Log and Trace Viewer

Overview

The Diagnostic Log and Trace Viewer is an application that can send and receive control messages to the DLT daemon, e.g. to set individual log levels of applications and contexts or get the list of applications and contexts registered in the DLT daemon. DLT viewer is based on Qt for Windows and Linux and can run on the Mac though that is not officially supported.

Documentation

  • DLT Release Notes: ReleaseNotes.txt
  • DLT Installation: INSTALL.txt

Command line usage;

  • Windows: dlt_viewer.exe [OPTIONS]
  • Linux: dlt_viewer [OPTIONS]

Options:

  • -h Print usage
  • -p projectfile Loading project file on startup (must end with .dlp)
  • -l logfile Loading logfile on startup (must end with .dlt)
  • -f filterfile Loading filterfile on startup (must end with .dlf)
  • -s or --silent Enable silent mode without warning message boxes
  • -v or --version Only show version and buildtime information
  • -c logfile textfile Convert logfile file to textfile (logfile must end with .dlt)
  • -u Conversion will be done in UTF8 instead of ASCII";
  • -csv Conversion will be done in CSV format";
  • -d Conversion will NOT be done, save in dlt file format again instead"
  • -dd Conversion will NOT be done, save as decoded messages in dlt format"
  • -e "name of plugin|command in plugin|param1|..|param<n>" Execute a plugin command with parameters

API Documentation

See INSTALL.txt regarding doxygen API documentation generation.

Software/Hardware

Developed with QT 5 (http://qt-project.org/) Tested with Windows 7 + Qt 5.5.1 + MSVC 2013 Express Tested with Windows 7 + Qt 5.6.1 + MSVC 2015 Express Tested with Windows 7 + Qt 5.8.0 + MSVC 2015 Express Tested with Ubuntu Linux 16.04 + Qt 5.5.1 Tested with macOS Sierra + Qt 5.7.0 Dynamically linked open source software

Qt 5.8.1 (LGPLv3 - Qt) GCC (GPL) (Optional) Mingw (GPL + BSD Variante + Public Domain) Open Icon Library (http://openiconlibrary.sourceforge.net,Multiple LIcenses) License

Full information on the license for this software is available in the "LICENSE.txt" file.

Source Code for DLT Viewer (This repository)

https://github.com/GENIVI/dlt-viewer

Homepage

https://at.projects.genivi.org/wiki/display/PROJ/Diagnostic+Log+and+Trace

Mailinglist

https://lists.genivi.org/mailman/listinfo/genivi-diagnostic-log-and-trace

Contact

Alexander Wenzel Alexander.AW.Wenzel@bmw.de and Gernot Wirschal Gernot.Wirschal@bmw.de

About

Diagnostic Log and Trace viewing program

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.0%
  • C 18.1%
  • Batchfile 3.0%
  • QMake 1.4%
  • CMake 1.3%
  • Makefile 0.1%
  • Shell 0.1%