Hello all,
I'm trying to send messages directly to PD though tcp/ip. I'm using tcl to open the connection to the pd patch. I'm using port 3000 and the netreceive object does output 1 connections when I get connected, and 0 when I disconnect, but when I try and send any data down the socket I get no responce from pd.
does pd expect some handshaking or a stream header before It passes the data to the outlet?
Thanks! Ben