simple socket redirector app question

Bruce Edge bedge at troikanetworks.com
Mon Jun 17 16:27:44 EDT 2002


I have an app which talks via sockets to local host clients only.
I'd like to get at it remotely.

Basically it would accept remote connections from a remote client, 
relay them the the local app, and forward the replies back to the 
remote client.

What's the simplest way to write this type of a socket redirector?

Use SocketServer, or is that overkill?

Thanks, Bruce.



More information about the Python-list mailing list