For my project i need to read some switch, joystick and fader from an hand made joypad and send values to three different computers in LAN using OSC protocol.
I have realized my pad, all the circuitery, the patch on my audio softweres ( receive OSC ) and the data aquisition part of the Arduino sketch.
Now the only thing that i need is the network part of the project, aka send OSC.
It's the fist time that i use arduino with ethernet shield and a friend of mine have lent me a not original one with the ENC28J60 chip and at the moment i can't buy an original one.
I have tried to find out some documentation on internet, but it's quite complicated when you haven't any idea about how these things work.
Can you post material that can help me?
thanks you!