tags:

views:

53

answers:

2

Hi,

I have selected an project for writing a Telnet server and Telnet client code in C. i am learning C programming.

Has anyone attempted this.Please tell me how to proceed and materials to be refer. sorry for asking source code.I am not getting how to start.So please refer me the material,so i can try

the platform i am using is ubuntu server

Thanks

+1  A: 

Wikipedia has an article on the protocol including references to the various relevant RFCs. So I would suggest starting there, and write a server and client :) If you have specific issues either with interpreting the documentation or writing the code, then post a question, but as DarkDust says, "please do my assignment for me" questions aren't usually well-received here.

Paul
SOrry i really tried but i was not getting from where to start so i was asking for programms or articles for reference.
Nilesh Rade
A: 

That's a ton of telnet client/server implementations written on C out there. Google can easily find it for you. For instance, try searching for: telnet.c

Also, take a look at this thread for information on telnet servers:

http://stackoverflow.com/questions/202859/using-telnet-in-a-c-program

karlphillip