Experiences with (free) embedded TCP / IP stacks?

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2009-07-21T16:45:51Z Indexed on 2010/04/01 16:03 UTC
Read the original article Hit count: 389

Filed under:
|
|
|
|

Does anyone have especially good (or bad) experiences with any of the following embedded TCP / IP stacks?

My needs are for a solid, easy-to-port stack. Code size isn't terribly important, performance is relatively important, but ease of use & porting is very important.

The system will probably use an RTOS, that hasn't been decided, but in my experience most stacks can be used with or without an RTOS. Most likely the platform will be an ARM variant (ARM7 or CM3 in all likelihood).

Not too concerned about bolting the stack to the Ethernet driver, so that isn't a big priority in the selection.

I'm not terribly interested in extracting a stack out of an OS, such as Linux, RTEMS, etc.

I'm also not interested in commercial offerings such as Interniche, Micrium, etc...

The stack doesn't need all sorts of bells & whistles, doesn't need IPv6, and I don't need any stuff on top of it (web servers, FTP servers, etc..) In fact it's possible that I'll only use UDP, although I can envision a couple scenarios where TCP would be preferable.

Experiences with other stacks I've missed are of course also very much of interest.

Thanks for your time & input.

© Stack Overflow or respective owner

Related posts about embedded

Related posts about networking