Skip to content
forked from COVESA/dlt-viewer

This repo contains a clone of Genivi DLT Viewer from Alexander Wenzel, with various improvements

License

Notifications You must be signed in to change notification settings

vpilo/dlt-viewer

 
 

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 (only in Linux) -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) -c logfile textfile Convert logfile file to textfile (logfile must end with .dlt) -e "name of plugin|command in plugin|param1|param2|paramn..." Execute command in a command interface plugin. -s Enable silent mode without warning message boxes

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 + MinGW 4.9.1 Tested with Windows 7 + Qt 5.5.1 + MSVC 2013 Express Tested with Ubuntu Linux 14.04 + Qt 5.5.1 Dynamically linked open source software

Qt 5.5.1 (LGPLv3 - Qt) GCC (GPL) qextserialport (MIT License - Version 1.2 BETA) (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

This repo contains a clone of Genivi DLT Viewer from Alexander Wenzel, with various improvements

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 64.9%
  • HTML 16.2%
  • C 14.1%
  • Batchfile 2.1%
  • QMake 1.4%
  • CMake 1.0%
  • CSS 0.3%