public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Andrew Lunn <andrew@lunn.ch>
To: Rohit Agarwal <rohitrules@gmail.com>
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] ecos on ixdp425 to simulate a GSM network
Date: Sun, 10 Jul 2005 08:58:00 -0000	[thread overview]
Message-ID: <20050710085823.GD29363@lunn.ch> (raw)
In-Reply-To: <fc5cbb32050709231032c178bc@mail.gmail.com>

On Sun, Jul 10, 2005 at 11:40:45AM +0530, Rohit Agarwal wrote:
> Hello,
> 
> I'm new to eCos and ixdp425. 
> 
> As a part of my college project, I am supposed to simulate a GSM
> mobile network and add extra feature of Wi-Fi also. For that, I have
> decided to use IXDP425 board and port eCos on it.
> 
> As till now, I have been successful in making test programs run on the
> IXDP425 board compiled using a gcc compiler. Does that mean that I
> have ported eCos on the hardware? 

I presume by test programs you mean the normal eCos test
programs. Have you run them all? If they all pass then yes, you have
made a port. Congratulations.

> Also, I am supposed to connect 2 GSM modems through the serial ports
> and a Wi-Fi lan card that will fit in the PCI slot. The Wi-Fi lan card
> should be such that its drivers for linux should be open-source and
> freely available on the net. Can anyone suggest me a Wi-Fi lan card
> which fulfils my requirements?

Using the Linux driver is probably the wrong solution. The TCP/IP
stack in eCos is a port of the FreeBSD stack. You will find it easier
to use the FreeBSD wlan drivers than a Linux driver. You should also
be aware that its not just as simple as porting a driver. 802.11 has
its own protocol stack which goes between TCP/IP and the hardware
driver. You will need to port this stack as well. It will be
complicated by the fact that eCos's port of the FreeBSD stack is quite
old. You might find you need to update the TCP/IP port before you can
put in the WLAN stack.

        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

  reply	other threads:[~2005-07-10  8:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-10  6:10 Rohit Agarwal
2005-07-10  8:58 ` Andrew Lunn [this message]
2005-07-12  5:00   ` [ECOS] Re: " Rohit Agarwal
2005-07-12  6:57     ` Andrew Lunn
2005-07-12 13:57       ` L D

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050710085823.GD29363@lunn.ch \
    --to=andrew@lunn.ch \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=rohitrules@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).