#Overview
oscuinoEthernet does OSC communication over Arduino's [http://arduino.cc/en/Reference/Ethernet|EthernetUdp class].

#Dependancies
At the moment the max patches use the new odot library for constructing and routing bundles which can currently be downloaded [cnmat:downloads/odot|here] (though this will probably change soon to be included with the [cnmat:downloads|CNMAT Everything download], which is also a dependancy).

#Usage
To start communicating with an Ethernet Arduino like [http://www.sparkfun.com/products/10536|Sparkfun's Ethernet Pro]

- Download and install the OSCuino libraries
- Download and open up the oscuinoEthernet.ino Sketch (from github)
- Upload the sketch.
- Download oscuinoEthernt.maxpat and put it in your Max search path
- Open up the Max Patch.
- Communicate with your Arduino using full OSC!

Attachments