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:
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.