> I'm using ICS - TWSocket and I wrote a server that listen on port, waiting a > connection. A client telnet connect to this IP/port and the server execute > another application to receive this connection. The server is a single > receive of connections. > > Question 1 = Did you already make something similar ? If you made this, > please send-me a example !!! :)
I'm not sure I understand "execute another application to receive this connection". There are several sample programs that accept TCP connections. See the project group delivered with ICS. > Question 2 = Do you have anything documentation about emuling terminal > VT100/VT220 ? I can send to the client telnet commands to position cursor, > make a frame, etc... Do you know this functions ? I saw your sample about > emuling terminal, server/client. You'll find all (well most) function in the EmulVT component which decode all those escape sequences for rendering on screen. You'll find plenty documentation by searching with google for "ansi escape sequences" (without double quotes). -- [EMAIL PROTECTED] http://www.overbyte.be -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be