public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] RE ; IP over HDL
@ 2006-04-09  8:20 saurabh prakash
  2006-04-09  9:20 ` [ECOS] S3C44B0X eCos port Evgeny Belyanco
  2006-04-09 10:14 ` [ECOS] RE ; IP over HDL Andrew Lunn
  0 siblings, 2 replies; 5+ messages in thread
From: saurabh prakash @ 2006-04-09  8:20 UTC (permalink / raw)
  To: ecos-discuss

I haven't came accross any RF regarding this.
Using the PPP stack for sync HDLc(and then byapssing it) seem
to be a better approach as i want the hdlc interface to be recognised
by the tcp/ip stack in a standard way.
 i have few more queries :

1)does ecos support RIPv2 and OSPF, if not from where should i start.
2) from mailing list it appears that ecos does not suport dynamic routing,
 how can i build dynamic routing suppport in ecos.

thanx in advance,
saurabh prakash
research engineer,
cdot, india

--
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] 5+ messages in thread

* [ECOS] S3C44B0X eCos port
  2006-04-09  8:20 [ECOS] RE ; IP over HDL saurabh prakash
@ 2006-04-09  9:20 ` Evgeny Belyanco
  2006-04-09 10:27   ` Andrew Lunn
  2006-04-09 10:14 ` [ECOS] RE ; IP over HDL Andrew Lunn
  1 sibling, 1 reply; 5+ messages in thread
From: Evgeny Belyanco @ 2006-04-09  9:20 UTC (permalink / raw)
  To: ecos-discuss

Hi!

Is it any public eCos port for Samsung S3C44B0X?


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] 5+ messages in thread

* Re: [ECOS] RE ; IP over HDL
  2006-04-09  8:20 [ECOS] RE ; IP over HDL saurabh prakash
  2006-04-09  9:20 ` [ECOS] S3C44B0X eCos port Evgeny Belyanco
@ 2006-04-09 10:14 ` Andrew Lunn
  1 sibling, 0 replies; 5+ messages in thread
From: Andrew Lunn @ 2006-04-09 10:14 UTC (permalink / raw)
  To: saurabh prakash; +Cc: ecos-discuss

On Sun, Apr 09, 2006 at 01:20:41AM -0700, saurabh prakash wrote:
> I haven't came accross any RF regarding this.
> Using the PPP stack for sync HDLc(and then byapssing it) seem
> to be a better approach as i want the hdlc interface to be recognised
> by the tcp/ip stack in a standard way.
>  i have few more queries :
> 
> 1)does ecos support RIPv2 and OSPF, if not from where should i start.
> 2) from mailing list it appears that ecos does not suport dynamic routing,
>  how can i build dynamic routing suppport in ecos.

eCos does not have a routing daemon. Also, IP forwarding is not
something that is actively supported. It might work, but you should
test it and be prepaired to have to have to spend some effort getting
it working correctly.

For RIPv2 and OSPF you will need to find a suitable routing daemon and
port it to eCos. 

You have to be careful of the license of the code you use. Most
routing daemon are GPL. If you use such code your entire system then
becomes GPL and so you must provide the entire source code tree to
your customer and she must then provide the source code to the end
customer. Generally the customer does not want to do this....

This means it would probably be a bad idea to use the following:

http://bird.network.cz/
http://sourceforge.net/projects/nx-routed/
http://www.zebra.org/

You need to find a routing daemon which uses something like the
MIT/BSD license.

        Andrew

-- 
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] 5+ messages in thread

* Re: [ECOS] S3C44B0X eCos port
  2006-04-09  9:20 ` [ECOS] S3C44B0X eCos port Evgeny Belyanco
@ 2006-04-09 10:27   ` Andrew Lunn
  2006-04-09 10:45     ` Re[2]: " Evgeny Belyanco
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Lunn @ 2006-04-09 10:27 UTC (permalink / raw)
  To: Evgeny Belyanco; +Cc: ecos-discuss

On Sun, Apr 09, 2006 at 01:19:40PM +0400, Evgeny Belyanco wrote:
> Hi!
> 
> Is it any public eCos port for Samsung S3C44B0X?

There is none as part of anonyous cvs. However google foun the
following which suggests a few people have worked on it. Try
contacting them:

http://sourceware.org/ml/ecos-devel/2003-02/msg00010.html
www.21icbbs.com/club/bbs/showEssence.asp?id=3994
www.minigui.org/cgi-bin/lb5000/post.cgi?action=reply&forum=6&topic=927
http://www.dave-tech.it/pages/product-b2.htm

        Andrew

-- 
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] 5+ messages in thread

* Re[2]: [ECOS] S3C44B0X eCos port
  2006-04-09 10:27   ` Andrew Lunn
@ 2006-04-09 10:45     ` Evgeny Belyanco
  0 siblings, 0 replies; 5+ messages in thread
From: Evgeny Belyanco @ 2006-04-09 10:45 UTC (permalink / raw)
  To: Andrew Lunn; +Cc: ecos-discuss

Hi!
Sunday, April 9, 2006, 2:27:32 PM, you wrote:
AL> There is none as part of anonyous cvs. However google foun the
AL> following which suggests a few people have worked on it. Try
AL> contacting them:

AL> http://sourceware.org/ml/ecos-devel/2003-02/msg00010.html
AL> www.21icbbs.com/club/bbs/showEssence.asp?id=3994
AL> www.minigui.org/cgi-bin/lb5000/post.cgi?action=reply&forum=6&topic=927

Ok.

AL> http://www.dave-tech.it/pages/product-b2.htm
900 Euro :(


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] 5+ messages in thread

end of thread, other threads:[~2006-04-09 10:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-09  8:20 [ECOS] RE ; IP over HDL saurabh prakash
2006-04-09  9:20 ` [ECOS] S3C44B0X eCos port Evgeny Belyanco
2006-04-09 10:27   ` Andrew Lunn
2006-04-09 10:45     ` Re[2]: " Evgeny Belyanco
2006-04-09 10:14 ` [ECOS] RE ; IP over HDL Andrew Lunn

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).