Hi, > > I believe the uIP project is the one that is actively being > > developed. I had planned to look at LwIP first, as I think > > thats what was running on the Olimex demo ported by Crossworks. > > The Crossworks port is of uIP, as is the FreeRTOS port. Paul > mentions a > 0.9.1 version of uIP on his page: > http://www.crossstudio.co.uk/msp430/uip.htm > I sent Adam an email requesting it, perhaps I will get a response. Adam sent me something he called 0.9.1. That's not an official release of the uIP code, Adam has sent me a number of patches. In fact, the better base for this is probably Contiki. > > Whats your feeling on the two projects ... take a look at the > > LwIP examples, by actually do any new work with uIP? > > My take is that uIP is best suited for a quiet collision > domain, or perhaps with hardware assist. Altera had published > a very interesting white paper on offloading portions of the IP ? stack to hardware in the form of DMA peripherals. I think uIP is easier to port but harder to write applications for. uIP can only have a single segment in flight at any moment, so there is no windowing. However, uIP's requirements are absolutely minimal and it conforms to RFC standards. It has packet reassembly too, which is an optional compile-in. -- Paul Curtis, Rowley Associates Ltd http://www.rowley.co.uk CrossWorks for MSP430, ARM, AVR and now MAXQ processors
Message
RE: [lpc2000] OT: PPP implementation for uIP
2005-12-07 by Paul Curtis
Attachments
- No local attachments were found for this message.