10 | lwIP - A Lightweight TCP/IP Stack
11 |
12 | The web page you are watching was served by a simple web
13 | server running on top of the lightweight TCP/IP stack lwIP.
15 |
16 |
17 | lwIP is an open source implementation of the TCP/IP
18 | protocol suite that was originally written by Adam Dunkels
20 | of the Swedish Institute of Computer Science but now is
21 | being actively developed by a team of developers
22 | distributed world-wide. Since it's release, lwIP has
23 | spurred a lot of interest and has been ported to several
24 | platforms and operating systems. lwIP can be used either
25 | with or without an underlying OS.
26 |
27 |
28 | The focus of the lwIP TCP/IP implementation is to reduce
29 | the RAM usage while still having a full scale TCP. This
30 | makes lwIP suitable for use in embedded systems with tens
31 | of kilobytes of free RAM and room for around 40 kilobytes
32 | of code ROM.
33 |
34 |
35 | More information about lwIP can be found at the lwIP
36 | homepage at http://savannah.nongnu.org/projects/lwip/
38 | or at the lwIP wiki at http://lwip.wikia.com/.
40 |
41 | |