artnet-node
artnet-node copied to clipboard
problem with raspberry pi
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 artnetclient = require('./node_modules/artnet-node/lib/artnet_client'); var client = artnetclient.createClient('192.168.0.10', 6454); client.send([0,255,0,0]);