Curses over a tcp socket

Simon Wittber (Maptek) Simon.Wittber at perth.maptek.com.au
Mon Feb 17 22:40:31 EST 2003


Hello Fellow Python People!

I have created a multiuser world creation system in Python. People can
log in, create rooms, objects, add actions to objects etc. It is similar
to a MUD I guess, with all input and output happening over a tcp socket
using plain old ascii.

My question is: I need to make the interface much more versatile, yet
still operate over a socket using a telnet client. Is there some way I
can use curses or something similar over a socket?

simonw.





More information about the Python-list mailing list