搜索资源列表
lwip手册
- 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-interface-and-Programming-Guide
- 本文详细讲述了LwIP 在无操作系统支持环境下的API 函数介绍及编程应用。介绍了RAW API 的特点及优 缺点,然后逐个介绍了LwI P 提供的所有的RAW API函数, 最后通过实例的形式介绍了这些API 函数具体编程的方法。-In this paper, a detailed account of the LwIP without operating system support environment of API Function introduction and a