logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dlt-logstorage-ctrl - Trigger DLT Daemon to start/stop using an offline logstorage device

Author

       Christoph Lipka (clipka (at) jp.adit-jv (dot) com), Syed Hameed (shameed (at) jp.adit-jv (dot) com)

Bugs

       See Github issue: <https://github.com/COVESA/dlt-daemon/issues>

Description

       Send a trigger to DLT Daemon to connect/disconnect a certain offline logstorage device

Examples

       Activate the offline logstorage device mounted on /mnt/dltlog dlt-logstorage-ctrl-c1-p/mnt/dltlog

       Deactivate the offline logstorage device mounted on /mnt/dltlog dlt-logstorage-ctrl-c0-p/mnt/dltlog

       Run logstorage control application as daemon listen to udev events dlt-logstorage-ctrl-d

Exit Status

       Non zero is returned in case of failure.

Name

dlt-logstorage-ctrl - Trigger DLT Daemon to start/stop using an offline logstorage device

Options

       -h     Display a short help text.

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

       -d     Run as daemon: prop = use proprietary handler

       -p     Mount point path.

       -e     Specify the ECU ID.  Default is: ECU1.

       -t     Specify connection timeout.  Default is: 10s.

       -S     Send message with serial header (Default: Without serial header)

       -R     Enable resync serial header

See Also

dlt-daemon(1)DLT-LOGSTORAGE-CTRL(1)

Synopsis

dlt-logstorage-ctrl [-h] [-c ctype] [-p path] [-e ecu] [-p<prop>] [-t timeout] [-v]

See Also