summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2015-05-07 11:34:40 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-06-17 08:50:42 +0200
commitd8125a0d7e74c58910840d0f28e891ce7ffda60e (patch)
tree5f50080ce36bf73f92526900ba1cec27f96ea824 /README
parent9a64599a9d864e2dc2e14832eb2f0c17a497972f (diff)
downloadDLT-daemon-d8125a0d7e74c58910840d0f28e891ce7ffda60e.tar.gz
Updated license headers to latest GENIVI license policy. Fixed further LRT Scan findings. Renamed and cleanup further files.
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'README')
-rw-r--r--README79
1 files changed, 79 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..f8c6ca9
--- /dev/null
+++ b/README
@@ -0,0 +1,79 @@
+Diagnostic Log and Trace - Readme
+==================================
+Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
+
+Overview
+--------
+This component provides a standardised 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
+logging facility providing
+
+- the DLT shared library
+- the DLT daemon
+- the DLT daemon adaptors
+- the DLT client console utilities
+- the DLT test applications
+
+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
+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.
+
+Documentation
+-------------
+- DLT Release Notes: ReleaseNotes.txt
+- 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
+
+API Documentation
+-----------------
+See INSTALL regarding doxygen API documentation generation.
+
+Manpages
+--------
+- dlt-daemon(1)
+- dlt.conf(5)
+- dlt-system(1)
+- dlt-system.conf(5)
+- dlt-receive(1)
+- dlt-convert(9)
+
+Known issues
+------------
+- DLT library: Usage of dlt_user_log_write_float64() and DLT_FLOAT64() leads to "Illegal instruction (core dumped)" on ARM target.
+- DLT library: Nested calls to DLT_LOG_ ... are not supported, and will lead to a deadlock.
+
+Software/Hardware
+-----------------
+Developped and tested with Ubuntu Linux 12.04 32-bit / Intel PC
+
+License
+-------
+Full information on the license for this software is available in the "LICENSE" file.
+
+Source Code
+-----------
+git://git.projects.genivi.org/dlt-daemon.git
+http://git.projects.genivi.org/dlt-daemon.git
+ssh://git-genivi@git.projects.genivi.org/dlt-daemon.git
+
+Homepage
+--------
+http://projects.genivi.org/diagnostic-log-trace
+
+Mailinglist
+-----------
+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>
+
+