Changes between Initial Version and Version 1 of Packages/LWIP


Ignore:
Timestamp:
01/26/10 06:58:28 (14 years ago)
Author:
JoelSherrill
Comment:

New Page.

Legend:

Unmodified
Added
Removed
Modified
  • Packages/LWIP

    v1 v1  
     1= LWIP =
     2
     3
     4
     5[[TOC(Packages/LWIP, depth=2)]]
     6
     7
     8''Status:''' No active volunteers.
     9
     10Current Port: ftp://ftp.rtems.org/pub/rtems/people/joel/rtems-lwip/
     11
     12Update the RTEMS port of LWIP.  Provide reproducible test cases so we can be sure it stays in working condition.
     13
     14A goal of this effort is to be able to use the standard TCP/IP NIC drivers already in RTEMS.  If this is feasible, then a user could switch between the full-featured BSD TCP/IP stack in RTEMS or the LWIP stack to save memory at the expense of reduced functionality.
     15
     16The work would have to do :
     171 start with current LWIP source
     182 update the port for current RTEMS and current LWIP
     193 make the port portable across CPU architectures and BSPs (This is usually not as hard as it sounds.)
     204 Provide documentation and examples that run on at least
     21qemu so others can provide feedback.
     225 Ideally use the standard BSD NIC drivers if at all technically possible so when you write a driver for one TCP/IP stack, you automatically get it for both stacks in RTEMS.