Fixed: Bug 172 - DLT system crashes because of wrong journald adaptor implementation
[profile/ivi/dlt-daemon.git] / README.txt
1 Diagnostic Log and Trace  - Readme
2 ==================================
3 Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
4
5 Overview
6 --------
7 This component provides a standardised log and trace interface, based on the
8 standardised protocol specified in the AUTOSAR standard 4.0 DLT.
9 This component can be used by GENIVI components and other applications as
10 logging facility providing
11
12 - the DLT shared library
13 - the DLT daemon
14 - the DLT daemon adaptors
15 - the DLT client console utilities
16 - the DLT test applications
17
18 The DLT daemon is the central component in GENIVI, which gathers all 
19 logs and traces from the DLT user applications. The logs and traces 
20 are stored optionally directly in a file in the ECU. The DLT daemon 
21 forwards all logs and traces to a connected DLT client.
22 The DLT client can send control messages to the daemon, e.g. to set 
23 individual log levels of applications and contexts or get the list of 
24 applications and contexts registered in the DLT daemon.
25
26 Documentation
27 -------------
28 - DLT Release Notes: ReleaseNotes.txt
29 - DLT Installation: INSTALL.txt
30 - DLT User Manual: doc/dlt_user_manual.txt
31 - DLT Cheatsheet: doc/dlt_cheatsheet.txt
32 - DLT Design Specification :doc/dlt_design_specification.txt
33
34 API Documentation
35 -----------------
36 See INSTALL.txt regarding doxygen API documentation generation.
37
38 Manpages
39 --------
40 - dlt-daemon(1)
41 - dlt.conf(5)
42 - dlt-system(1)
43 - dlt-system.conf(5)
44 - dlt-receive(1)
45 - dlt-convert(9)
46
47 Known issues
48 ------------
49 - DLT library: Usage of dlt_user_log_write_float64() and DLT_FLOAT64() leads to "Illegal instruction (core dumped)" on ARM target.
50 - DLT library: Nested calls to DLT_LOG_ ... are not supported, and will lead to a deadlock.
51
52 Software/Hardware
53 -----------------
54 Developped and tested with Ubuntu Linux 12.04 32-bit / Intel PC
55
56 License
57 -------
58 Full information on the license for this software is available in the "LICENSE.txt" file. 
59
60 Source Code
61 -----------
62 git://git.projects.genivi.org/dlt-daemon.git
63 http://git.projects.genivi.org/dlt-daemon.git
64 ssh://git-genivi@git.projects.genivi.org/dlt-daemon.git
65
66 Homepage
67 --------
68 http://projects.genivi.org/diagnostic-log-trace
69
70 Mailinglist
71 -----------
72 https://lists.genivi.org/mailman/listinfo/genivi-diagnostic-log-and-trace
73
74 Contact
75 -------
76 Alexander Wenzel <Alexander.AW.Wenzel@bmw.de> +
77 Christian Muck <christian.muck@bmw.de>
78
79