搜索资源列表
PingExample
- wince下的ping编程.实现主机探测,路由维护,路由选择,流量选择的功能.本例程使用一个数据包来探测主机地址是否存活.()当然再主机没有配置成过虑icmp形式.内含工程文件-ping weights under the program. To achieve mainframe detection, routing maintenance, routing, flow selection of functions. The routine use of a data packet to d
CS8900A_汇编实现51单片机的TCP_IP协议
- 在51单片机上用汇编实现的TCP/TP协议网络通信,1、可以接收和发送帧 2、 实现了ARP报文传输;3、 ARP应答;4、实现了ICMP协议 5、 可以被其他网络中的主机Ping到 6、 实现了UDP协议-in 51 MCU used to achieve a compilation of TCP / TP network communication agreement, one that can receive and send two frames to achieve the ARP p
ARM_RTL8019
- 此部分代码实现了基于ARM7和RTL8019的简单网络通信,具体包括网卡芯片的初始化和ARP、IP、ICMP等协议的实现,可以PING通网络。-achieve this part of the code based on ARM7 and RTL8019 simple network communications, include the NIC chip initialization and ARP, IP, ICMP, the realization of the agreement, PI
IP
- 移植到嵌入式系统的TCPIP协议源码,源码内有详细中文注解。 已实现的功能: 支持TCP, UDP, IP, ICMP, ARP, ETHERNET等协议;兼容BSD标准的Socket API接口函数库;ICMP实现PING的功能和UDP无效端口返回;支持TCP的流控制和超时重传;支持TCP主动连接和被动连接; 支持在多任务中建立多个不同的TCP连接,支持各连接同时收发数据; 提供WebSever和UDP服务器范例。 还没实现功能:
GdiplusTest16
- using icmp protocal for ping and tracert .it is helpful for acknoledge of icmp protocal
mcu_netV1.00
- 移植uIP1.0到51单片机上的版本mcu_netV1.00 uIP ARP / ICMP / TCP协议的完全移植,可以稳定ping通单板,使用TCP服务器功能,连上单板的TCP服务器功能时(自定义端口1234),单板发出“Hello,how are you?”的问候。其后发出的字符单板都原样返回。 -Transplantation uIP1.0 to 51 single-chip version of the mcu_netV1.00 uIP ARP/ICMP/TCP proto
sip
- 本系统设计并实现了基于 LPC2292, DM9000 的嵌入式网络通讯协议,协议遵循 RFC 标准 TCP/IP 规范。使用标准 C++ 语言在 ADS 下开发,完全源代码,方便移植与维护,代码小且运行效率高,容易进行二次开发。 系统实现了:以太网数据帧的收发、ARP 请求与应答、ICMP 中的 Ping 请求与应答、IP、UDP、简易的路由处理,可跨越网关收发数据。 使用本系统可进行各种具备网络功能产品的开发,如 VoIP 电话系统, 网络打印机,终端系统,各种监控系统、数据采集系统
src
- 单片机的TCP_IP网络编程与应用,uIP ARP / ICMP / TCP协议的完全移植,可以稳定ping通单板,使用TCP服务器功能,连上单板的TCP服务器功能时(自定义端口1234),单板发出“Hello,how are you?”的问候。其后发出的字符单板都原样返回。有很好的学习和研究价值。-SCM TCP_IP network programming and applications, uIP ARP/ICMP/TCP protocol completely portable, you
tcp_ip_demo
- 嵌入式下的TCP/IP协议栈,支持的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP,(演示代码只支持PING)。 协议栈采用C代码编写,可以方便的移植和单片机平台上运行。-Embedded under the TCP/IP protocol stack, include support for ARP, IP, ICMP (ping), TCP, UDP, does not support IGMP, RARP, (demo code only su
Embedded-_tcp_ip
- 实现嵌入式IP协议栈,实现ARP协议。 实现IP协议。 实现ICMP协议(在此层完成ping功能)。 实现TCP协议。 实现UDP协议。 实现socket通信(与linux socket 接口一致)。 实现DHCP协议-Embedded IP protocol stack, ARP protocol. IP protocol. Control Message Protocol (ICMP) (completed a ping function in this layer)