An Open Sound Control library for the mbed, created to be compatible with Recotana's OSCClass library (http://recotana.com) for the Arduino with Ethernet shield. It also uses parts of the OSC Transceiver(Sender/Receiver) code by xshige written by: Alvaro Cassinelli, October 2011 tweaked by: Toby Harris / *spark audio-visual, March 2012

Dependencies:   NetServices mbed

Revision:
1:ab7dc9550de6
Parent:
0:49cdaebd52d5
Child:
11:853a9e887023
--- a/main.cpp	Tue Mar 13 22:42:25 2012 +0000
+++ b/main.cpp	Sun Apr 15 12:06:01 2012 +0000
@@ -15,7 +15,6 @@
 );
 #endif
 
-//uint8_t serverMac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };
 uint8_t serverIp[]  = { 10, 0, 0, 2 }; // not needed perhaps!
 int  serverPort  = 10000;
   
@@ -31,7 +30,7 @@
 OSCClass osc;    
 //OSCClass osc(&recMes);  // instantiate OSC communication object, and set the receiver container from the OSC packets  
  
- Serial pc(USBTX, USBRX); 
+Serial pc(USBTX, USBRX); 
  
 void processOSC();