artnet-node icon indicating copy to clipboard operation
artnet-node copied to clipboard

Art-Net server and client module for Node.JS

Results 8 artnet-node issues
Sort by recently updated
recently updated
newest added

Hi Brian, this looks nice. Could you please add some examples, that i can jump on your code. I would like to use it and add some features. Currently, i...

I am a user of Node-RED I was using the output node "node-red-artnet-node" relying on this "artnet-node" package and it came to prevent my Node-RED from starting after upgrading to...

If you are using the artnet-node server, when you receive DMX data, **the "Universe" variable will show you the wrong universe number.** The problem is on the file **/lib/artnet_server.js, at...

Hello I have code working on my windows machine, but when porting to raspberry pi it doesn't do anything, do you have an idea why ? my code :+1: var...

## Unpack UDP Datagram The newest version of this module in npm is 0.1.0 where it seems that #7 has not been included so I started to fix this myself...

The different names are confusing, according to the artnet the final port address is comprised of the following: | Bit 15 | Bits 14-8 | Bits 7-4 | Bits 3-0...

Why is the net/subnet/universe hard coded in the client ? Would seem useful to be able to choose which universe to target.... Thanks !