CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 通讯编程 搜索资源 - TCP test

搜索资源列表

  1. 简单Socket通讯

    0下载:
  2. TCP通讯测试小程序(客户端),可选择保持连接或一次收发完毕后自动断开。-small TCP communications test procedures (client), or may choose to stay connected after a transceiver automatically disconnected.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:10341
    • 提供者:何原
  1. socket_test

    0下载:
  2. 一个socket测试程序,支持tcp/ip和udp,既可用于server端,也可以用于client端-a socket test procedure, support tcp / ip and udp used for both server side, but also can be used for client -
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:27144
    • 提供者:wan
  1. MODSTCPIP

    0下载:
  2. 一个modbus的tcp通讯client端源代码程序,测试通过。-The tcp modbus communication of a client-side source code program, test.
  3. 所属分类:Communication

    • 发布日期:2017-04-06
    • 文件大小:924402
    • 提供者:包裹
  1. Socket

    0下载:
  2. 测试socket通讯,TCP连接等功能,并完成数据的结果等。-Test socket communication, TCP connection and other functions
  3. 所属分类:Communication

    • 发布日期:2017-05-13
    • 文件大小:3548535
    • 提供者:qujy
  1. Modbus-client-tester

    3下载:
  2. modbus 标准通讯软件,源码,modbus通讯 客服端测试软件。-Modbus standard communications software, source, modbus communication customer service end test software.
  3. 所属分类:Communication

    • 发布日期:2017-05-16
    • 文件大小:4223646
    • 提供者:zhengxueli
  1. R3IO_twincat

    0下载:
  2. Twincat下用vc++开发tcp/ip,并测试性能-Twincat with vc++ development tcp/ip, and test performance
  3. 所属分类:Communication

    • 发布日期:2017-11-11
    • 文件大小:3321815
    • 提供者:孙宇
  1. MTClient

    0下载:
  2. 多线程的TCP服务器的客户端程序代码,可做简单网络通讯测试和文件传输使用。可运行于VC2005版本。-Multi-threaded TCP server client code, do the simple network communications test and file transfer. VC2005 version can run on.
  3. 所属分类:Communication

    • 发布日期:2017-11-20
    • 文件大小:4774021
    • 提供者:amber
  1. MTServer

    0下载:
  2. 多线程的TCP服务器的服务器端程序代码,可做简单网络通讯测试和文件传输使用。已调试可运行于VC2005版本。-Multi-threaded TCP server server-side code to do simple network communications test and file transfer. Debugging can run on the VC2005 version.
  3. 所属分类:Communication

    • 发布日期:2017-12-01
    • 文件大小:6424330
    • 提供者:amber
  1. UdpTest

    0下载:
  2. 一个UDP服务器及一个TCP连接。每隔50ms发送20字节UDP包给一个UDP客户端,同时UDP客户端通过TCP回答收到了多少个包。用来测试UDP连接的稳定性。-A UDP server and a TCP connection. 20 bytes every 50ms UDP packet sending a UDP client, and UDP client received via TCP answer how many packages. UDP connection used to
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:8908
    • 提供者:hu
  1. SendData

    0下载:
  2. 这个是一个简单的多线程TCP客户端测试程序,可以创建多个连接进行数据发送。-This is a simple multi-threaded TCP client test program, you can create multiple connections for data transmission.
  3. 所属分类:Communication

    • 发布日期:2017-05-30
    • 文件大小:13228505
    • 提供者:cable
  1. SocketTest

    0下载:
  2. windows平台, vc开发,用来测试 tcp 网络流量-windows platform, vc development, to test tcp network traffic
  3. 所属分类:Communication

    • 发布日期:2017-04-26
    • 文件大小:149122
    • 提供者:方慧鹏
  1. SocketTest

    0下载:
  2. 通讯连接测试, 在局域网不同电脑上,可以测试TCP和UDP的通讯收发-Socket Test
  3. 所属分类:Communication

    • 发布日期:2017-04-29
    • 文件大小:369189
    • 提供者:陈安庆
  1. vb-socket

    1下载:
  2. 带tcp的服务器和客户的发生接收vb源码,电脑可以直接打开使用。用来进行socket编程测试非常好用。-With the occurrence of the TCP server and client receives the vb source code, the computer can be used directly to open.Used for test socket programming is very nice.
  3. 所属分类:Communication

    • 发布日期:2017-04-30
    • 文件大小:405464
    • 提供者:峰哥
  1. TcpIpTest

    2下载:
  2. TCP/IP通讯测试,用于kuka机械手和PC通讯测试-TCp/IP communication test
  3. 所属分类:Communication

    • 发布日期:2017-12-13
    • 文件大小:1861
    • 提供者:Will
  1. libmodbus-3.0.6.tar

    2下载:
  2. modbus RTU TCP 测试代码 主站 从站 服务器 客户端 代码测试分享(Modbus related code, RTU, and tCP mode master station slave test code)
  3. 所属分类:通讯编程

    • 发布日期:2017-12-23
    • 文件大小:503808
    • 提供者:冰茶
  1. Modbus解析DEMO_Delphi7

    5下载:
  2. 不借助其它底层Modbus控件,直接操作底层通讯代码,实现Modbus读写“保持寄存器”数据,支持串口通讯、TCP通讯两种方式。代码只作演示,可做进一步封装,也可稍作修改,用于非标准的Modbus通讯。本代码使用了一个第三方控件SPComm,开发测试环境为Delphi7+Win7,我一直想摆脱Modbus控件(MBAXP Modbus Master ActiveX Control ),最近自己开发了这个DEMO,分享给大家。(Without other underlying Modbus co
  3. 所属分类:通讯编程

    • 发布日期:2017-12-21
    • 文件大小:264192
    • 提供者:tao60
搜珍网 www.dssz.com