UDP Redir in Python

Gerhard Häring gerhard.haering at opus-gmbh.net
Thu Mar 6 09:15:40 EST 2003


Marian Schubert <m.schubert at sh.cvut.cz> wrote:
> Hello,
> 
> I want to make $subj. Can someone give me some hits where to start?

There is http://pythondirector.sourceforge.net/

The web page says it works for TCP, so you'd only need to add UDP support.

If I started this from scratch, I'd probably try to do it using Twisted:

http://twistedmatrix.com

This should be really trivial to implement using Twisted. Anybody want to post
the ten-liner here? :-)

-- Gerhard




More information about the Python-list mailing list