public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] ecos - new drivers?
@ 2007-05-23  8:12 enrico
  2007-05-23 10:10 ` Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: enrico @ 2007-05-23  8:12 UTC (permalink / raw)
  To: ecos-discuss

HI.
I am Enrico Betti, and I am working in a team that develop embedded 
system in Acqualagna (Italy)

A question: what for new drivers fo ecos OS? For example if I want to 
use ecos as a base for a wireless router application? There is a guide 
on writing new drivers?


thank you



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

* Re: [ECOS] ecos - new drivers?
  2007-05-23  8:12 [ECOS] ecos - new drivers? enrico
@ 2007-05-23 10:10 ` Andrew Lunn
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Lunn @ 2007-05-23 10:10 UTC (permalink / raw)
  To: enrico; +Cc: ecos-discuss

On Wed, May 23, 2007 at 09:59:16AM +0200, enrico wrote:
> HI.
> I am Enrico Betti, and I am working in a team that develop embedded 
> system in Acqualagna (Italy)
> 
> A question: what for new drivers fo ecos OS? For example if I want to 
> use ecos as a base for a wireless router application? There is a guide 
> on writing new drivers?

Hi Enrico

I suggest you first fix your mail system. Your email came from:
<enrico.betti@retematica.local> which is not going to work....

For device driver documentation take a look at 

http://ecos.sourceware.org/docs-latest/ref/devapi-device-driver-interface-to-the-kernel.html

A WLAN driver is basically an Ethernet driver, so take a look at 
http://ecos.sourceware.org/docs-latest/ref/io-eth-drv-generic.html

and study the existing Ethernet drivers.

Having said that, eCos might not be the best choice for a wireless
router. There is no routing daemon for eCos. There is no NAT. There
are no existing WLAN drivers, so you need to add all the
infrastructure for configuring WLAN drivers, SSID, channels, crypto,
etc. What it can do is plain bridging between interfaces. So i would
suggest you first take a good look at eCos before deciding you really
do want to use it for your application. Maybe Linux would be better?

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

end of thread, other threads:[~2007-05-23  8:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-23  8:12 [ECOS] ecos - new drivers? enrico
2007-05-23 10:10 ` 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).