(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.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:f58c63b78853 | 2014-05-17 | aspeteRakete | init. Compiles, not tested. OSCMessage::send(Print &p) and OSC::Bundle::send(Print &p) commented out |
2:61caa2495215 | 2014-05-16 | aspeteRakete | rumprobiert. send bleibt erstmal drau?en. |
1:18009e3041ea | 2014-05-16 | aspeteRakete | OSCMessage Portiert: ::send(Print &p) derzeit auskommentiert. |
0:36705c54059a | 2014-05-16 | aspeteRakete | init, ported OSCData:; - removed arduino specific headers.; - removed duplicated method (uint32_t vs int) |