diff options
Diffstat (limited to 'src/INVENTORY.txt')
-rw-r--r-- | src/INVENTORY.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/INVENTORY.txt b/src/INVENTORY.txt new file mode 100644 index 0000000..98f3698 --- /dev/null +++ b/src/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 socket + + * receive OSC messages on UDP socket + * unpacking of typed and untyped OSC messages + * #bundle unpacking + + * static address resolution + * pattern matching + + OMITS + * working with timetags + * all advanced protocol features of documentation, typesigs, etc + * connection oriented communication + |