[PD] How to pass data between PD and other applications?
rat at telecoma.net
rat at telecoma.net
Mon Oct 1 15:08:41 CEST 2001
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
cheers
erich
On Mon, 1 Oct 2001, Søren Bovbjerg wrote:
> u_pdreceive.c and u_pdsend.c located in the src directory should also hold this information.
>
> > The FUDI protocol used by netsend/receive is very simple:
> > a list followed by semicolon and a linefeed. It should be easy
> > to support this protocol in any programming language.
>
>
>
>
More information about the Pd-list
mailing list