Sending command line output (in OS X) to Max.
I'd like to stream tcpdump data into Max. So effectively, I need terminal output to send messages. Is there an easy way to pipe such data into Max? What is the most efficient way to do this? Would this be a job for udpreceive/udpsend?
You've got the Shell external from Bill Orcut, that might help you:
https://cycling74.com/download/Share/JeremyBernstein/shellUB.zip
that's pretty much exactly what I need. Cheers!