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-adaptor-stdin - Forward input from stdin to DLT Daemon

Author

       Saya Sugiura (ssugiura (at) jp.adit-jv (dot) com)

Bugs

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

Description

       This is a small external program for forwarding input from stdin to DLT Daemon.

   OPTIONS
       -a     Set application ID to apid (default: SINA)

       -c     Set context ID tp ctid (default: SINC)

       -b     To flush the buffered logs while unregistering app

       -t     Set timeout when sending messages at exit, in ms (default: 10000 = 10sec)

       -h     Show help

Examples

       Forward all dmesg to DLT Daemon without discarding any messages dmesg|dlt-adaptor-stdin-b-s

       Send DBUS messages to DLT Daemon using the program dbus-monitor dbus-monitor|dlt-adaptor-stdin

Exit Status

       Non zero is returned in case of failure.

Name

dlt-adaptor-stdin - Forward input from stdin to DLT Daemon

See Also

dlt-daemon(1)DLT-ADAPTOR-STDIN(1)

Synopsis

dlt-adaptor-stdin [-a apid] [-c ctid] [-b] [-s] [-t timeout] [-h]

See Also