Simple TCP "relay" or "proxy"

Tomas Christiansen toc-01-nospam-removethisword at blikroer.dk
Fri May 13 13:17:32 EDT 2005


Im trying to make a simple TCP socket "relay" or "proxy", but my skills in 
Python are not high (yet).

The only thing it should do, is to open the connection on behalf of the 
client, and when the client closes the connection, it should do so too. 
It's going to "relay" PCL and/or PostScript printjobs to a TCP/IP printer.

Does anyone have some sugggestions on code-examples? I've tried googling 
around, but couldn'r find anythin usefull.

-------
Tomas



More information about the Python-list mailing list