Pd-extended and random-data streams

Here’s a little something I wrote to take the checksums from incoming data on a network and turn these into useful data in Pd-extended. We communicate the data via the OSC (OpenSoundControl) protocol.

This uses:
  • tcpdump
  • Some sort of fifo
  • Perl (to build our OSC packets)
  • Pd-extended

RMacD.com :: Pd-extended and random-data streams.