On Thu, 2002-12-05 at 01:52, Jason R. Mastaler wrote: > David Guerizec <[EMAIL PROTECTED]> writes: > > The answer is: by inserting a network layer between the lib (TMDA's > > modules) and the graphical interface layer. If import TMDA fails, > > then ask the user (or read a config file) for a remote host:port to > > connect to a server. > > Interesting. What sort of network protocol did you have in mind?
To keep things simple, a line oriented protocol will do. It is easy to connect to with telnet, or to make thin clients in about any programing language. This also allows to make it run from inetd too, or directly from the command line. David _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
