搜索资源列表
-
0下载:
用UDP进行文件传输的DEMO,使用了丢包重传机制-using UDP for the DEMO file transfer, the use of packet loss Retransmission mechanism
-
-
1下载:
数据链路层的选择性重传协议的编写。在仿真环境下编程实现有噪音信道环境下
两站点之间无差错双工通信。信道模型为8000bps 全双工卫星信道,信道传播时延270毫秒,信道误码率
为10-5,信道提供字节流传输服务,网络层分组长度固定为256字节-The data link layer selective retransmission protocol preparation. In the simulation environment, programming environment,
-
-
0下载:
防丢包UDP传输server端,将文件包分成1024kb/包 如果丢包就重传如果收到ACK就继续传文件-UDP transport server-side anti-packet loss, the package into 1024kb/packet retransmission if the packet loss to receive the ACK if the file transfer to continue
-
-
0下载:
RTP/RTCP中英文协议文档及封包格式、协议分析,无线视频包丢失重传机制讲解及实现过程-RTP/RTCP protocol in English and Chinese documents and packet formats, protocol analysis, wireless video packet loss and retransmission mechanism to explain the implementation process
-
-
0下载:
这是一个自我感觉很好的通信程序,它的特点:
1.数据包格式全部自己定义。
所有的定义和通信核心类全部在COMM文件夹中。
2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。
3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。
-This is a feel-good communications program that features: 1. All its own definit
-
-
0下载:
用TCP 和UDPprotocol来传输数据,具体请见英文描述-Introduction
In this assignment, you will build a client for a simple streaming transport protocol.
Media streams such as compressed video or audio are typically delay and jitter sensitive-
real-time conversation
-
-
0下载:
通过无线上网卡实现数据的传输,同时可连接多个客户端,包括心跳包,超时重发等机制!-Data via wireless transmission, and can connect to multiple clients, including heartbeat packet retransmission mechanisms such as overtime!
-
-
0下载:
用于在通讯中模拟网络随即丢包,丢包率可以自己确定,并且加载 QOS恢复机制,比如 重传机制。
-Communication network used to simulate the loss immediately, packet loss rate can be ourselves, and load the QOS recovery mechanism, such as retransmission.
-
-
0下载:
采用仿真的方法实现可靠数据传输协议。发送方的协议实体从上层接收用户的报文,封装为分组后由下层发送给对方主机;接收方的协议实体接收到下层交付的分组,判断是否正确、按序接收。如果是,则将数据交付给上层,否则,通过确认机制要求发送方重传分组。-Simulation method used to achieve reliable data transfer protocol. Sender protocol entity receives from the upper user packets, pac
-
-
0下载:
Broadcast in Mobile Ad hoc Network (MANET) with Double Coverage - The retransmission of the forwarding nodes are received by the sender as the confirmation of their reception of packet.
The non forwarding 1 hop neighbor of the sender do not acknowl
-
-
0下载:
基于udp协议的通信代码,含crc校验,丢包重传机制-Based on udp protocol communication code。Contains CRC check, packet loss retransmission mechanism
-
-
0下载:
计算机网络数据链路选择性重传实验。
设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道环境下两站点之间无差错双工通信。信道模型为8000bps 全双工卫星信道,信道传播时延270毫秒,信道误码率为,信道提供字节流传输服务,网络层分组长度固定为256字节。-Computer network data link selective retransmission experiment. Design of a sliding window protocol in simulation pro
-
-
0下载:
服务端,组播升级,UDP,丢包重传,已验证-Server, multicast upgrade, UDP, packet loss retransmission
-
-
0下载:
C# UDP 文件发送,包含丢包重发,不同机器也可以传输文件,可以扩展到多个人重发,多线发送等-Send C# UDP files, including packet loss retransmission, different machine can also transfer files, can be extended to multiple individual retransmission, multi line transmission etc.
-
-
0下载:
Since RREQ packets are flooded throughout the network, this algorithm does not scale well to large networks. If the destination node is located relatively near the source, issuing a RREQ packet that potentially pass through every node in the network
-
-
1下载:
易语言封包组包源码中每个包带控制信息,md5验证信息,数据长度信息,发包顺序信息,MD5验证不过重发信息包。发送数据使用链表数据结构存储,确保在完整接受前,可选择性重发任意一个信息包。经测试大文件传输稳定可靠。(Each package with easy language packet packet source control information, the md5 authentication information, data length information, sequence
-