This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Telnet server on eCos


On Wed, 2001-11-07 at 18:52, sujith k wrote:
> Hi,
>     I wanted to know, is anybody ported Telnetd code on eCos? If not, where can I get the source code for telnet server??? 
> 
> I came to know from the site that the eCos will not give Telnetd code along with the TCP/IP stack.
> 
>     My intention is to have a single user telnetd on eCos in my box. Since I have a CLI(command line interface), I want to allow the user to configure my box on the Telnet prompt also.(apart from configuring thru serial port using CLI) The plan is to have my CLI prompt, once the user logs in thru telnet.

There is not a "telnet server" per se, as this truly makes little sense 
in the eCos context.  However, making an eCos program respond to TELNET
protocol requests and do "something" can and does make some sense.

Look at RedBoot - it handles the simple cases of TELNET connections in
support of it's CLI, etc.  Odd, that sounds familiar... are we working
at ends here?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]