summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 16 insertions, 10 deletions
diff --git a/README b/README
index 7d7f5ab..0fbd81e 100644
--- a/README
+++ b/README
@@ -4,9 +4,9 @@ Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Overview
--------
-This component provides a standardised log and trace interface, based on the
+This component provides a log and trace interface, based on the
standardised protocol specified in the AUTOSAR standard 4.0 DLT.
-This component can be used by GENIVI components and other applications as
+This software can be used by GENIVI components and other applications as
logging facility providing
- the DLT shared library
@@ -14,10 +14,11 @@ logging facility providing
- the DLT daemon adaptors
- the DLT client console utilities
- the DLT test applications
+- the DLT unit tests
The DLT daemon is the central component in GENIVI, which gathers all
logs and traces from the DLT user applications. The logs and traces
-are stored optionally directly in a file in the ECU. The DLT daemon
+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
@@ -29,7 +30,8 @@ Documentation
- DLT Installation: INSTALL
- DLT User Manual: doc/dlt_user_manual.txt
- DLT Cheatsheet: doc/dlt_cheatsheet.txt
-- DLT Design Specification :doc/dlt_design_specification.txt
+- DLT Design Specification: doc/dlt_design_specification.txt
+- DLT Compilation of all documentation: doc/dlt_book.txt
API Documentation
-----------------
@@ -41,8 +43,13 @@ Manpages
- dlt.conf(5)
- dlt-system(1)
- dlt-system.conf(5)
+- dlt-convert(1)
- dlt-receive(1)
-- dlt-convert(9)
+- dlt-logstorage-ctrl(1)
+- dlt-dbus (1) TBD
+- dlt-dbus.conf (5) TBD
+- dlt-cdh (1) TBD
+- dlt-kpi (1) TBD
Known issues
------------
@@ -51,12 +58,12 @@ Known issues
Software/Hardware
-----------------
-Developped and tested with Ubuntu Linux 12.04 32-bit / Intel PC
+Developed and tested with Fedora Linux 22 64-bit / Intel PC
License
-------
-Full information on the license for this software is available in the "LICENSE" file.
-Full information on the license for the cityhash code is available in "LICENSE" file in src/core_dump_handler/cityhash_c.
+Full information on the license for this software is available in the "LICENSE" file. +
+Full information on the license for the cityhash code is available in "COPYING" file in src/core_dump_handler/cityhash_c.
Source Code
-----------
@@ -75,6 +82,5 @@ https://lists.genivi.org/mailman/listinfo/genivi-diagnostic-log-and-trace
Contact
-------
Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> +
-Christian Muck <christian.muck@bmw.de>
-
+Lutz Helwing <Lutz_Helwing@mentor.com>