Welcome to the sequel of my first DMX article (https://www.edn.com/an-introduction-to-the-digital-multiplex-protocol/). First, I apologize for the delay in posting ...
$ git clone https://github.com/qmsk/dmx.git qmsk-dmx && cd qmsk-dmx $ docker build -t qmsk/dmx . $ docker run --rm --name qmsk-dmx -v $PWD/config:/etc/qmsk-dmx:ro -e ...
An example of how to get a single dimmer working with PyDMXControl, providing the web control panel and the console debug system once started. Just messing around with using Python to control/send DMX ...