File: py_dlt_receive.1

package info (click to toggle)
python-dlt 2.18.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 488 kB
  • sloc: python: 3,454; makefile: 56
file content (29 lines) | stat: -rw-r--r-- 885 bytes parent folder | download
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
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
.TH PY_DLT_RECEIVE "1" "July 2025" "py_dlt_receive 2.18.10.1" "User Commands"
.SH NAME
py_dlt_receive \- receive DLT log messages from remote DLT server
.SH DESCRIPTION
usage: py_dlt_receive [\-h] \fB\-\-host\fR HOST \fB\-\-file\fR FILE
.TP
[\-\-udp\-fd\-buffer\-size UDP_FD_BUFFER_SIZE]
[\-\-udp\-buffer\-size UDP_BUFFER_SIZE]
.PP
Receive DLT messages
.SS "options:"
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message and exit
.TP
\fB\-\-host\fR HOST
hostname or ip address to connect to
.TP
\fB\-\-file\fR FILE
The file into which the messages will be written
.TP
\fB\-\-udp\-fd\-buffer\-size\fR UDP_FD_BUFFER_SIZE
Set the socket buffer size in udp multicast mode.
default: 2097152 bytes
.TP
\fB\-\-udp\-buffer\-size\fR UDP_BUFFER_SIZE
Set the DltReceiver buffer size in udp multicast mode.
default: 8388608 bytes