[Twisted-Python] Server/Client

Arnar Birgisson arnarbi at gmail.com
Wed Jun 20 11:34:46 EDT 2007


On 6/20/07, Delgado, Edgardo  CIV NAVAIR 4.1.4.3
<edgardo.delgado at navy.mil> wrote:
> I would like to build a server that when it gets a message on a specific
> port it will "forward" that message to another port.
> I.e. "Server1" listens on port 10000. When it gets data on port 10000 it
> will forward the data to "Server2" listening on port 15000.

This is not Twisted, but it may be helpful:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/483732

Arnar




More information about the Twisted-Python mailing list