搜索资源列表
RawSender
- 此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet t
RawReceiver
- 此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet t
freeswan-2.06.tar
- Linux FreeS/WAN is an implementation of IPSEC & IKE for Linux. IPSEC is Internet Protocol SECurity. It uses strong cryptography to provide both authentication and encryption services. Authentication ensures that packets are from the right sender a
udptalk
- TCP/IP提供了无连接的传输层协议:UDP(User Datagram Protocol,即用户数据报协 议)。UDP 与 TCP 有很大的区别,因为无连接的 socket 编程与面向连接的 socket 编程也有很 大的差异。由于不用建立连接,因此每个发送个接收的数据报都包含了发送方和接收方的地 址信息。 -TCP/IP provides a connectionless transport layer protocol: UDP (User Datagram Proto
rawtcpip
- This code will send a raw tcpip packet without data using a dll just put rawtcpip.dll in windows\system32 and run this code. you need to pass 11 arguments. The dll is raw with out much error handling. I will try to include some error handli
ARP2
- Raw Arp Packet Sender Useful for learn Arp packet Require Winpcap
packet
- This Program is Network Communiction Program. This Program is consist of Sender and Receiver. This code is simplest .
Fragmentation
- Program shows packet fragmentation. Sender,Message, Medium, Router, Receiver are 5 classes which simulate realistic communication between sender and receiver over router, Communication uses messages which are fragmented (depending of size parameter).
multicast.c.tar
- The following program sends or receives multicast packets. If invoked with one argument, it sends a packet containing the current time to an arbitrarily chosen multicast group and UDP port. If invoked with no arguments, it receives and prints t
Encryption_Demo
- C#加密解密程序及源代码,加密主要分两步进行,第一步选择文件,第二步随机产生对成加密钥匙Key和IV、使用发送者私钥签名随机密钥,使用接收者公钥加密密钥和签名、利用随机密钥使用DES算法分组加密数据、MD5摘要生成-->用发送者私钥签名;-C# encryption and decryption procedures and source code, encryption key two steps, first select the file, step right into a ran
chatter
- 网络数据包发送程序,可通过配置发送各种数据包包括 arp 包,tcp包等。-packet sender
SocketBcd2
- 多线程 UDP发送端程序,模拟多个终端设备并行发送UDP包 给服务器。-Multithreaded UDP sender program to simulate multiple parallel devices to send UDP packet to the server.
CSharpBroadCast
- CSharp广播程序 在网络编程中,通过广播和多播可以实现发送端发送一个数据包,有多个接收端接收的情况。-CSharp radio program in network programming, broadcast and multicast by the sender can send a packet, a number of cases received by the receiver.
commFileSendRcv
- 两台计算机间用串口传输文件的例子,含发送端和接收端的源代码。 文件按包一个一个传输,每传个包等待对方应答后再继续传下一个包,传输稳定可靠。多次发大文件长时间测试未发现问题-Serial port between two computers, send files using the example of the sender and the receiver with the source code. File transfer according to package one by one,
UDP-sender
- UDP发包代码,可通过该代码模仿写socket发包-udp packet send code
a-reliable-transport-protocol
- 采用仿真的方法实现可靠数据传输协议。发送方的协议实体从上层接收用户的报文,封装为分组后由下层发送给对方主机;接收方的协议实体接收到下层交付的分组,判断是否正确、按序接收。如果是,则将数据交付给上层,否则,通过确认机制要求发送方重传分组。-Simulation method used to achieve reliable data transfer protocol. Sender protocol entity receives from the upper user packets, pac
LineSimApplet
- 这个简单的程序说明了计算机网络中最基本的概念之一:传输时延与传播时延的比较。虽然这个概念在第一章已详细的讨论过,但一个交互式的动画可以更形象地说明这一点。你设置好链路长度,数据包大小和传输速度后,该实验可以向你演示数据包从发送端向接收端的传播过程。注意有许多种组合,在发送端还没有结束传播过程时分组的头部已到达接收端。 -This simple program illustrates the computer network in one of the most basic concepts: t
TCP_File_Transfer
- 程序分为发送端和接收端。首先在传输文件数据之前,发送端会把将装有文件名称和文件长度等 信息的数据包发送至接收端。接收端收到文件名称和文件长度信息后会创建好空白文件。接着开始传输 文件数据。-Program is divided into the sender and the receiver. First in a transmission file data before, the sender will put with the name of the document and fi
LSD-RF4619-CS01-t
- 基于MSP430FG4612的CC1101无线通信程序,发送端:2s的唤醒帧(无数据包),延时20ms,数据发送一个14字节的数据包(若加上第一个len字节则整个包为15字节),其中第5个字节每发一次累加,延时1S。重复此过程;接收端:默认为CS RSSI,接受数据,并将第5个数据显示在LCD上。在接收端开1S的定时,若无数据包,则转为LPM3。-Based on the MSP430FG4612 CC1101 wireless communication program, the sender
PacketSender-Linux_2016-03-20
- packet sender source code