summaryrefslogtreecommitdiff
path: root/src/gateway/dlt_gateway.conf
blob: c7ef3a863f69d6fea3deddecdac036a5bc30f3c6 (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
[General]
; Time interval for reconnection to passive Node in second.
; Interval=1

[PassiveNode1]
IPaddress=192.168.2.11
; TCP port. Default 3490 is used if no port is specified.
; Port=3490
; passive nodes ECU identifier. Mandatory.
EcuID=ECU2
; Try connect to passive Node on DLT Daemon startup. Default OnStartup if not specified.
; Connect=OnStartup
; Stop connecting to passive node, if not successful after 10 retries.
Timeout=10
; Send following control messages after connection is established
; SendControl=0x03,0x04,0x13
; Send Serial Header with control messages. Value in dlt.conf is used as default if not specified.
; SendSerialHeader=0
; Send following control messages periodically (<control:interval[in seconds]>)
; SendPeriodicControl=0x03:5,0x13:10


; Supported Control messages:
; DLT_SERVICE_ID_GET_LOG_INFO                    0x03
; DLT_SERVICE_ID_GET_DEFAULT_LOG_LEVEL           0x04
; DLT_SERVICE_ID_GET_SOFTWARE_VERSION            0x13