1DLT_GATEWAY.CONF(5)                                        DLT_GATEWAY.CONF(5)
2
3
4

NAME

6       dlt_gateway.conf - DLT configuration file for gateway
7

DESCRIPTION

9       The configuration file dlt_gateway.conf allows to configure the differ‐
10       ent runtime behaviour of gateway in Multinode feature.
11
12       The configuration file is written in an INI file  format  and  contains
13       information about different connected passive nodes.
14
15       If  Multinode  feature is enabled, dlt-daemon loads by default the con‐
16       figuration file /etc/dlt_gateway.conf.
17
18       An alternative configuration file can be loaded by changing GatewayCon‐
19       figFile in dlt.conf(5).
20

GENERAL SECTION

22   Interval
23       Time interval for reconnection to passive Node in second.
24
25              Default: 1
26

PASSIVENODE SECTION

28       Each  passive  node’s  connection  parameters are specified in a unique
29       numbered separate section
30
31       ([PassiveNode{1,2, ...N}]).
32
33              Example: [PassiveNode1]
34
35   IPaddress
36       Because TCP is the only supported communication channel,
37
38       the IPaddress and Port of the Passive DLT Daemon has to be specified.
39
40       IP Address of passive node.  Mandatory
41
42   Port
43       TCP port.  Default 3490 is used if no port is specified.
44
45              Default: 3490
46
47   EcuID
48       ECU identifier of passive node.  Mandatory.
49
50   Connect
51       With the Connect property it is possible to specify  when  the  Gateway
52       DLT Daemon shall connect to the passive node.
53
54              Default: OnStartUp
55
56       The following values are allowed:
57
58              OnStartup   The Gateway DLT Daemon tries to connect to the Passive DLT Daemon
59                          immediately after the Gateway DLT Daemon is started.
60              OnDemand    The Gateway DLT Daemon tries to connect to the Passive DLT Daemon
61                          when it receives a connection request.
62
63   Timeout
64       Stop connecting to passive node, if not successful after 10 retries.
65
66       After of retries, the connection to passive Node is marked as DISABLED.
67
68       It means there is no any retry anymore.
69
70       Set to 0 for endless retry.
71
72              Default: 10
73
74   SendControl
75       Send  following  control messages after connection is established.  Op‐
76       tional.
77
78              Default: disabled
79
80       Supported Control messages:
81
82              DLT_SERVICE_ID_GET_LOG_INFO                    0x03
83              DLT_SERVICE_ID_GET_DEFAULT_LOG_LEVEL           0x04
84              DLT_SERVICE_ID_GET_SOFTWARE_VERSION            0x13
85
86   SendSerialHeader
87       Send Serial Header with control messages.  Value in dlt.conf(5) is used
88       as default if not specified.
89
90              Default: disabled
91
92   SendPeriodicControl
93       Send following control messages periodically.
94
95              Default: disabled
96
97       Format:
98
99              control:interval[in seconds]
100

AUTHOR

102       Thanh  Bui  Nguyen  Quoc (thanh.buinguyenquoc (at) vn (dot) bosch (dot)
103       vn)
104
106       Copyright (C) 2020 Advanced Driver Information  Technology,  Bosch  and
107       DENSO.    License   MPL-2.0:   Mozilla   Public   License  version  2.0
108       http://mozilla.org/MPL/2.0/.
109

BUGS

111       See Github issue: <https://github.com/GENIVI/dlt-daemon/issues>
112

SEE ALSO

114       dlt.conf(5), dlt-daemon(1)
115
116
117
118                                                           DLT_GATEWAY.CONF(5)
Impressum