Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

ofxArtnet subnet / universe

$
0
0

@cv_ wrote:

Hi!

I am working on an open frameworks project using ofxArtnet.
Everything seems pretty straightforwards and almost everything is working for me.

I have spent a while trying to figure out why my project wasn't working to find that my artnet was being broadcast on subnet 16 universe 16, I have been playing with the code and dont seem to get it otherwise. I was hoping you can shine some light on the subject?

I initialise artnet as
artnet.setup(LOCAL_IP, 0, 1);

and send the packets with
artnet.sendDmx(RECEIVER_IP, 0xf, 0xf, dmxData, PACKET_SIZE);
or
artnet.sendDmx(RECEIVER_IP, dmxData, PACKET_SIZE);

with no visible difference.

Thank you for your help

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4929