Hi,
I need to develop an application using c# or C or cpp which talks to a unix server (server response is given using VT100 terminal).
I have used openssl and was able to connect but openssl does not support VT100. I need to decode the server response.
Please help me.
I need to connect to a remote DNS server using port 992 and process the response from the server.
for that i need a terminal emulation software that support the Telnet specification RFC 854 and the SSL 3.0 specification. The software needs to be incorporated in my program.
It is preferable it that software is free.
Configuring Terminal Emulation Software
Comments
Try Rebex Terminal Emulation c# library. It includes both SSH a Telnet connection layer and ANSI/VT100 terminal emulation.