Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 559 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 559 Bytes

artnet2crap

Python script to convert four Art-Net universes into the CRAP protocol for Mate-Light

Usage

artnet2crap does not have any parameters so far. The IP address of the Mate-Light is hard-coded in crap_client.py. Run the process with:

MATELIGHT_HOSTNAME=matelight python -m artnet2crap.server_main

Your light control software of choice (e.g. QLC+) needs to be setup to send the pixel values in four DMX universes (0 – 3). Configure the Art-Net output to Unicast and enter the IP address of the host that artnet2crap is running on.