index.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <html>
  2. <head><title>lwIP - A Lightweight TCP/IP Stack</title></head>
  3. <body bgcolor="white" text="black">
  4. <table width="100%">
  5. <tr valign="top"><td width="80">
  6. <a href="http://www.sics.se/"><img src="/img/sics.gif"
  7. border="0" alt="SICS logo" title="SICS logo"></a>
  8. </td><td width="500">
  9. <h1>lwIP - A Lightweight TCP/IP Stack</h1>
  10. <p>
  11. The web page you are watching was served by a simple web
  12. server running on top of the lightweight TCP/IP stack <a
  13. href="http://www.sics.se/~adam/lwip/">lwIP</a>.
  14. </p>
  15. <p>
  16. lwIP is an open source implementation of the TCP/IP
  17. protocol suite that was originally written by <a
  18. href="http://www.sics.se/~adam/lwip/">Adam Dunkels
  19. of the Swedish Institute of Computer Science</a> but now is
  20. being actively developed by a team of developers
  21. distributed world-wide. Since it's release, lwIP has
  22. spurred a lot of interest and has been ported to several
  23. platforms and operating systems. lwIP can be used either
  24. with or without an underlying OS.
  25. </p>
  26. <p>
  27. The focus of the lwIP TCP/IP implementation is to reduce
  28. the RAM usage while still having a full scale TCP. This
  29. makes lwIP suitable for use in embedded systems with tens
  30. of kilobytes of free RAM and room for around 40 kilobytes
  31. of code ROM.
  32. </p>
  33. <p>
  34. More information about lwIP can be found at the lwIP
  35. homepage at <a
  36. href="http://savannah.nongnu.org/projects/lwip/">http://savannah.nongnu.org/projects/lwip/</a>
  37. or at the lwIP wiki at <a
  38. href="http://lwip.wikia.com/">http://lwip.wikia.com/</a>.
  39. </p>
  40. </td><td>
  41. &nbsp;
  42. </td></tr>
  43. </table>
  44. </body>
  45. </html>