搜索资源列表
JavaNetTest
- 3 pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and
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
mps
- linux下的多功能发包工具,可以指定IP地址,包大小,协议以及发包间隔等-packet sender under linux,which can specify the IP address,length of packet, protocol, interval and so on.
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.
TCPIPTutorial
- In the TCP/IP protocol suite, TCP is the intermediate layer between IP below it, and an application above it. Using TCP, applications on networked hosts can establish reliable connections to one another. The protocol guarantees in-order deliv
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
PacketSender-Linux_2016-03-20
- packet sender source code