搜索资源列表
iperf-2.0.5.tar
- Iperf是一个网络性能测试工具。可以测试TCP和UDP带宽质量,可以测量最大TCP带宽,具有多种参数和UDP特性,可以报告带宽,延迟抖动和数据包丢失。-Iperf is a network performance testing tools. To test TCP and UDP bandwidth, quality, and can measure the maximum TCP bandwidth, with a variety of parameters and UDP charact
cs_socket
- 用vb实现的tcp/ip通讯程序,可以实现服务器与客户的聊天功能,重要的是在程序中测试了服务器端向客户端发送一个参数数组的功能-Vb achieved using tcp/ip communication process can be achieved chat server and client functions, it is important to test in the proceedings of the server-side to the client to send a par
iperf
- Iperf是一个网络性能测试工具。可以测试TCP和UDP带宽质量,可以测量最大TCP带宽,具有多种参数和UDP特性,可以报告带宽,延迟抖动和数据包丢失。Iperf在linux和windows平台均有二进制版本供自由使用。-network
SocketToolsourcecode
- Socket测试工具包的开发 第一阶段,先开发客户端,第二阶段 开发服务端. 1.GPS坐标数据的解析与转化, 比如开始和结尾判断后,中间取字符串的方式. 使用什么样的编码. 2.Json数据的解析与转化,快速的发送类的一种方式,不用考虑那么多的字节转化方式 3.最简单的是发送字符串,这样的功能市面上都有。 我要能够发送字节串,可以写一个16进制串,然后发送出去. 可以定时发送. 4.多个客户端同时发送数据. 模拟数量,然后以列表的形式看发送和返回的数据. 5.添加的测试服务器和