SsumuSJK

所属分类:网络编程
开发工具:C/C++
文件大小:3693KB
下载次数:9
上传日期:2009-12-21 17:09:40
上 传 者kaka2
说明:  lwip 移植的资料 在其他网上下载的 比较有用 关于移植的笔记等等
(lwip transplantation download data in comparison to other useful notes on the migration, etc.)

文件列表:
文档结构对比法来实现lwip移植.pdf (386231, 2008-01-11)
lwip文件组织(丁一).pdf (144078, 2008-01-10)
FS44B0II_uCOS276\FS44B0II_uCOS276.mcp (168989, 2008-01-11)
FS44B0II_uCOS276\UCOS_II\OS_CFG.H (8563, 2004-06-06)
FS44B0II_uCOS276\UCOS_II\OS_CORE.C (68255, 2003-12-20)
FS44B0II_uCOS276\UCOS_II\OS_DBG.C (10323, 2003-12-20)
FS44B0II_uCOS276\UCOS_II\OS_FLAG.C (54008, 2003-12-20)
FS44B0II_uCOS276\UCOS_II\OS_MBOX.C (25351, 2003-12-20)
FS44B0II_uCOS276\UCOS_II\OS_MEM.C (18700, 2003-12-20)
FS44B0II_uCOS276\UCOS_II\OS_MUTEX.C (29981, 2003-12-20)
FS44B0II_uCOS276\UCOS_II\OS_Q.C (37340, 2003-12-20)
FS44B0II_uCOS276\UCOS_II\OS_SEM.C (23622, 2004-02-03)
FS44B0II_uCOS276\UCOS_II\OS_TASK.C (49686, 2004-02-03)
FS44B0II_uCOS276\UCOS_II\OS_TIME.C (11032, 2003-12-20)
FS44B0II_uCOS276\UCOS_II\UCOS_II.C (1050, 2004-06-06)
FS44B0II_uCOS276\UCOS_II\UCOS_II.H (52261, 2004-01-15)
FS44B0II_uCOS276\UCOS_II\Target\OS_CPU.H (4142, 2004-06-06)
FS44B0II_uCOS276\UCOS_II\Target\OS_CPU_A.S (10278, 2004-06-06)
FS44B0II_uCOS276\UCOS_II\Target\OS_CPU_C.C (10069, 2003-12-06)
FS44B0II_uCOS276\UCOS_II\Target\Target.c (7848, 2004-06-24)
FS44B0II_uCOS276\UCOS_II\Target\Target.h (1045, 2004-06-06)
FS44B0II_uCOS276\UCOS_II\Target\OS_CPU.bak (4142, 2004-06-06)
FS44B0II_uCOS276\Src\44binit.s (20905, 2004-06-02)
FS44B0II_uCOS276\Src\44blib.c (14247, 2004-08-28)
FS44B0II_uCOS276\Src\Main.c (8227, 2008-01-10)
FS44B0II_uCOS276\Src\Rtc.c (2625, 2004-06-06)
FS44B0II_uCOS276\Src\rand.s (777, 2004-03-23)
FS44B0II_uCOS276\Inc\44b.h (15644, 2003-07-20)
FS44B0II_uCOS276\Inc\44blib.h (1440, 2008-01-09)
FS44B0II_uCOS276\Inc\Def.h (441, 2004-06-06)
FS44B0II_uCOS276\Inc\Memcfg.inc (2643, 2004-08-28)
FS44B0II_uCOS276\Inc\Option.h (2020, 2004-08-28)
FS44B0II_uCOS276\Inc\Option.inc (542, 2004-07-08)
FS44B0II_uCOS276\Inc\RTC.H (762, 2004-06-06)
FS44B0II_uCOS276\FS44B0II_uCOS276_Data\CWSettingsWindows.stg (3429, 2008-01-11)
FS44B0II_uCOS276\FS44B0II_uCOS276_Data\Flash_Hex\TargetDataWindows.tdt (63495, 2008-01-11)
FS44B0II_uCOS276\FS44B0II_uCOS276_Data\Debug\TargetDataWindows.tdt (192997, 2008-01-11)
FS44B0II_uCOS276\FS44B0II_uCOS276_Data\Debug\FS44B0II_uCOS276.axf (430104, 2008-01-10)
FS44B0II_uCOS276\FS44B0II_uCOS276_Data\Debug\ObjectCode\44binit.o (7836, 2008-01-09)
FS44B0II_uCOS276\FS44B0II_uCOS276_Data\Debug\ObjectCode\OS_CPU_A.o (3120, 2007-10-24)
... ...

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. FEATURES * IP (Internet Protocol) including packet forwarding over multiple network interfaces * ICMP (Internet Control Message Protocol) for network maintenance and debugging * UDP (User Datagram Protocol) including experimental UDP-lite extensions * TCP (Transmission Control Protocol) with congestion control, RTT estimation and fast recovery/fast retransmit * Specialized API for enhanced performance * Optional Berkeley socket API 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: http://savannah.gnu.org/cvs.backups/lwip.tar.gz [CHANGED - NEEDS FIXING] The current CVS trees are web-browsable: http://savannah.nongnu.org/cgi-bin/viewcvs/lwip/lwip/ http://savannah.nongnu.org/cgi-bin/viewcvs/lwip/contrib/ Submit patches and bugs via the lwIP project page: http://savannah.nongnu.org/projects/lwip/ DOCUMENTATION The original out-dated homepage of lwIP and Adam Dunkels' papers on lwIP are at the official lwIP home page: http://www.sics.se/~adam/lwip/ Self documentation of the source code is regularly extracted from the current CVS sources and is available from this web page: http://www.nongnu.org/lwip/ 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 Leon Woestenberg

近期下载者

相关文件


收藏者