CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - UDP Ping

搜索资源列表

  1. ping

    0下载:
  2. 一个基于UDP的ping程序,使其产生4个报文,发送这些报文并对应答计时,通过这种方法来测量它们之间的RTT,用来测试目的主机的可达性。-UDP based on the ping process to produce 4 message, send these messages and response time, through this method to measure their RTT, used for testing purposes Reachability host.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:143.65kb
    • 提供者:fenghua yang
  1. UDPping.cpp

    0下载:
  2. Using UDP connection, ping the connection speed between client and server.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-06
    • 文件大小:2.26kb
    • 提供者:Sam
  1. UDPEcho.tar

    0下载:
  2. UDP Client Server demo program which emulates ping
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:20.41kb
    • 提供者:Rahul Kulkarni
  1. STM32F107-WiFi-examples-1.8

    2下载:
  2. 该示例程序演示了如何进入EM380C的DTU模式(数据透传) 1、按照正常流程上电,LCD上会显示当前模块的配置情况. 2、打开PC的wifi无线网卡,连接到LCD上显示的ssid,默认是EM380,连接正常后,模块上的红色LED会常量。 3、设置PC的IP地址192.168.4.X(除了192.168.4.4),掩码255.255.255.0。设置完成之后,可以ping通192.168.4.4 4、打开工程文件夹中附带的TCP/UDP测试工具,点击“创建连接”,按照默认
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2012-11-09
    • 文件大小:2.02mb
    • 提供者:Jerry WOng
  1. P2PDemo

    0下载:
  2. 这个是演示采用UDP协议进行P2P打洞对话原理的演示程序,参考的资料是: 1)P2P 之 UDP穿透NAT的原理与实现(附源代码)--http://www.cnpaf.net/Class/hack/0512182034513804825.htm 2)王艳平<<Windows网络与通信程序设计>>-This is a demonstration of the use of UDP protocol P2P holes dialogue principle demon
  3. 所属分类:P2P

    • 发布日期:2017-03-28
    • 文件大小:30.45kb
    • 提供者:guosh
  1. UDP

    0下载:
  2. bf533平台下的DM9000A的测试代码,其可执行ping协议-BF533 platform DM9000A under the test code, the executable ping agreement
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-30
    • 文件大小:22.79kb
    • 提供者:林伟
  1. socket_programming

    0下载:
  2. 使用java语言进行socket编程实现 (1)不带身份验证的SMTP。 (2)带服务器身份验证的SMTP。 (3)检验UDP Ping功能。-Socket using the java programming language (1) non-authenticated SMTP. (2) with server authentication SMTP. (3) test UDP Ping function.
  3. 所属分类:Email Server

    • 发布日期:2017-03-28
    • 文件大小:8.14kb
    • 提供者:杨怡
  1. ping_and_udp

    0下载:
  2. 在wince下实现ping和udp,有助于初学者掌握wince下的通信技术-Wince under the ping and udp, help beginners master the wince under the ICT
  3. 所属分类:Windows CE

    • 发布日期:2017-05-30
    • 文件大小:6.88mb
    • 提供者:yoyo
  1. UDPPinger

    0下载:
  2. JAVA编写的,用UDP Socket的PING,会返回10个PING 响应时间-JAVA prepared, using UDP Socket
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-07
    • 文件大小:4.38kb
    • 提供者:Victor Chou
  1. SuperPing

    0下载:
  2. 用C实现PING,包含ICMP,TCP,UDP的ping -PING
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:5.1kb
    • 提供者:张尧
  1. ping

    0下载:
  2. PING,UDP,TCP方式的源代码,比较详细,是网络安全课本的源代码,可以直接运行,不错-vc
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-01
    • 文件大小:51.35kb
    • 提供者:lxk613
  1. sip

    0下载:
  2. 本系统设计并实现了基于 LPC2292, DM9000 的嵌入式网络通讯协议,协议遵循 RFC 标准 TCP/IP 规范。使用标准 C++ 语言在 ADS 下开发,完全源代码,方便移植与维护,代码小且运行效率高,容易进行二次开发。 系统实现了:以太网数据帧的收发、ARP 请求与应答、ICMP 中的 Ping 请求与应答、IP、UDP、简易的路由处理,可跨越网关收发数据。 使用本系统可进行各种具备网络功能产品的开发,如 VoIP 电话系统, 网络打印机,终端系统,各种监控系统、数据采集系统
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:13.44kb
    • 提供者:limei
  1. assignment3

    0下载:
  2. Java UDP Ping Client/Server
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:9.14kb
    • 提供者:rdt
  1. udp

    0下载:
  2. 详细讲述了UDP协议的原理,包括ping等程序的原理-udp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-03
    • 文件大小:569.19kb
    • 提供者:wumin
  1. Studen-Zong-he-ce-ping

    0下载:
  2. 大学生综合测评系统客服端 运用WinsSock编程 选用udp方式将客服端信息发送到服务器端-Comprehensive Evaluation System Student Support side programming using WinsSock use udp way customer information is sent to the server-side
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2.01mb
    • 提供者:李健
  1. udp-pinger-java-lab

    1下载:
  2. 基于udp的ping 客户机和服务器,能够实施简单的pinger 小功能,是计算机网络自定而下的课后实验-udp pinger client server
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-04-10
    • 文件大小:4kb
    • 提供者:hui
  1. udp

    0下载:
  2. 客户端之间发送PING报文,客户端接受其他客户端的PING报文,回复信息。 个人想法:通过UDP连接,客户端与服务器建立连接,登录只要用户名(不能重复),能从服务器查询在线用户。-There are four main components to phase 2: 1) Add functionality to send “ping” messages over UDP and listen for echo responses, in order to
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-06
    • 文件大小:4.46kb
    • 提供者:滴滴
  1. ping

    0下载:
  2. 计算机网络课程设计 编程实现基于UDP的PING (Java-Computer network programming curriculum design based on UDP PING (Java
  3. 所属分类:P2P

    • 发布日期:2017-03-25
    • 文件大小:174.6kb
    • 提供者:甄志楷
  1. python-socket-udp-server-client

    0下载:
  2. a project about python udp server/client demo, run them in different computers,you can better experience the enjoyment of network programming with python 1 this is a implementation of python udp server client model, run the code respectively in di
  3. 所属分类:其他

    • 发布日期:2017-12-21
    • 文件大小:1kb
    • 提供者:BaDTimE
  1. udp_scanner.py

    1下载:
  2. 基于UDP协议原理对存活主机进行探测,比ping扫描、tcp扫描,效率高,速度快,准确(Survival host detection based on UDP protocol is more efficient, faster and accurate than Ping scan and TCP scan)
  3. 所属分类:扫描程序

    • 发布日期:2019-09-25
    • 文件大小:1kb
    • 提供者:ll-plc
« 12 3 4 5 »
搜珍网 www.dssz.com