搜索资源列表
UC-OS-TCP-IP-PPP
- UCOS下添加TCP/IP和PPP协议,实现TCP,UDP点到点等功能.-UCOS Add TCP / IP and PPP, TCP, UDP point-to-point functions.
uCosII-TCPIP
- uCosII 的 TCPIP 协议的源代码,支持tcp,ip,udp-uCosII the agreement of source code, support tcp, ip, udp, etc.
Zlg_IP
- 基于LPC2132的ZLG的IP协议包,包括SOCKET,UDP以及TCP协议等
4_UDP_TCP.rar
- 周立功基础实验教程二ucos综合实验部分,其中的UDP、TCP通信实验的源代码,周立功基础实验教程二ucos综合实验部分,其中的UDP、TCP通信实验的源代码
UCOSII-TCPIP.rar
- 本程序在UCOSII上实现了TCP/IP协议栈,包括了TCP,UDP,IP,ARP,ICMP,UCOSII This procedure has been realized in the TCP/IP protocol stack, including TCP, UDP, IP, ARP, ICMP
tcp
- lpc1768 的tcp 实现,内嵌ucos-lpc1768' s tcp implementation, embedded ucos
ucos_tcpip_44boxADS1.2
- tcpip 在44b0x板上的移植,ucos-ii,开发环境是ADS1.2。很长一段时间里,我没有在网上下到直接能在44B0X –RL8019 的ADS1.2环境下的 TCPIP 程序.而嵌入式之所以区别于8位单片机,最主要的是他能方便实现上网. 因此,学习嵌入式,没有掌握网络通信,算不上真正的嵌入式.于是自己根据网上下载 的程序,结合TCPIP原理,慢慢的修改, 终于程序能稳定运行了.现在的演示例子,同时能运行tcp和udp协议. Tcp的演示是通过一个小小的嵌入式网页来实现的, 而UDP
TCPinterception
- tcp数据侦听的例子,实现了udp数据侦听回环操作,可以移植到LPC处理器上,不同的处理器只需要修改启动文件就可以了,非常容易移植,该例子是在ucos环境下移植,并在lpc2368处理器上运行成功,选用的是DM69161网卡-tcp listening examples of data to achieve a listening udp data loop operation, can be transferred to the LPC processor, different process
uCOS-II
- 嵌入式arm7的tcp/ip协议的实现,开发环境为ads1.2,可以实现tcp和udp的通信-Embedded arm7 the tcp/ip protocol implementation, development environment for ads1.2, can be achieved tcp and udp communication
HHmain
- 测试2400的网络,同时使用TCP和UDP两种协议,TCP完成HTTP连接,实现对WEB网页的访问,同时建立一个绑定UDP端口,实现UDP的数据回发。-2400 test network, using both TCP and UDP are two protocols, TCP completion of HTTP connections, to achieve access to the WEB page, while a binding UDP port, to achieve UDP d
V0603
- lwip lpc2478测试过 udp tcpipARM处理器的TCP以太网通信测试程序,lpc2400系列在通信方面功能强大,该程序为其内部以太网的TCP通信测试程序-lwip protocol, lpc2478 udp tcpip ucos tested
AT91SAM_uCOSII_Lwip
- 在AT91SAM7X平台上,使用lwip网络协议栈来实现和互联网通信,支持ARP,TCP,UDP等基础协议,方使实现远距离和大数据传输-On AT91SAM7X platform, using lwip network protocol stack to achieve and Internet communications, support ARP, TCP, UDP and other basic agreement, parties make to achieve long-range a
STM32_F107_lwIP_uCOS
- 成功实现ucos-ii在stm32f107上的移植,同时例程中移植了lwip,实现了tcp、udp等功能。环境为IAR-STM32F107 UCOS-II LWIP
ucos TCP/IP源码
- 基于ucos TCP/IP协议栈详解!提供tcp,udp编程API函数。