Chinaunix首页 | 论坛 | 博客
  • 博客访问: 805794
  • 博文数量: 281
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 2770
  • 用 户 组: 普通用户
  • 注册时间: 2009-08-02 19:45
个人简介

邮箱:zhuimengcanyang@163.com 痴爱嵌入式技术的蜗牛

文章分类
文章存档

2020年(1)

2018年(1)

2017年(56)

2016年(72)

2015年(151)

分类: 嵌入式

2015-10-08 14:28:24

lwip下载网址:
/>
最新版是1.4.1,下载地址:

-  
06-May-2011 09:03 454K  
06-May-2011 09:03 72  
17-Dec-2012 20:54 430K  
17-Dec-2012 20:54 287  
10-Jan-2010 17:55 -  
06-May-2011 09:03 600K  
06-May-2011 09:03 72  
17-Dec-2012 20:54 595K  
17-Dec-2012 20:54 287  
17-Dec-2012 21:06 -  

打开源码\lwip-1.4.1\下面的README文件,介绍的很清楚了。
INTRODUCTION

lwIP is a small independent implementation of the TCP/IP protocol
suite that has been developed by Adam Dunkels at the Computer and
Networks Architectures (CNA) lab at the Swedish Institute of Computer
Science (SICS).

The focus of the lwIP TCP/IP implementation is to reduce the RAM usage
while still having a full scale TCP. This making lwIP suitable for use
in embedded systems with tens of kilobytes of free RAM and room for
around 40 kilobytes of code ROM.(几10K的RAM和40K左右的ROM)

FEATURES

  * IP (Internet Protocol) including packet forwarding over multiple network interfaces
  * ICMP (Internet Control Message Protocol) for network maintenance and debugging
  * IGMP (Internet Group Management Protocol) for multicast traffic management
  * UDP (User Datagram Protocol) including experimental UDP-lite extensions
  * TCP (Transmission Control Protocol) with congestion control, RTT estimation and fast recovery/fast retransmit
  * Specialized raw/native API for enhanced performance
  * Optional Berkeley-like socket API
  * DNS (Domain names resolver)
  * SNMP (Simple Network Management Protocol)
  * DHCP (Dynamic Host Configuration Protocol)
  * AUTOIP (for IPv4, conform with RFC 3927)
  * PPP (Point-to-Point Protocol)
  * ARP (Address Resolution Protocol) for Ethernet

LICENSE

lwIP is freely available under a BSD license.

DEVELOPMENT

lwIP has grown into an excellent TCP/IP stack for embedded devices,
and developers using the stack often submit bug fixes, improvements,
and additions to the stack to further increase its usefulness.

Development of lwIP is hosted on Savannah, a central point for
software development, maintenance and distribution. Everyone can
help improve lwIP by use of Savannah's interface, CVS and the
mailing list. A core team of developers will commit changes to the
CVS source tree.

The lwIP TCP/IP stack is maintained in the 'lwip' CVS module and
contributions (such as platform ports) are in the 'contrib' module.

See doc/savannah.txt for details on CVS server access for users and
developers.

Last night's CVS tar ball can be downloaded from:
  [CHANGED - NEEDS FIXING]

The current CVS trees are web-browsable:
  />   />
Submit patches and bugs via the lwIP project page:
  />

DOCUMENTATION

The original out-dated homepage of lwIP and Adam Dunkels' papers on
lwIP are at the official lwIP home page:
  ~adam/lwip/

Self documentation of the source code is regularly extracted from the
current CVS sources and is available from this web page:
  />
There is now a constantly growin wiki about lwIP at
  />
Also, there are mailing lists you can subscribe at
  /> plus searchable archives:
  />   http://lists.nongnu.org/archive/html/lwip-devel/

Reading Adam's papers, the files in docs/, browsing the source code
documentation and browsing the mailing list archives is a good way to
become familiar with the design of lwIP.

Adam Dunkels <adam@sics.se>
Leon Woestenberg <leon.woestenberg@gmx.net>




阅读(2980) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~