Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 23, 2024, 04:32:51 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux Software
»
Linux Application
»
developing a telnet client
« previous
next »
Print
Pages: [
1
]
Author
Topic: developing a telnet client (Read 6764 times)
tannapurna
New Member
Posts: 1
developing a telnet client
«
on:
August 10, 2009, 09:27:18 AM »
Hello everyone,
I m currently working on developing a telnet client using C on Linux. Can anbody provide me the sourcecode for it so that my application can save time.
Logged
bpence
New Member
Posts: 1
Re: developing a telnet client
«
Reply #1 on:
August 10, 2009, 03:55:28 PM »
I can't give you code, but I can point you in the right direction! Read RFC854, as this will give you a good head start. RFC854 specifies the telnet protocol, which will govern what you send and receive.
http://tools.ietf.org/html/rfc854
Brian Pence
http://www.celestialsoftware.net
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Linux Software
»
Linux Application
»
developing a telnet client