public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Telnet server for eCos
@ 2006-04-12 17:55 Evgeny Belyanco
  2006-04-12 18:34 ` [ECOS] " Grant Edwards
  0 siblings, 1 reply; 4+ messages in thread
From: Evgeny Belyanco @ 2006-04-12 17:55 UTC (permalink / raw)
  To: ecos-discuss

Hi!

Is it any telnet server for eCos?

Evgeny Belyanco
**********************************
* E-mail: ea@kbkcc.ru
**********************************


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* [ECOS] Re: Telnet server for eCos
  2006-04-12 17:55 [ECOS] Telnet server for eCos Evgeny Belyanco
@ 2006-04-12 18:34 ` Grant Edwards
  2006-04-12 22:22   ` Evgeny Belyanco
  0 siblings, 1 reply; 4+ messages in thread
From: Grant Edwards @ 2006-04-12 18:34 UTC (permalink / raw)
  To: ecos-discuss

In gmane.os.ecos.general, you wrote:

> Is it any telnet server for eCos?

Since RedBoot doesn't have a command-line shell, what do you
propose to do with a telnet server?

-- 
Grant Edwards                   grante             Yow!  My life is a patio
                                  at               of fun!
                               visi.com            

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* Re: [ECOS] Re: Telnet server for eCos
  2006-04-12 18:34 ` [ECOS] " Grant Edwards
@ 2006-04-12 22:22   ` Evgeny Belyanco
  2006-04-12 22:31     ` Grant Edwards
  0 siblings, 1 reply; 4+ messages in thread
From: Evgeny Belyanco @ 2006-04-12 22:22 UTC (permalink / raw)
  To: Grant Edwards; +Cc: ecos-discuss

Wednesday, April 12, 2006, 10:34:25 PM, you wrote:

>> Is it any telnet server for eCos?

GE> Since RedBoot doesn't have a command-line shell, what do you
GE> propose to do with a telnet server?

I need telnet server for diagnostic purpose. I would like to use this
server like uart for diagnostic communication for my application (and
use standard telnet client like putty on the other side).



Evgeny Belyanco
**********************************
* E-mail: ea@kbkcc.ru
**********************************


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

* [ECOS] Re: Telnet server for eCos
  2006-04-12 22:22   ` Evgeny Belyanco
@ 2006-04-12 22:31     ` Grant Edwards
  0 siblings, 0 replies; 4+ messages in thread
From: Grant Edwards @ 2006-04-12 22:31 UTC (permalink / raw)
  To: ecos-discuss

In gmane.os.ecos.general, you wrote:
> Wednesday, April 12, 2006, 10:34:25 PM, you wrote:
>
>>> Is it any telnet server for eCos?
>
> GE> Since RedBoot doesn't have a command-line shell, what do you
> GE> propose to do with a telnet server?
>
> I need telnet server for diagnostic purpose. I would like to
> use this server like uart for diagnostic communication for my
> application (and use standard telnet client like putty on the
> other side).

If all you want to do is "print" to the telnet client, then
that's trivial: just accept a TCP connection and start writing
cr/lf terminated ASCII strings to it.  IIRC, the client will
probably default to line-at-a-time mode.

If you want to read data from the telnet client, you'll need to
get a little bit fancy, you can add some simple-minded option
negotiation code like that found in RedBoot's net_io.c file.

If you want to get a little more fancy, I'd probably switch on
the suppress-goahead option and do character at a time instead
of line-at-atime.

-- 
Grant Edwards                   grante             Yow!  The entire CHINESE
                                  at               WOMEN'S VOLLEYBALL TEAM all
                               visi.com            share ONE personality --
                                                   and have since BIRTH!!

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

end of thread, other threads:[~2006-04-12 22:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-12 17:55 [ECOS] Telnet server for eCos Evgeny Belyanco
2006-04-12 18:34 ` [ECOS] " Grant Edwards
2006-04-12 22:22   ` Evgeny Belyanco
2006-04-12 22:31     ` Grant Edwards

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 read-only IMAP folder(s) and NNTP newsgroup(s).