1DLT-ADAPTOR-STDIN(1) DLT-ADAPTOR-STDIN(1)
2
3
4
6 dlt-adaptor-stdin - Forward input from stdin to DLT Daemon
7
9 dlt-adaptor-stdin [-a apid] [-c ctid] [-b] [-s] [-t timeout] [-h]
10
12 This is a small external program for forwarding input from stdin to DLT
13 Daemon.
14
15 OPTIONS
16 -a Set application ID to apid (default: SINA)
17
18 -c Set context ID tp ctid (default: SINC)
19
20 -b To flush the buffered logs while unregistering app
21
22 -t Set timeout when sending messages at exit, in ms (default: 10000
23 = 10sec)
24
25 -h Show help
26
28 Forward all dmesg to DLT Daemon without discarding any messages dmesg |
29 dlt-adaptor-stdin -b -s
30
31 Send DBUS messages to DLT Daemon using the program dbus-monitor dbus-
32 monitor | dlt-adaptor-stdin
33
35 Non zero is returned in case of failure.
36
38 Saya Sugiura (ssugiura (at) jp.adit-jv (dot) com)
39
41 Copyright (C) 2019 Advanced Driver Information Technology, Bosch and
42 DENSO. License MPL-2.0: Mozilla Public License version 2.0
43 http://mozilla.org/MPL/2.0/.
44
46 See Github issue: <https://github.com/GENIVI/dlt-daemon/issues>
47
49 dlt-daemon(1)
50
51
52
53 DLT-ADAPTOR-STDIN(1)