搜索资源列表
armlwip
- LWIP的主要目的是减少存储器利用量和代码尺寸,使LWIP适合应用于小的、资源有限的处理器如嵌入式系统。这是在lpc22xx上的移植-Viedo the main purpose is to reduce memory utilization and code size, so Viedo suited for small, limited resources, such as embedded processor system. This is in the transplant lpc22x
EMB-TCP-IP-STACK
- 一个专为嵌入式系统编写的小型TCP/IP协议栈 TCP/IPLean,一个适于学习并容易移植的协议栈, 有专门书籍《嵌入式系统web服务器TCP/IP Lean》 进行详细介绍,很适合于希望了解TCP/IP基本原理 和代码实现的朋友 这里提供它的VC6版源码包下载, 它可以与超值型以上开发板提供的arpscan、ping 和udp实例配套,作为主机端的服务运行。 -an embedded system for the prepara
embed-tcpip-source
- 嵌入式TCPIP源代码,短小精悍,是学习TCP/IP协议栈实现的极好代码,同时也可以移植到手持设备。-embedded source code, short and pithy. learning TCP / IP protocol stack to achieve an excellent code, but also can be transferred to portable devices.
LWIP_manule
- LWIP是TCP/IP协议栈的一种实现。LWIP的主要目的是减少存储器利用量和代码尺寸,使LWIP适合应用于小的、资源有限的处理器如嵌入式系统。为了减少处理器和存储器要求,lwIP可以通过不需任何数据拷贝的API进行裁减。 本文叙述了lwIP的设计与实现。叙述了协议实现及子系统中所使用的算法和数据结构如存储和缓冲管理系统。还包括LWIP API的参考手册和使用LWIP 的一些代码例子。-LWIP is TCP / IP Protocol Stack A. LWIP the main purp
lwip
- 摘要 LwIP是TCP/IP协议栈的一个实现。它的目的是减少内存使用率和代码大小,使LwIP适用于资源受限系统比如嵌入式系统。为了减少处理和内存需求,LwIP使用不需要任何数据复制的经过裁剪的API。 本文描述了LwIP的设计与实现。描述了在协议栈实现中以及像内存与缓冲管理这样的子系统中使用的算法和数据结构。本文还包括LwIP的参考手册以及使用LwIP的代码例子。
Exp20UDP
- UDP通信源程序代码,本程序适合在嵌入式设备中应用,能够实现嵌入式设备与计算机通过以太网的互联。
lwip-1.3.0.tar
- 轻量级的TCP/IP协议栈,非常经典!对常用 TCP/IP 协议栈进行了裁减和简化,裁减掉一些不常用但不影响基本通信 功能的协议模块,同时对要保留下来要实现的各个协议进行简化,只实现其基本功能。设计完 成实现后的协议栈,具有代码量少,运行效率高和良好的可移植性等特点,适合于各种嵌入 式设备,是一种解决嵌入式设备接入 IP 网络的可行方案。
w5100
- TCP/IP协议芯片W5100,驱动代码,可集成到各种嵌入式平台,支持SPI和并口两种接口-TCP/IP protocol chip W5100, driver code, can be integrated into a variety of embedded platforms to support both SPI and parallel interfaces
ppp-2.4.2
- C语言实现的 PPPOE客户端代码,可以适合移植到嵌入式系统-C language implementation of the PPPOE client-side code can be ported to embedded systems suitable
bacnet-stack-0.5.4
- BACnet协议栈开源代码,应用在嵌入式平台中。-BACnet open source protocol stack for embedded systems, Linux, and Windows http://bacnet.sourceforge.net/ Welcome to the wonderful world of BACnet and true device interoperability! About this Project -----------
l_w_i_p-1.1.1
- lwIP是TCP/IP协议栈的一个实现。lwIP协议栈主要关注的是怎么样减少内存的使用河代码的大小,这样就可以让lwIP适用于资源有限的小型平台例如嵌入式系统。为了简化处理过程和内存要求,lwIP对API进行了裁减,可以不需要复制一些数据。 -lwIP is TCP/IP protocol stack of a realization. lwIP protocol stacks of major concern is how to use the river to reduce the memo
lwip-1.3.2.rc1
- lwip是瑞士计算机科学院的一个开源的TCP/IP协议栈实现.lwIP是TCP/IP协议栈的一个实现。lwIP协议栈主要关注的是怎么样减少内存的使用河代码的大小,这样就可以让lwIP适用于资源有限的小型平台例如嵌入式系统。本文我们将主要关于lwip对IP头的数据结构定义。-lwIP is a light-weight implementation of the TCP/IP protocol suite that was originally written by Adam Dunkels of
LWIP1.3.0
- lwip是TCP/IP协议栈的最简单实现代码,可很好的用于嵌入式操作系统-lwip is the TCP/IP protocol stack of the most simple implementation of the code, can be very good for embedded operating systems
MBuf
- 这是从伯克利BSD的mbuf中提取的实现代码,如果使用者看过TCP/IP详解2的朋友就会在开篇看到这个代码, 我将其改写,虽然还是没有支持cluster的操作,但是基本可以从中知道这个实现的过程了。 关于Balloc是我为嵌入式系统定制的小型内存块管理系统,用4字节管理128个字节的内存。 MBuffer 是基于其上实现的。(如果没有使用Balloc,dtom将不能得到正确的结果)。-This is the mbuf from the Berkeley BSD implementat
TCP.IP.embedded
- 嵌入式TCP IP设计高级代码实例Advanced TCP IP design of embedded code examples -Advanced TCP IP design of embedded code examples