Index
OSC
OSC_Scanner
OSC_Parser

inheritance tree

 DumpOSC

class definition

Implements an Oz interface to dumpOSC for receiving OSC packets at a given port. Ineternally, the textual output of dumpOSC is parsed into Oz values, and a stream of OSC messages in the format described above is provided.
Please note that dumpOSC is called in a terminal (xterm), and its output is send by netcat via a socket to Oz (on MacOS X, X11 is started if not already running). See above for an explanation.
Also, note that several clients can send to dumpOSC, but no information who sends is transmitted (e.g., no sender IP). If knowing the sender is important, just include your sender in your OSC messages :)

class DumpOSC (Inheritance-free)
   feat defaultResponderAddr dumpOSC myParser myScanner netcatPort oscs pipe responders
   attr bundleResponder counter
end