搜索资源列表
ping的源程序
- 这是我课程设计的一个程序,程序实现echo request icmp 的发送和echo reply icmp 的接收,以发现网络中在线主机以及测量与其他主机的平均往返时间-This is my curriculum design a procedure, Program icmp echo request and send the reply icmp echo reception, to detect network and host online measurement and other
ICMP
- 使用Visual Studio C++ 6.0和网络接口套接字Socket进行Windows环境下的网络编程,运用原始嵌套字RAW_SOCKET从IP层开始构造整个ICMP报文,通过ICMP协议所提供的回送请求(echo request)和回送应答(echo reply)这两种报文实现检测目的站的可达性与状态
ping_example
- ping_example (Ethernet Library ping demo for ENC28J60 mcu) this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests-ping_example (Ethernet Library ping demo for ENC28J60 mcu) this code shows how
Ping
- Ping 源程序 程序实现echo request ICMP 的发送和echo reply icmp 的接收,以发现网络中在线主机以及测量与其他主机的平均往返时间 -Ping
Ping
- 利用Raw Socket实现Ping的模拟程序。根据 ICMP协议原理,活动主机在接收到回显请求时会返回一个 ICMP回显应答。-Raw Socket achieved using the simulation program Ping. According to the ICMP protocol works, activities in the host receives the echo request will return an ICMP echo reply.
PingManage
- 一个ping程序 该程序实现方法为向远程计算机发出ICMP回显请求,远程计算机拦截这个ping,从而生成回显应答消息。-Procedures for the program a ping Ways to realize remote computer sent ICMP echo request, the remote computer to intercept the ping, thus generating Echo Reply message.
UdpRtc
- UdpRtc (Ethernet Library demo for ENC28J60 mcu) this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests * the board will reply to UDP requests on any port : * returns the command name *
UdpResponse
- this code shows how to use the ENC28J60 mini library : * the board will reply to ARP & ICMP echo requests * the board will reply to UDP requests on any port : * returns the request in upper char with a header made of remote host IP & port nu
itracert
- 使用ICMP回显请求、回显应答以及超时报文实现Tracert-The use of ICMP Echo Request, Echo Reply, as well as ultra-Times Man to achieve Tracert
ping2
- 一个“Ping”程序,主要包括:填写一个ICMP回响请求报文,以数据报的方式向目标主机发送,然后接收目标主机回送的ICMP回响应答报文,若成功,给出提示信息。-A " Ping" program, including: completing an ICMP echo request packet to the way packets sent to the target host, then sent back to the target host receives the I
Ping
- 套接字编程之Row Socket (Ping程序),可以向指定的主机ICMP Echo Request包,并接受ICMP Echo Reply包,显示和目标主机的连通情况。-Sockets programming of Row Socket (Ping program), you can specify the host to the ICMP Echo Request packet, and receive ICMP Echo Reply package, display and conn
bianc
- 简单客户机与服务器,一个客户机输入什么,服务器就自动回复的回声程序。-Simple client and server, a client input echo server auto-reply program.
Echo
- Client/Server回聲程式,Server會回傳Client所送出的資料,使用threading概念-Client/Server Echo, Server will reply the same message Client sent.
arp
- 通过程序实现类似windows系统类似tracert的功能,可以通过wireshark抓取tracert数据分析 来了解工作原理。基本流程向目标主机发送3个ICMP回显报文,IP报文的ttl值设为1,接收ICMP 差错报告报文,记录从发送出去到接收花费的时间,然后修改ttl值为2,再发3个ICMP报文, 记录接收到的差错报告报文,直到接收到ICMP回显中的应答报文接收,打印数据类似如下 格式:-Program similar to windows system similar t
SDFSDF
- char replybuffer[REPLYBUFFSIZ] uint8_t getReply(char *send, uint16_t timeout = 500, boolean echo = true) uint8_t espreadline(uint16_t timeout = 500, boolean multiline = false) boolean sendCheckReply(char *send, char *reply, uint16_t timeo
Luyoufind
- 追踪路由的小程序程序原理:程序发送一个请求回显类型为8的icmp包,开始设置此包ttl为1,到达第一个路由器时,路由器会将ttl减1,此时ttl变为0, // 路由器即会丢弃此包,并发送一个超时类型为11的icmp包,程序接收此包,解析出此包的源ip,即为第一个路由器的ip,依次类推, // 发第二个请求回显icmp包,ttl设置为2,第二个路由器也会像上面第一个一样处理此包,即可获得第二个路由器的ip, 这样不断的 // 增加icmp包ttl值,当ttl足够大,icmp包可以到达目
SerialEthernet
- this code shows how to use the Spi_Ethernet mini library : * the board will reply to ARP & ICMP echo requests * the board will reply to UDP requests on any port : * returns the request in upper