Welcome![Sign In][Sign Up]
Location:
Search - packet transfer

Search list

[Internet-NetworkUDPFile_transport

Description: 用UDP进行文件传输的DEMO,使用了丢包重传机制-using UDP for the DEMO file transfer, the use of packet loss Retransmission mechanism
Platform: | Size: 8192 | Author: | Hits:

[OS programCaptureprocedure

Description: Very simple several capture procedure that I write, is used to test capture efficiency in rough (being that Test2 carrying out the fundamental step capturing carries out capture Test4 by transferring packet.dll temporarily for a specific task as Test2 is fundamental lose a bag leading Test1 to indicate the packet.dll applying) , is only the encapsulation process transferring the leading-out function that packet.sys drives temporarily for a specific task , having dispensed with packet.dll directly-Very simple several capture procedure that I write, is used to test capture efficiency in rough (being that Test2 carrying out the fundamental step capturing carries out capture Test4 by transferring packet.dll temporarily for a specific task as Test2 is fundamental lose a bag leading Test1 to indicate the packet.dll applying), is only the encapsulation process transferring the leading-out function that packet.sys drives temporarily for a specific task, having dispensed with packet.dll directly
Platform: | Size: 4058112 | Author: hanxuan | Hits:

[JSP/JavaUDP

Description: UDP实现的可靠数据传递的小程序。 考虑了丢包的几种可能性及其处理方法。-To achieve a reliable UDP data transfer of small procedures. Some considered the possibility of packet loss and its treatment.
Platform: | Size: 7168 | Author: Will | Hits:

[JSP/Javatcp

Description: 用java写的tcp数据包发送和接收代码。-Using java to write the tcp packet send and receive code.
Platform: | Size: 2048 | Author: 杨敏 | Hits:

[GPS developGPRS_principle

Description: 讲解GPRS基本原理 第1章 GPRS概述 第2章 GPRS基本功能和业务 第3章 GPRS基本体系结构和传输机制 第4章 移动性管理 第5章 无线资源管理功能 第6章 分组路由与传输功能 第7章 用户数据传输 第8章 信息存储 第9章 编号方案 第10章 GPRS系统的运营 第11章 与GSM其它业务的交互 第12章 IP相关的基础知识-GPRS to explain the basic principles outlined in Chapter 1 GPRS basic Chapter 2 GPRS functionality and business Chapter 3 the basic GPRS architecture and transport mechanism, Chapter 4 Mobility Management Chapter 5 radio resource management functions Chapter 6 Packet Routing and Transfer Function Chapter 7 User data transmission Chapter 8 Information Storage Chapter 9 numbering scheme Chapter 10 GPRS system operating in Chapter 11 and other GSM business interaction Chapter 12 IP-related basic knowledge
Platform: | Size: 493568 | Author: zhou | Hits:

[Sniffer Package capturea

Description: 不用加调方法捕获数据包,基于winpcap编程。-Do not add capture packet transfer method, based on the WinPcap programming.
Platform: | Size: 5120 | Author: zqx | Hits:

[Internet-NetworkUDP

Description: 用UDP实现可靠文件传输 大家都清楚,如果用TCP传输文件的话,是很简单的,根本都不用操心会丢包,除非是网络坏了,就得重来。用UDP的话,因为UDP是不可靠的,所以用它传输文件,要保证不丢包,就得我们自己写额外的代码来保障了-Use UDP to achieve a reliable file transfer we all know that if we use TCP to transfer files, it will be very simple, simply do not have to worry about will be packet loss, unless the network is broken, you must re. If using UDP, since UDP is unreliable, so use it to transfer files, it is necessary to ensure that packet loss, you must write our own extra code to protect the
Platform: | Size: 10240 | Author: mywk | Hits:

[VOIP programRTPtransfer

Description: 详细的描述了如何利用RTP协议进行视频传输,如何对大的视频数据帧进行拆包,如何封装RTP包进行发送-This rar file include two pdf file ,one descripte video transfer in CDMA network, the other descripte how to transfer a big video frame, cut to chip ,and packet the date.
Platform: | Size: 165888 | Author: 夏占高 | Hits:

[Other Embeded programtransfer

Description: serial packet transfer
Platform: | Size: 18432 | Author: mayur kulkarni | Hits:

[VC/MFCnetwork

Description: network code for packet transfer
Platform: | Size: 20480 | Author: Mahesh | Hits:

[Linux-UnixLinux-driver-development16

Description: 作者:华清远见嵌入式学院。《Linux设备驱动开发详解》(08&09年度畅销榜TOP50)第16章、Linux网络设备驱动。网络设备是完成用户数据包在网络媒介上发送和接收的设备,它将上层协议传递下来的数据包以特定的媒介访问控制方式进行发送,并将接收到的数据包传递给上层协议。 与字符设备和块设备不同,网络设备并不对应于/dev目录下的文件,应用程序最终使用套接字(socket)完成与网络设备的接口。因而在网络设备身上并不能体现出“一切都是文件”的思想。Linux系统对网络设备驱动定义了4个层次,这4个层次为网络协议接口层、网络设备接口层、提供实际功能的设备驱动功能层和网络设备与媒介层。-Author: HuaQing vision embedded institute. The Linux device driver development "(08 and 09 sep TOP50) annual list of best-selling chapter 16, Linux network device drivers. The network equipment is complete in network media user data packets sending and receiving equipment, it will be the upper agreement passed down in a specific packets medium access control mode to send, and will receive packet transfer to the upper agreement. And characters of different equipment and equipment, network equipment is not corresponding to/dev list of files, applications finally use sockets (socket) is done with the device on the network interface. Thus in the network equipment, and can t reflect "everything is a file" thought. Linux system for network device driver defines four levels, the 4 levels for the network layer protocol interfaces, network asher
Platform: | Size: 586752 | Author: 华清远见 | Hits:

[Internet-Networka-reliable-transport-protocol

Description: 采用仿真的方法实现可靠数据传输协议。发送方的协议实体从上层接收用户的报文,封装为分组后由下层发送给对方主机;接收方的协议实体接收到下层交付的分组,判断是否正确、按序接收。如果是,则将数据交付给上层,否则,通过确认机制要求发送方重传分组。-Simulation method used to achieve reliable data transfer protocol. Sender protocol entity receives from the upper user packets, packaged in packets sent from the lower to the other party after the host receiving protocol entity receives a lower packet delivery, to determine whether the correct sequence to receive. If so, the data will be delivered to the upper, or, by identifying the mechanism requires the sender retransmission packet.
Platform: | Size: 413696 | Author: 嘉何月 | Hits:

[Communication-MobilePacket-Data-OPNET

Description: 在本文中,我们描述了使用OPNET 仿真建模和分析工具的分组数据 网络。我们模拟两种类型的高性能 网络:光纤分布式数据接口 异步传输模式。我们将 协议性能的不同网络FDDI 在两个网络参数配置。我们也 一个简单的ATM网络模型和衡量 各种自动取款机服务类别下的性能。 最后,我们发展一套OPNET对漏过程模型 桶的拥塞控制算法。我们检查其 性能和影响交通模式(损失 和丛集尺寸)在ATM网络。 -In this paper we describe the use of the OPNET simulation tool for modeling and analysis of packet data networks. We simulate two types of high-performance networks: Fiber Distributed Data Interface and Asynchronous Transfer Mode. We examine the performance of the FDDI protocol by varying network parameters in two network configurations. We also model a simple ATM network and measure its performance under various ATM service categories. Finally, we develop an OPNET process model for leaky bucket congestion control algorithm. We examine its performance and its effect on the traffic patterns (loss and burst size) in an ATM network.
Platform: | Size: 81920 | Author: 王琛 | Hits:

[Internet-Networklinux_udp-transfer

Description: linux下udp大文件传输 linux下用户数据报协议大文件传输 代码在 redhat下编译通过。 最大测试无差错传输文件:288M 最大测试传输速度:6.5M/S 包含了可以解决丢包问题的代码级实现方法。-large file transfer code of the user datagram protocol udp large file transfer under linux under linux redhat next compile. The maximum test error-free transmission file: 288M maximum test transfer speed: 6.5M/S contains a code that can solve the packet loss problem class method.
Platform: | Size: 2048 | Author: spf | Hits:

[TCP/IP stackQtSpace

Description: 用QT写的报文传输工具,一个是客户端一个是服务器端。功能齐全。-Written with QT packet transfer tool , one is the client is a server-side . Fully functional.
Platform: | Size: 2760704 | Author: dongzhi | Hits:

[Internet-Networkreplicafinal

Description: NS2 CODING TO FIND REPLICA IN PACKET TRANSFER
Platform: | Size: 2861056 | Author: senthil | Hits:

[Internet-Networktrans_pack

Description: This code is for packet transfer in server client protocol.
Platform: | Size: 4096 | Author: priya | Hits:

[TCP/IP stackftpproxy

Description: ftp代理,完成ftp数据包转发,非常好用,来自google source code-ftp proxy, finish the packet transfer from client to server point, is very usefull, the code is come from google.com
Platform: | Size: 100352 | Author: 0day | Hits:

[Internet-Networklibcat-1.0

Description: 非常好用的开源代码,IOCP模型值得学习-libcat net code, finish the packet transfer from client to server point, is very usefull, the code is come from google.com
Platform: | Size: 3140608 | Author: 0day | Hits:

[Software Engineeringpacket-tracer-5.0

Description: USB转232驱动,万能驱动下载,很实用的通讯测试工具-USB transfer 232 drivers, universal driver download, very practical testing tools of communication
Platform: | Size: 27129856 | Author: Jim | Hits:
« 12 3 4 5 6 7 8 9 10 ... 28 »

CodeBus www.codebus.net