diff options
author | jdl <x75@users.sourceforge.net> | 2002-09-04 18:34:32 +0000 |
---|---|---|
committer | jdl <x75@users.sourceforge.net> | 2002-09-04 18:34:32 +0000 |
commit | 37cb4a5f9ad3c3449c6f58d30354f97070077839 (patch) | |
tree | 62c27006d2e6b3855757d9c760a5d4e818eb341f /OSC/INVENTORY.txt | |
parent | fd835e4154d3db489b61e15f273cecc7a8337373 (diff) |
added INVENTORY.txt, list OSC protocol conformance
svn path=/trunk/externals/OSCx/; revision=107
Diffstat (limited to 'OSC/INVENTORY.txt')
-rw-r--r-- | OSC/INVENTORY.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/OSC/INVENTORY.txt b/OSC/INVENTORY.txt new file mode 100644 index 0000000..87b2ee3 --- /dev/null +++ b/OSC/INVENTORY.txt @@ -0,0 +1,21 @@ +OSC protocol inventory for OSC4PD + +sendOSC, dumpOSC, OSCroute +========================== + INCLUDES + * typed and untyped packing of OSC messages + * #bundle packing + * transmission of OSC messages via UDP + + * receive OSC messages on UDP port + * unpacking of typed and untyped OSC messages + * #bundle unpacking + + * static address resolution + + OMITS + * working with timetags + * all advanced protocol features of documentation, typesigs, etc + * connection oriented communication + * pattern matching + |