Binary Protocols over IP with python

Laurent Szyster laurent.szyster at q-survey.be
Mon May 28 10:49:10 EDT 2001


Ng Mui wrote:
> 
> I'm a python newbie and want to know if it's suitable for prototyping
> binary protocols over UDP, TCP or raw IP sockets.

Raw IP i don't know, but for UDP or TCP you can have a look at the
Medusa asynchronous server. It comes with a one UDP and a few TCP
protocols implemented (the UDP protocol is DNS).


Laurent Szyster



More information about the Python-list mailing list