zestyping / openpixelcontrol

A simple stream protocol for controlling arrays of RGB lights.
http://openpixelcontrol.org/
353 stars 103 forks source link

Artnet #19

Open thewesleydavis opened 10 years ago

thewesleydavis commented 10 years ago

Is there a way to translate artnet data into OPC? For example: I would like to send Artnet values to Fadecandy.

longears commented 10 years ago

I don't know of an existing way to do that. This looks like a well-developed swiss army knife for converting between various lighting control formats: https://code.google.com/p/open-lighting/ OPC is a simple protocol so you might try adding it as a plugin to that project.

nomis52 commented 9 years ago

FWIW we've added support for OPC to the Open Lighting Architecture. You can either clone from https://github.com/OpenLightingProject/ola or wait for the 0.9.4 release (expected before the end of the year.)