media-dmx
Installation
SKILL.md
Media DMX
Context: $ARGUMENTS
Control stage lighting: DMX512 over serial, Art-Net over UDP/6454, sACN/E1.31 over UDP multicast/5568, plus Enttec USB Pro framing. Ships a pure-Python sACN sender (no OLA needed), plus wrappers around the OLA CLIs when available.
Quick start
- List connected devices: → Step 2 (
list-devices) - Send a single DMX frame on one universe: → Step 3 (
send-dmx --universe 1 --slots 255,0,128,64) - Raw-Python sACN sender (no OLA): → Step 4 (
sacn-send --universe 1 --slots 255,0,...) - Art-Net poll (discovery): → Step 5 (
artnet-poll) - Record / stream a show: → Step 6 (
record/stream) - RDM discovery / get / set: → Step 7 (
rdm-scan)