Source: dlt-daemon Priority: optional Maintainer: Aigars Mahinovs Build-Depends: debhelper (>= 10), cmake, zlib1g-dev, libdbus-glib-1-dev, doxygen, libsystemd-dev, systemd Standards-Version: 4.1.2 Section: libs Homepage: https://at.projects.genivi.org/wiki/display/PROJ/Diagnostic+Log+and+Trace #Vcs-Git: https://anonscm.debian.org/git/collab-maint/dlt-daemon.git #Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dlt-daemon.git Package: libdlt-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libdlt2 (= ${binary:Version}), ${misc:Depends} Description: Diagnostic Log and Trace (DLT) library (development) This component provides a log and trace interface, based on the standardised protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used by GENIVI components and other applications as logging facility. . DLT library is used by apps that need to log to a DLT daemon directly and by apps that want to read logs from DLT daemon. This package provides development files. Package: libdlt2 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Description: Diagnostic Log and Trace (DLT) library This component provides a log and trace interface, based on the standardised protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used by GENIVI components and other applications as logging facility. . DLT library is used by apps that need to log to a DLT daemon directly and by apps that want to read logs from DLT daemon. Package: dlt-daemon Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: dlt-tools Description: Diagnostic Log and Trace logging daemon This component provides a log and trace interface, based on the standardised protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used by GENIVI components and other applications as logging facility. . The DLT daemon is the central component in GENIVI, which gathers all logs and traces from the DLT user applications. The logs and traces can optionally be directly written to a file in the ECU. The DLT daemon forwards all logs and traces to a connected DLT client. The DLT client can send control messages to the 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. Package: dlt-tools Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: dlt-daemon Description: Diagnostic Log and Trace (DLT) (documentation) This component provides a log and trace interface, based on the standardised protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used by GENIVI components and other applications as logging facility. . This package includes tools to connect to and experiment with DLT daemon. Most usefully this includes 'dlt-receive' to connect to a (remote) DLT server and save all logs to a DLT file and 'dlt-system' that injects system logs into the DLT server Package: libdlt-examples Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: dlt-daemon Description: Diagnostic Log and Trace (DLT) (documentation) This component provides a log and trace interface, based on the standardised protocol specified in the AUTOSAR standard 4.0 DLT. This software can be used by GENIVI components and other applications as logging facility. . This package includes example apps and test tools for DLT server.