node-dmx / dmx

DMX controller library for node.js
MIT License
297 stars 95 forks source link

added driver for artnet (enttec ode) #13

Closed jachwe closed 8 years ago

jachwe commented 8 years ago

i added a driver for enttec ode over artnet (udp). for now it works with fixed universe and lenght. might need to push config data into drivers...

wiedi commented 8 years ago

Thanks! This is something I wanted to do for a long time.

I've made some minor style changes so it fits with the rest of the project. I've also made some changes to the driver API to allow passing through additional parameters (like port numbers and other things that might be needed) but this is not fully patched through all the layers yet.