summaryrefslogtreecommitdiff
path: root/testscripts/dlt.conf
blob: e9101e447fbefc023b6ada25b641c7e2ccc0e98d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Configuration file of DLT daemon
#
# Configurations made here will overwrite settings by command line

########################################################################
# General configuration                                                #
########################################################################

# Start daemon in dubug mode, so that all internal debug information is printed out on the console
Verbose = 1

# Daemonize DLT daemon, if it is started as daemon
# Daemonize = 1

# Send DLT messages with serial header
# SendSerialHeader = 1

# Send automatic get log info response during context registration
# SendContextRegistration = 1

# Set ECU ID (Default: ECU1)
ECUId = ENAE

# Enable filtering of messages
# FilterFilename = ~/tmp/filter

# Size of the ringbuffer in bytes (Default: 10024)
# RingbufferSize = 10024

# Directory where to store the persistant configuration (Default: /tmp)
PersistanceStoragePath = ~/tmp

########################################################################
# Local file output configuration                                      #
########################################################################

# Store DLT messages to local log file
# LocalLogFilename = ~/tmp/local_log.dlt

########################################################################
# Local console output configuration                                   #
########################################################################

# Print DLT messages; payload as ASCII
PrintASCII = 1

# Print DLT messages; payload as hex
# PrintHex = 1

# Print DLT messages; only headers
# PrintHeadersOnly = 1


########################################################################
# Client Serial port configuration                                     #
########################################################################

# Additional support for serial device
# If a device name is set serial port is enabled.
# RS232DeviceName = /dev/ttyS0

# Serial device baudrate (Default: 115200)
# RS232Baudrate = 115200

# Sync to serial header on serial connection
# RS232SyncSerialHeader = 1

########################################################################
# TCP Serial port configuration                                     #
########################################################################

# Sync to serial header on all TCP connections
# TCPSyncSerialHeader = 1