File: logic_rdm_sniffer.1

package info (click to toggle)
ola 0.9.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 21,340 kB
  • ctags: 23,021
  • sloc: cpp: 129,922; python: 12,265; sh: 11,778; makefile: 2,288; ansic: 1,775; java: 518; xml: 214
file content (40 lines) | stat: -rw-r--r-- 1,102 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
30
31
32
33
34
35
36
37
38
39
40
.TH logic_rdm_sniffer 1 "December 2013"
.SH NAME
logic_rdm_sniffer \- Decode DMX/RDM data from a Saleae Logic device.
.SH SYNOPSIS
logic_rdm_sniffer [options]
.SH DESCRIPTION
logic_rdm_sniffer
Decode DMX/RDM data from a Saleae Logic device.
.SH OPTIONS
.IP "-d, --display-dmx"
Display DMX Frames. Defaults to false.
.IP "-h, --help"
Display the help message
.IP "-l, --log-level <int8_t>"
Set the logging level 0 .. 4.
.IP "-r, --full-rdm"
Unpack RDM parameter data.
.IP "-t, --timestamp"
Include timestamps.
.IP "--display-asc"
Display non-RDM alternate start code frames.
.IP "--dmx-slot-limit <uint16_t>"
Only display the first N slots of DMX data.
.IP "--nouse-epoll"
Use epoll() when available
.IP "--pid-location <string>"
The directory containing the PID definitions.
.IP "--sample-rate <uint32_t>"
Sample rate in HZ.
.IP "--syslog"
Send to syslog rather than stderr.
.IP "-v, --version"
Print
.B logic_rdm_sniffer
version information
.SH EXAMPLES
.SS Display RDM messages from the Logic device.
logic_rdm_sniffer -r
.SS Display RDM and DMX frames from the Logic device.
logic_rdm_sniffer -r -d