summaryrefslogtreecommitdiff
path: root/src/gateway/dlt_gateway.conf
blob: 645847a087370e6dbab2104f64147584a48ea3be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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 seconds
Timeout=10
; Send following control messages after connection is established
; SendControl=0x03,0x13
; Send Serial Header with control messages. Value in dlt.conf is used as default if not specified.
; SendSerialHeader=0


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