summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah C. Foster <jeremiah@jeremiahfoster.com>2017-05-10 08:51:56 -0400
committerChristoph Lipka <clipka@users.noreply.github.com>2017-05-10 13:51:56 +0100
commitef7f34f8b25308528583ed746e24d59b0d774fc3 (patch)
tree44e7f359ba195b4eefcc0e8c71af2560eb7a1257
parent8dcb0092b560ecdc14ae51a1919669d7bc8d0b58 (diff)
downloadDLT-daemon-ef7f34f8b25308528583ed746e24d59b0d774fc3.tar.gz
Updated README (#10)
Changed formatting by removing excess horizontal lines Updated source code URLs
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index 5dbf27a..450b3d4 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
# Diagnostic Log and Trace
## Overview
-----
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
@@ -23,7 +22,6 @@ 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
@@ -32,11 +30,9 @@ applications and contexts registered in the DLT daemon.
- DLT Compilation of all documentation: doc/dlt_book.txt
## API Documentation
-----
See INSTALL regarding doxygen API documentation generation.
## Manpages
-----
- dlt-daemon(1)
- dlt.conf(5)
- dlt-system(1)
@@ -50,22 +46,19 @@ See INSTALL regarding doxygen API documentation generation.
- dlt-kpi (1) TBD
## 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
------------------
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 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
-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
+- https://github.com/GENIVI/dlt-daemon
+- Older (deprecated) repo: http://git.projects.genivi.org/dlt-daemon.git
## Homepage
https://at.projects.genivi.org/wiki/display/PROJ/Diagnostic+Log+and+Trace