Click here to Skip to main content
15,922,696 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
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.
Thanx and regards
Posted
Comments
Sergey Alexandrovich Kryukov 8-Mar-11 4:48am    
OK, it looks like quite feasible work, so -- what seems to be a problem? What is your progress so far?
--SA
smaranika 8-Mar-11 4:50am    
I used openssl. I was able to get response but I could not get the login prompt which should come.

I tried with z/scope, it is giving the login prompt
Sergey Alexandrovich Kryukov 8-Mar-11 4:59am    
Still not clear. And mind you, I did not see a VT100 and any documentation on it for many years, and most other people never saw, so you need to be more descriptive.
--SA
smaranika 8-Mar-11 5:04am    
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.

Configuring Terminal Emulation Software

Terminal Name.
¿ 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

Please help me doing this

1 solution

 
Share this answer
 
Comments
smaranika 8-Mar-11 12:04pm    
This is exactly what I want. But i need to code it as i need to do process the server's response programmatically.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900