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
¿ Terminal Type. Select a member of the Virtual Terminal (VT) family
(e.g., VT100 or VT220).
¿ SSL Version. SSL3..
¿ Port 992.
¿ Destination Host Type. Unix.
¿ User Certificate Mode. No user certificate is required
¿ Host Certificate.
Please help me doing this
I have tried with SecureCRT, Z/scope. I was able to connect. I need to develop an application like the same.
Thanx and regards