summaryrefslogtreecommitdiff
path: root/doc/dlt-passive-node-ctrl.1.txt
blob: f60648daabeb82d25df61b54fc89158d66dd922f (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
DLT-PASSIVE-NODE-CTRL(1)
========================
:doctype: manpage

NAME
----
dlt-passive-node-ctrl - Send a trigger to DLT daemon to (dis)connect a passive node or get current passive node status

SYNOPSIS
--------
*dlt-passive-node-ctrl* [-h] [-c] [-n ecu] [-s] [-t timeout] [-v]

DESCRIPTION
-----------
Send a trigger to DLT daemon to (dis)connect a passive node or get current passive node status

OPTIONS
-------
*-h*::
    Usage
*-c*::
    Connection status (1 - connect, 0 - disconnect)
*-n*::
    Passive Node identifier (e.g. ECU2)
*-s*::
    Show passive node(s) connection status
*-t*::
    Specify connection timeout (Default: 10s)
*-v*::
    Set verbose flag (Default:0)

EXAMPLES
--------
Get status about connected passives nodes

----
dlt-passive-node-ctrl -s
----

Connect to passive node ECU2

----
dlt-passive-node-ctrl -c 1 -n ECU2
----

Disconnect to passive node ECU2

----
dlt-passive-node-ctrl -c 0 -n ECU2
----

EXIT STATUS
-----------
Non zero is returned in case of failure.

AUTHOR
------
Christoph Lipka (clipka (at) jp.adit-jv.com)

RESOURCES
---------
Main web site: <https://at.projects.genivi.org/wiki/display/PROJ/Diagnostic+Log+and+Trace> +
Mailinglist: <https://lists.genivi.org/mailman/listinfo/genivi-diagnostic-log-and-trace>

SEE ALSO
--------
dlt-daemon(1)