linux-c-programming.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* basic C telnet client
@ 2003-06-26 18:58 Fabio Miranda Hamburger
  2003-06-26 22:45 ` Glynn Clements
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Miranda Hamburger @ 2003-06-26 18:58 UTC (permalink / raw)
  To: linux-c-programming

Hi, Where Can I get source code of a basic telnet client coded in C?
I was reviewing freebsd's telnet.c but it's kinda complex. I am looking
for a basic one for starters.

regards,

---
Fabio Andres Miranda
Ingenieria de sistemas informaticos
Universidad Latina - Costa Rica



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: basic C telnet client
  2003-06-26 18:58 basic C telnet client Fabio Miranda Hamburger
@ 2003-06-26 22:45 ` Glynn Clements
  0 siblings, 0 replies; 2+ messages in thread
From: Glynn Clements @ 2003-06-26 22:45 UTC (permalink / raw)
  To: Fabio Miranda Hamburger; +Cc: linux-c-programming


Fabio Miranda Hamburger wrote:

> Hi, Where Can I get source code of a basic telnet client coded in C?
> I was reviewing freebsd's telnet.c but it's kinda complex. I am looking
> for a basic one for starters.

I'm not sure that you'll find one. The telnet protocol has lots of
options, and any useful telnet client will implement many of them.

If you're interested in the general concepts rather than the telnet
protocol specifically, an rlogin/rsh client will be much simpler.

-- 
Glynn Clements <glynn.clements@virgin.net>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-06-26 22:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-06-26 18:58 basic C telnet client Fabio Miranda Hamburger
2003-06-26 22:45 ` Glynn Clements

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).