logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rdmpro_sniffer - Sniffer tool for use with the ENTTEC RDM Pro

Description

       Sniff traffic from a ENTTEC RDM Pro device.

Examples

DisplayRDMmessagesfromtheRDMProdeviceconnectedto/dev/tty.usbserial-00001014
       rdmpro_sniffer -r /dev/tty.usbserial-00001014

   DisplayRDMandDMXframesfromanRDMProdevice
       rdmpro_sniffer -r -d /dev/tty.usbserial-00001014

   Saveacapturetoafileforviewinglater
       rdmpro_sniffer -w /tmp/savefile /dev/tty.usbserial-00001014

   Printthemessagesfromapreviouslycapturedsession.
       rdmpro_sniffer -p /tmp/savefile

                                                  December 2013                                rdmpro_sniffer(1)

Name

       rdmpro_sniffer - Sniffer tool for use with the ENTTEC RDM Pro

Options

       -d, --display-dmx
              Display DMX frames. Defaults to false.

       -h, --help
              Display the help message

       -l, --log-level <int8_t>
              Set the logging level 0 .. 4.

       -p, --readfile <string>
              Display data from a previously captured file.

       -r, --full-rdm
              Unpack RDM parameter data.

       -t, --timestamp
              Include timestamps.

       -v, --version
              Print rdmpro_sniffer version information

       -w, --savefile <string>
              Also write the captured data to a file.

       --display-asc
              Display non-RDM alternate start code frames.

       --dmx-slot-limit <int16_t>
              Only display the first N slots of DMX data.

       --syslog
              Send to syslog rather than stderr.

Synopsis

       rdmpro_sniffer [ options ] <usb-device-path>

See Also