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

搜索资源列表

  1. UDPFile_transport

    0下载:
  2. 用UDP进行文件传输的DEMO,使用了丢包重传机制-using UDP for the DEMO file transfer, the use of packet loss Retransmission mechanism
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:7.89kb
    • 提供者:tnt2000
  1. udp-reliable-data-transmission

    0下载:
  2. UDP实现可靠数据传输。使用GBN算法,实现了:1.随即丢包(随机数产生器Math.random()) 2.丢包后遇冗余ack重传 3.超时重传 (DatagramSocket和Socket都有成员函数setSoTimeout(delay),通过捕获超时时抛出的IO异常来实现超时重传)-Reliable UDP data transfer. GBN algorithm used to realize: 1. Then packet loss (random number generator Ma
  3. 所属分类:Java Develop

    • 发布日期:2017-03-24
    • 文件大小:9.87kb
    • 提供者:nazali
  1. datalink-selective 数据链路层—选择性重传协议

    1下载:
  2. 数据链路层的选择性重传协议的编写。在仿真环境下编程实现有噪音信道环境下 两站点之间无差错双工通信。信道模型为8000bps 全双工卫星信道,信道传播时延270毫秒,信道误码率 为10-5,信道提供字节流传输服务,网络层分组长度固定为256字节-The data link layer selective retransmission protocol preparation. In the simulation environment, programming environment,
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2012-11-15
    • 文件大小:203.25kb
    • 提供者:chenchen
  1. server

    0下载:
  2. 防丢包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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:1.69kb
    • 提供者:Lynn
  1. 325614

    0下载:
  2. 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
  3. 所属分类:VOIP program

    • 发布日期:2017-04-10
    • 文件大小:21.34kb
    • 提供者:zhangguiqing
  1. 200592088635

    0下载:
  2. 这是一个自我感觉很好的通信程序,它的特点: 1.数据包格式全部自己定义。 所有的定义和通信核心类全部在COMM文件夹中。 2.能处理大量客户端同时通信的情况,客户和服务端共用相同的通信对象,并且可以实现互传。 3.通信细节全部封装在几个通用的类中,隐藏了交互通信的所有处理细节,如断包处理,超时重发等功能。 -This is a feel-good communications program that features: 1. All its own definit
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:157.12kb
    • 提供者:dsfeeer
  1. client

    0下载:
  2. 用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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:3.32kb
    • 提供者:Mengmei Liu
  1. asynGprs-datacard

    0下载:
  2. 通过无线上网卡实现数据的传输,同时可连接多个客户端,包括心跳包,超时重发等机制!-Data via wireless transmission, and can connect to multiple clients, including heartbeat packet retransmission mechanisms such as overtime!
  3. 所属分类:SCM

    • 发布日期:2017-05-10
    • 文件大小:2.03mb
    • 提供者:梁虎
  1. proxy

    0下载:
  2. 用于在通讯中模拟网络随即丢包,丢包率可以自己确定,并且加载 QOS恢复机制,比如 重传机制。 -Communication network used to simulate the loss immediately, packet loss rate can be ourselves, and load the QOS recovery mechanism, such as retransmission.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1.55mb
    • 提供者:wang
  1. a-reliable-transport-protocol

    0下载:
  2. 采用仿真的方法实现可靠数据传输协议。发送方的协议实体从上层接收用户的报文,封装为分组后由下层发送给对方主机;接收方的协议实体接收到下层交付的分组,判断是否正确、按序接收。如果是,则将数据交付给上层,否则,通过确认机制要求发送方重传分组。-Simulation method used to achieve reliable data transfer protocol. Sender protocol entity receives from the upper user packets, pac
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:403.54kb
    • 提供者:嘉何月
  1. Manet

    0下载:
  2. 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
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:240.75kb
    • 提供者:venkat
  1. udp

    0下载:
  2. 基于udp协议的通信代码,含crc校验,丢包重传机制-Based on udp protocol communication code。Contains CRC check, packet loss retransmission mechanism
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-11-18
    • 文件大小:5.12kb
    • 提供者:李波
  1. datapktanalyze-kvg

    0下载:
  2. AIM: Transferring data from sender to receiver with out any packet loss. Intimate user whether the packets are delivered after he sends data to the router. Intimate when the buffer at the router is full or busy or free there by avoiding retrans
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:37.99kb
    • 提供者:smithaml
  1. dataliink.c

    0下载:
  2. 计算机网络数据链路选择性重传实验。   设计一个滑动窗口协议,在仿真环境下编程实现有噪音信道环境下两站点之间无差错双工通信。信道模型为8000bps 全双工卫星信道,信道传播时延270毫秒,信道误码率为,信道提供字节流传输服务,网络层分组长度固定为256字节。-Computer network data link selective retransmission experiment. Design of a sliding window protocol in simulation pro
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:21.57kb
    • 提供者:vicky
  1. zuboupdate-server

    0下载:
  2. 服务端,组播升级,UDP,丢包重传,已验证-Server, multicast upgrade, UDP, packet loss retransmission
  3. 所属分类:Linux Network

    • 发布日期:2017-05-12
    • 文件大小:2.93mb
    • 提供者:尚烨
  1. File

    0下载:
  2. 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.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:121.39kb
    • 提供者:陈五一
  1. Blocking-EDS

    0下载:
  2. 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
  3. 所属分类:P2P

    • 发布日期:2017-04-13
    • 文件大小:3.2kb
    • 提供者:Abdullah
  1. WIRELESS

    1下载:
  2. 该文在大量测试实验和理论分析的基础上,研究电磁波在楼内公共烟道的传输问题,分析公共烟道环境的特殊性以及影响电磁波传输损耗的因素。提出一种适用于楼宇集中净化物联网系统的基于SX1278的无线传输方案。该方案采用直接序列扩频调制来提高系统的抗干扰性能,采用截断二进制指数退避算法作为重传机制来解决节点信号冲突碰撞问题。通过在基站端采用时间片轮转调度,来保证计数的同步性和实时性。集成测试和实地测试结果表明,该方案很好地解决了烟道内无线信号的稳定传输问题,且丢包率和误码率较低,系统可靠性好。-On the
  3. 所属分类:Project Design

    • 发布日期:2016-08-16
    • 文件大小:741kb
    • 提供者:jerry
  1. 基于3GPP LTE系统的HARQ算法研究与仿真 (1)

    0下载:
  2. 深入研究了重传分组组合译码算法,通过对chare和ir两种码合并研究,表明IR机制运用了更好的特性。(The retransmission packet combining decoding algorithm is deeply studied. By combining the two codes of chare and IR, it is shown that the IR mechanism uses better characteristics.)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-01
    • 文件大小:1.39mb
    • 提供者:maya_gh
  1. 2013225

    1下载:
  2. 易语言封包组包源码中每个包带控制信息,md5验证信息,数据长度信息,发包顺序信息,MD5验证不过重发信息包。发送数据使用链表数据结构存储,确保在完整接受前,可选择性重发任意一个信息包。经测试大文件传输稳定可靠。(Each package with easy language packet packet source control information, the md5 authentication information, data length information, sequence
  3. 所属分类:易语言编程

搜珍网 www.dssz.com