summaryrefslogtreecommitdiff
path: root/doc/dlt-receive.1
blob: 9f0418520218f81b52a21400fbd3525615fd27b0 (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
.TH dlt-receive 1  "May 8, 2012" "version 2.6.2 STABLE" "USER COMMANDS"
.SH NAME
dlt-receive \- Console based client for DLT Logging
.SH SYNOPSIS
.B dlt-receive
[\-h] [\-a] [\-x] [\-m] [\-s][\-o filename] [\-v] [\-y]
[\-b baudrate] [\-e ecuid]hostname/serial_device_name
.SH DESCRIPTION
Receive DLT messages from DLT daemon and print or store the messages.
.SH OPTIONS
.TP
\-h
Display a short help text.
.TP
\-a
Print DLT file; payload as ASCII.
.TP
\-x
Print DLT file; payload as hex.
.TP
\-m
Print DLT file; payload as hex and ASCII.
.TP
\-s
Print DLT file; only headers.
.TP
\-o
Output messages in new DLT file.
.TP
\-v
Verbose mode.
.TP
\-y
Serial device mode.
.TP
\-b
Serial device baudrate (Default: 115200).
.TP
\-e
Set ECU ID (Default: RECV).
.SH EXAMPLES
.TP
Print received message headers received from a dlt-daemon running on localhost:
.B dlt-receive
\-s localhost
.PP
.TP
Print received message headers received from a serila interface:
.B dlt-receive
\-s -y /dev/ttySO
.PP
.TP
Store received message headers from a dlt-daemon to a log file called log.dlt and filter them for e.g. Application ID ABCD and Context ID EFGH (Write:ABCD EFGH as single line to a file claled filter.txt):
.B dlt-receive
\-s -o log.dlt -f filter.txt localhost
.PP
.SH EXIT STATUS
Non zero is returned in case of failure.
.SH AUTHOR
Alexander Wenzel (alexander.aw.wenzel (at) bmw.de)
.SH SEE ALSO
dlt-daemon(1)