Scroll to navigation

DLT-PASSIVE-NODE-CTRL(1)   DLT-PASSIVE-NODE-CTRL(1)

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 ctype] [-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
Display a short help text.

-c

Specify connection type: connect = 1, disconnect = 0.

-n

Passive node identifier. E.g. ECU2.

-s

Show passive nodes connection status.

-t

Specify connection timeout. Default is: 10s.

-v

Print verbose output.

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)l

RESOURCES

Main web site: http://projects.genivi.org/diagnostic-log-trace Mailinglist: https://lists.genivi.org/mailman/listinfo/genivi-diagnostic-log-and-trace

SEE ALSO

dlt-daemon(1)
10/19/2016