Open Sound Control (OSC) appears to be a protocol for networked audio
collaboration. It sounds interesting but I don't understand how it
might be used with baudline. Could you provide some possible usage
examples?
http://www.baudline.com/manual/options.html#debugmeasure
For example, using this stderr streaming method is how I created the
distortion variable frequency sweep plot shown here:
http://www.baudline.com/solutions/sine_distortion/index.html#frequency_effect
With the >& or |& shell operators you could redirect stderr to a fifo
or grab the data from a pipe and have an external program or script
work on the measurement data in real-time.