This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project. See the eCos home page for more information.


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

Re: [ECOS] TCP/IP Stack for eCos


It depends who is going to maintain the networking stack.  It probably makes sense
to maintain some C++ wrapper classes to an existing and maintained IP stack (eg.
FreeBSD, Linux, etc).

Brendan Simon.


Fred Fierling wrote:

> Jay Lepreau wrote:
>
> >         > It probably would take very little effort to get the OSKit's TCP/IP
> >         > stack working in eCos, [...]
>
> I assume it's written in C?
>
> It occurs to me that since eCos is written in C++ that it may be
> an idea to write its TCP/IP stack in C++ as well.  Thoughts?