Welcome![Sign In][Sign Up]
Location:
Search - lwip-1.4

Search list

[TCP/IP stacklwip

Description: 摘要 LwIP是TCP/IP协议栈的一个实现。它的目的是减少内存使用率和代码大小,使LwIP适用于资源受限系统比如嵌入式系统。为了减少处理和内存需求,LwIP使用不需要任何数据复制的经过裁剪的API。 本文描述了LwIP的设计与实现。描述了在协议栈实现中以及像内存与缓冲管理这样的子系统中使用的算法和数据结构。本文还包括LwIP的参考手册以及使用LwIP的代码例子。
Platform: | Size: 836526 | Author: boyce | Hits:

[DocumentsLwIP协议栈的设计与实现协议栈的设计与实现

Description: LwIP协议栈的设计与实现 焦海波 翻译
Platform: | Size: 443770 | Author: maomaosansan | Hits:

[Documentslwip手册

Description: LwIP是瑞士计算机科学院(Swedish Institute of Computer Science)的Adam Dunkels等开发的一套用于嵌入式系统的开放源代码TCP/IP协议栈。LwIP的含义是Light Weight(轻型)IP协议,相对于uip。LwIP可以移植到操作系统上,也可以在无操作系统的情况下独立运行。LwIP TCP/IP实现的重点是在保持TCP协议主要功能的基础上减少对RAM的占用,一般它只需要几十K的RAM和40K左右的ROM就可以运行,这使LwIP协议栈适合在低端嵌入式系统中使用。LwIP的特性如下:支持多网络接口下的IP转发,支持ICMP协议 ,包括实验性扩展的的UDP(用户数据报协议),包括阻塞控制,RTT估算和快速恢复和快速转发的TCP(传输控制协议),提供专门的内部回调接口(Raw API)用于提高应用程序性能,并提供了可选择的Berkeley接口API
Platform: | Size: 689658 | Author: stephin_zhao@hotmail.com | Hits:

[Documentslwip说明文档

Description: lwip说明文档,lwip为一非常有参考价值的tcp/ip实现。-lwip documentation, lwip for a very useful tcp/ip achieve.
Platform: | Size: 198656 | Author: 快乐人 | Hits:

[ARM-PowerPC-ColdFire-MIPSLwip 协议栈的设计与实现(NEW中文)

Description: 中文Lwip协议栈的设计与实现(NEW).pdf-Chinese Lwip protocol stack design and implementation (NEW). Pdf
Platform: | Size: 693248 | Author: 黄忠 | Hits:

[BooksLwip协议栈的设计与实现

Description: Lwip协议栈的设计与实现 LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使 LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子.-Lwip protocol stack design and realization Viedo is TCP/IP protocol stack of achieving. Viedo the main purpose is to reduce memory utilization and code size, so Viedo suited for small, with limited resources such as embedded processor system. To reduce processor and memory requirements, lwIP can copy data without any of the API reductions. This paper describes the lwIP Design and Implementation. The agreement describes the implementation and subsystems used in the algorithm and data structure such as memory and buffer management system. Viedo API also includes a reference manual and use Viedo some code examples.
Platform: | Size: 693248 | Author: 铃铛 | Hits:

[OtherLwip-tw

Description: Lwip協議與設計實現[繁] 修改自 簡體版本 修改常用語 等 以方便繁體網友 [chao chi]-Lwip agreement with the Design and Implementation [prosperity] modified from the English version of commonly used terms, such as changes to facilitate Spanish Visitor [c hao chi]
Platform: | Size: 1036288 | Author: channinglan | Hits:

[Software Engineeringlwip

Description: LWIP的中英文使用说明书,有注释,注释比较详细-LWIP the Chinese and English instruction manual, Notes, the Notes detailed
Platform: | Size: 892928 | Author: xyj | Hits:

[Software EngineeringuCOS-lwip

Description: LWIP的移植说明 LWIP的移植说明 LWIP的移植说明-Description lwIP lwIP transplant transplant transplant lwIP Description Description Description lwIP transplant
Platform: | Size: 916480 | Author: | Hits:

[Program doclwip

Description: 焦海波版LWIP中文说明,非常详细,共同分享-LwIP焦海波Chinese version of that very detailed and share
Platform: | Size: 443392 | Author: 李马克 | Hits:

[WEB CodeHTMLTOJSP

Description: 以静态化的地址来访问动态页面 如: http://localhost:8080/articlelist.jsp?ty_id=1&color=red 可以用 http://localhost:8080/articlelist-1-1red.html 来访问 接受参数时 参数名称遵循 param+整数(>=1) 例如第一个参数名称为 param1 第二个参数名称为 param2 依次类推 【完全自己写的挺简陋的不过有参考价值】-Of a static address to access the dynamic page such as: http://localhost:8080/articlelist.jsp?ty_id=1
Platform: | Size: 5120 | Author: 王晓然 | Hits:

[SCM2008(GTM900)++ARM(LPC2104)+++LWIP1.1

Description: 华为模块(GTM900)++ARM(LPC2104)+++LWIP1.1.pdf-Huawei module (GTM900)++ ARM (LPC2104)+++ LWIP1.1.pdf
Platform: | Size: 470016 | Author: zhp | Hits:

[SCMMenu_onPC

Description: 本代码包为本人的一篇文章<一个占用内存极少的菜单系统的实现>在在PC上的测试移植代码。 ------------------------------ Menu_Src目录为Menu的源代码 Ks0108.C的void Display_Locate(unsigned char DisplayData, unsigned char X, unsigned char Y)函数为最底层的显示函数。 该函数调用LCD模拟函数来完成显示。 KeyScan.C的unsigned char KeyScan(void)函数为键盘模拟函数。 void DelayMs( WORD time ) 延时 ------------------------------ GUI_SIM.exe为编译后的文件,可以直观看到这个GUI的效果. PC键盘的4个按键控制菜单周转: PC按键 菜单中功能 up 向上键 确定键 进入子菜单 down向下键 取消键 返回父菜单 left向左键 向上键 菜单项上一项 right向右键 向下键 菜单项下一项 有兴趣自己编译VC工程:\Project\Menu.dsw <一个占用内存极少的菜单系统的实现>相关PDF文档和其他资料在以下链接: http://www.ouravr.com/bbs/bbs_content.jsp?bbs_sn=798580&bbs_page_no=3&bbs_id=9999 -err
Platform: | Size: 797696 | Author: huhb | Hits:

[uCOSsoftpack-1.4-at91sam7x-ek-web

Description: at91sam7x的最新版Ucos-II内核源码.-Ucos-II for at91sam7x
Platform: | Size: 17345536 | Author: sushang | Hits:

[TCP/IP stacklwip

Description: lwip-1.3.0 + lwip分析的三篇文章,希望对你有所帮助-lwip-1.3.0+ lwip analysis of the three articles you want to be helpful
Platform: | Size: 1713152 | Author: shaa | Hits:

[Software EngineeringLWIP

Description: 关于LWIP 1.3版本的详细中文讲解,对于使用LWIP的研发人员很有帮助-Details on the LWIP 1.3 version of the Chinese interpretation, the use of R & D staff very helpful LWIP
Platform: | Size: 696320 | Author: hongfeng | Hits:

[uCOSsys_arch1.4.0

Description: 最新的LwIP1.4.0 sys_arch 说明文档-LwIP1.4.0 sys_arch
Platform: | Size: 107520 | Author: 魏强 | Hits:

[uCOSLwIP-1.4.0-documentation

Description: The transplantation of LwIP-1.4.0 documentation
Platform: | Size: 233472 | Author: terry | Hits:

[SCMlwip1.4.0-stm32f107

Description: lwip 1.4.0在STM32F107上的移植笔记-lwip 1.4.0 on the STM32F107 transplantation notes
Platform: | Size: 513024 | Author: fanchunbo | Hits:

[TCP/IP stacklwip-1.4.1

Description: 从git上下载的lwIP代码,可以仔细阅读学习(LwIP code download from git)
Platform: | Size: 623616 | Author: wenquan | Hits:
« 12 3 4 5 6 7 8 9 10 ... 13 »

CodeBus www.codebus.net