-
Notifications
You must be signed in to change notification settings - Fork 221
Sigrok based RDM sniffer #1718
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Sigrok based RDM sniffer #1718
Changes from 20 commits
ca8d4c3
9f868ac
b8e4500
ea599ca
dda170d
ead9174
c0c042a
3c57743
bd689c1
f2520b9
26dca5c
d048f88
dd3517e
19ccd00
3a898b1
abf1b5b
7ac19eb
6467ca9
8b3fdd0
877f28d
b0efa4d
2e25f9a
293be8f
f7e0099
7db2ef2
1e6b40a
9e9b004
29f3ac2
5f388f3
90e9abf
bc94fd4
2d01961
a725321
363e594
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| .TH sigrok_rdm_sniffer 1 "March 2021" | ||
| .SH NAME | ||
| sigrok_rdm_sniffer \- Decode DMX/RDM data from devices supported by sigrok | ||
| .SH SYNOPSIS | ||
| .B sigrok_rdm_sniffer | ||
| [ options ] | ||
| .SH DESCRIPTION | ||
| .B sigrok_rdm_sniffer | ||
| Decode DMX/RDM data from devices supported by sigrok | ||
peternewman marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| .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 "-v, --version" | ||
| .B sigrok_rdm_sniffer | ||
| version information. | ||
| .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 "--no-use-epoll" | ||
| Disable the use of epoll(), revert to select() | ||
| .IP "--pid-location <string>" | ||
| The directory containing the PID definitions. | ||
| .IP "--sample-rate <uint32_t>" | ||
| Sample rate in Hz. | ||
| .IP "--scheduler-policy <string>" | ||
| The thread scheduling policy, one of {fifo, rr}. | ||
| .IP "--scheduler-priority <uint16_t>" | ||
| The thread priority, only used if --scheduler-policy is set. | ||
| .IP "--sigrok-device <string>" | ||
| Set the sigrok device to use. | ||
| .IP "--sigrok-log-level <uint32_t>" | ||
| Set the sigrok logging level from 0 .. 5. | ||
| .IP "--sigrok-samples <uint32_t>" | ||
| Limit capture to this many samples. | ||
| .IP "--sigrok-time <uint32_t>" | ||
| Limit capture to this many ms. | ||
| .IP "--syslog" | ||
| Send to syslog rather than stderr. | ||
Uh oh!
There was an error while loading. Please reload this page.