(uncpomplete) port of the cnmat osc library for Arduino/Teensy. Upstream url: https://github.com/CNMAT/OSC

(uncpomplete) port of the cnmat osc library for Arduino/Teensy. Upstream url: https://github.com/CNMAT/OSC

Compiles, but not Tested in any kind. OSCMessage::send(); and OSCBundle::send() don't work/are commented out due to Platform specifics I first have to figure out.

Readme

Revision:
2:61caa2495215
Parent:
1:18009e3041ea
--- a/OSCMessage.h	Fri May 16 22:10:49 2014 +0000
+++ b/OSCMessage.h	Fri May 16 22:41:39 2014 +0000
@@ -27,9 +27,10 @@
 #define OSCMESSAGE_h
 
 #include "OSCData.h"
+#include "Stream.h"
 //#include <Print.h>
 
-
+using namespace mbed;
 class OSCMessage
 {
     
@@ -311,7 +312,7 @@
  =============================================================================*/
     
     //send the message
-//    void send(Print &p);
+   // void send(Stream &p);
     
     //fill the message from a byte stream
     void fill(uint8_t);