-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Le 14 Juillet 2003 18:35, CK a écrit :
http://www.python.org/doc/current/lib/socket-example.html should get you started if you really really want to do it the netsend/receive way..
I'd recommend this method. The FUDI protocol used by netsend/netreceive could be described like this: lists are sent and received as ascii strings that ends with the ";" character and a line feed.
Marc