  |
The uIP TCP/IP Stack for Embedded Microcontrollers - http://www.sics.se/~adam/uip/
An implementation of the TCP/IP protocol stack that uses very little resources. Code size is on the order of a few kilobytes and memory usage is on the order of a few hundreds of bytes. |
  |
lwIP - A Lightweight TCP/IP stack - http://www.sics.se/~adam/lwip/
lwIP is a lightweight implementation of the TCP/IP protocol stack. The focus of the lwIP TCP/IP implementation is to reduce RAM usage. |
  |
TinyTCP/TinyFTP - http://www.unusualresearch.com/tinytcp/tinytcp.htm
A simple implementation of TCP and FTP, suitable for burning into ROM. It is, in effect, a hack put together in two or three days written in C--in 1986. |
  |
http://www.sics.se/~adam/miniweb/ - http://www.sics.se/~adam/miniweb/
Tiny proof-of-concept combined implementations of TCP and HTTP. |
  |
Fusion TCP/IP - http://www.unicoi.com/fusion_net/fusion_tcp_ip.htm
Commercial embedded TCP/IP stack written in C. |