搜索资源列表
vcmessenger
- 信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming ste
1570
- 信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chat tools. A major demonstration is the main network programming ste
信使小精灵聊天工具
- 信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。 -messenger elf is a simple chat tools. A major demonstration is the main network programming
PING_c++7
- 微软的Ping程序代码,可以结合Linux代码实现Flow Ping洪水测试,测试网卡性能和丢包-Microsoft's code, Linux code can be combined to achieve Ping Flood Flow test Ethernet performance and packet loss
UDPFile_transport
- 用UDP进行文件传输的DEMO,使用了丢包重传机制-using UDP for the DEMO file transfer, the use of packet loss Retransmission mechanism
UDPDataPacker
- 习惯了TCP编程,认为UDP可以包办这些问题是错误的。一个UDP应用程序要承担可靠性方面的全部工作,包括报文的丢失、重复、时延、乱序以及连接失效等问题。 通常我们在可靠性好,传输时延小的局域网上开发测试,一些问题不容易暴露,但在大型互联网上却会出现错误。 UDP协议把递送的可靠性责任推到了上层即应用层,下面简单编写了几个类来专门处理两个问题:乱序和丢包。-accustomed to the TCP programming, UDP can be arranged that t
2005111313265986415
- 一个系统语言包的缺失dll文件,少了它一些程序不能运行-a system of instruction packet loss dll file, Shaoleta some of the procedures can not run
MessagerFairy
- 信使小精灵,是一个简易的聊天工具。主要是演示了网络编程的主要步骤。本程序使用封装好的函数库,使得应用层不需要考虑网络消息是如何被接受和发送的,也不需要考虑数据粘包和丢包的刺手问题,你只要调用相应的函数就可以了。函数库为你做好了这些工作。你只需要定义自己的协议头和消息结构体,定义好网络消息的回调函数就可以了。-messenger elf is a simple chatting tool. Is a demonstration of the major network programming st
HttpPacket
- 用vc++语言编写。本例使用WinPcap开发包捕获HTTP包。在一个对话框中显示1秒内捕获的所有数据包的数目和丢失的数据包的数目。-with vc + + language. The cases used WinPcap packet capture the development of HTTP packets. In a dialog box shows a seconds capture all the data packet loss and the number of data pa
update
- NS2 分析丢包率的简单代码 参见台湾柯志恒老师一书所得-NS2 analyze the packet loss rate of the simple code
TdFirewall1
- 天道网络防火墙和在网络找的解决丢包的方案-Naturelaw network firewalls and to find solutions in the network packet loss programs
analysis
- 在ns模拟结束后利用其自带的AWK工具分析所得TRACE文件所用的脚本文档 可分析吞吐量 丢包数目等数据 并生成相应文档输出-Ns simulation at the end of use of its own analysis of the TRACE instrument AWK paper documents can be used in scr ipt analysis of the number of data throughput of packet loss and generat
An_Adaptive_Jitter_Buffering_Algorithm_for_Voice_o
- 当IP语音包的网络时延抖动较小时,一般的语音缓冲算法可以得到较好的语音质量。当网络中存在突发大时延时,就会出现极大丢包率或极大端到端时延,从而难以获得好的语音质量。为此,提出针对突发大时延下的自适应语音缓冲算法。通过估算网络平均时延和学习语音包经过的网络路径上的状态,来确定需要控制端到端时延大小和语音包的丢包率,动态调整Jitter Buffer队列的最小深度和最大深度,从而可以尽量减小语音裂缝(gap)的出现。通过基于听觉模型的客观音质评价(PESQ)仿真计算以及在实际语音网关设备中的应用表明
randomnois
- 一个随机丢包程序。用于检测自己的信道编码程序是否符合要求。-Procedures for a random packet loss. For detecting its own channel coding.
samplesest
- 我写的几个很简单的捕获程序,用来粗略测试捕获效率(就是丢包率) Test1表明应用packet.dll进行捕获的基本步骤 Test2通过调用packet.dll进行捕获 Test4和Test2基本相同,只是直接调用packet.sys驱动的导出函数,免去了packet.dll的封装过程-I wrote a few very simple capture process to capture a rough test efficiency (is the packet loss rat
packetloss
- This file that use to calculate packet loss from simulation in wired link network with NS2-This is file that use to calculate packet loss from simulation in wired link network with NS2
socket_test
- 网络测试程序,可以实现简单的网络测试,速度流量统计,丢包率的统计-Network test program, you can achieve a simple network test, speed, traffic statistics, packet loss rate statistics
Jitter
- jitterbuffer实现网络数据流的抖动,可以有效解决网络带宽波动的时候音视频数据的丢包现象-jitterbuffer network data stream to achieve jitter, can be an effective solution to network bandwidth fluctuations, when the phenomenon of audio and video data packet loss
11
- 无线网络中吞吐量、丢包率、端到端时延的测量 希望有帮助-Wireless network throughput, packet loss rate, end to end delay measured want to help
H.264-packet-drop
- H.264丢包实验。采用的网络模型2状态马尔科夫链。通过loss.cfg文件配置。实验结果保存在loss-log.txt。-H.264 packet loss experiments. Network model using two-state Markov chain. By loss.cfg file configuration. Experimental results stored in the loss-log.txt.