diff options
author | jdl <x75@users.sourceforge.net> | 2002-09-28 15:30:54 +0000 |
---|---|---|
committer | jdl <x75@users.sourceforge.net> | 2002-09-28 15:30:54 +0000 |
commit | df607337d6525e3185b458b41955f84f501d04d2 (patch) | |
tree | 19649b36676b5f79acad2ba2f56b9e5c6c5d7472 /OSC | |
parent | a9b3c9308afe024969a7667e88ed5c07f1370c5e (diff) |
flunsis ..
svn path=/trunk/externals/OSCx/; revision=156
Diffstat (limited to 'OSC')
-rw-r--r-- | OSC/INVENTORY.txt | 4 | ||||
-rw-r--r-- | OSC/TODO.txt | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/OSC/INVENTORY.txt b/OSC/INVENTORY.txt index f09bcfe..98f3698 100644 --- a/OSC/INVENTORY.txt +++ b/OSC/INVENTORY.txt @@ -5,9 +5,9 @@ sendOSC, dumpOSC, OSCroute INCLUDES * typed and untyped packing of OSC messages * #bundle packing - * transmission of OSC messages via UDP + * transmission of OSC messages via UDP socket - * receive OSC messages on UDP port + * receive OSC messages on UDP socket * unpacking of typed and untyped OSC messages * #bundle unpacking diff --git a/OSC/TODO.txt b/OSC/TODO.txt index ea31d82..63c2d7b 100644 --- a/OSC/TODO.txt +++ b/OSC/TODO.txt @@ -6,6 +6,8 @@ for win32: port also the command line utilities (send, dump) -dynamic space allocation for message buffers. +-configure proper (autoconf) + changelog: @@ -22,4 +24,4 @@ prior: -fixed shared htmsock bug -added sendtyped separately earlier and lost it again -
\ No newline at end of file + |