Question Art-Net Code and how to output it.

Davidacker

New member
Joined
Jul 24, 2017
Messages
1
Programming Experience
Beginner
Hello. Im totally new to writing code. My level is about knowing how to create arrays and printing them.

The project I'm working on (probably I'm in above my head) is a simple DMX-Software. A numpad to choose dmxaddress and dmxvalue. So far everything is working!

Next step is to generate artnet with the values I have and output them to the Ethernet port.

So I've made two arrays with dmxaddress and dmxvalue that I would like to update from the numpads readout. When that's done I want to use the readout of the array for creating artnet. How do I get going on all of this? Where do I start? I've read a bit on artnet structure but not yet sure about how it actually looks in code.

Second question; how do you output something and how do you declare a destination? If someone points me in the right direction that would be great!

Thanks for reading my wall of text and hopefully someone will understand what I'm after. Happy coding!
 
Back
Top Bottom