[Python-talk] A few more socket related questions

Lloyd Kvam lkvam at venix.com
Fri Aug 28 16:51:58 EDT 2009


On Fri, 2009-08-28 at 15:26 -0400, Larry Keber wrote:
> Basically, netcat acts as the server.  When your client establishes
> the socket connection, netcat runs your C FFT program, and all input
> from the socket gets sent to C program's stdin, and output from stdout
> gets sent back out the socket to your client.

Ahh.  I just realized that there is nc and ncat!  I've always used nc.
ncat is fancier.

-- 
Lloyd Kvam
Venix Corp.
1 Court Street, Suite 378
Lebanon, NH 03766-1358

voice:  603-653-8139
fax:    320-210-3409



More information about the Python-talk mailing list