--- In lpc2000@yahoogroups.com, "r_stickley" <r_stickley@y...> wrote: > Wondering if anyone has any recommendations for a good TCP/IP stack. > I just assumed that if we switched to an ARM processor, there would be > lots of stacks available, but I'm not finding many. > > Several I've looked at are in the $10K range (very nicely done I'm > sure, but too expensive for a small project). Several embedded stack > companies are now out of business also... > > Main requirements are to support as many TCP levels as possible, in a > minimal amount of RAM...for something under $1K. > > Thanks in advance! Generally I'd say that TCP/IP stacks would be written mainly in C and thus CPU neutral. Have a grub around various LGPL and similar offerings. With LPC21xx, your biggest worry is probably going to be keeping the RAM footprint small. Look at http://dunkels. com/adam/uip/size.html which has been crafted for small size. -- Charles
Message
Re: Looking for TCP/IP stack
2004-03-16 by embeddedjanitor
Attachments
- No local attachments were found for this message.