[PD] How to pass data between PD and other applications?

uta t99685yn at sfc.keio.ac.jp
Mon Oct 1 16:19:42 CEST 2001


<rat at telecoma.net> wrote:

> another tool which i sometimes use to write for example simple cgi scripts
> is "netcat" the tcp/ip swiss army knife ;-)
> 
> simply try in your shell:
> 
> -----------
> echo "foo blah;" | nc 192.168.0.1 9000
> -----------
> 
> or something like that ...
> 
> use your own ip adress of course and listen then to the port 9000
> with netreceive in your pd patch

When I use TCP, I usualy use telnet command for testing the 
connection.
something like this:

%telnet 127.0.0.1 3001
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
foo 100;

Uta.




More information about the Pd-list mailing list