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

搜索资源列表

  1. RawSender

    0下载:
  2. 此文件包含两个独立程序,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
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:31.13kb
    • 提供者:鲁锐
  1. RawReceiver

    0下载:
  2. 此文件包含两个独立程序,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
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:31.48kb
    • 提供者:鲁锐
  1. freeswan-2.06.tar

    0下载:
  2. 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
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:3.2mb
    • 提供者:nihao
  1. udptalk

    0下载:
  2. TCP/IP提供了无连接的传输层协议:UDP(User Datagram Protocol,即用户数据报协 议)。UDP 与 TCP 有很大的区别,因为无连接的 socket 编程与面向连接的 socket 编程也有很 大的差异。由于不用建立连接,因此每个发送个接收的数据报都包含了发送方和接收方的地 址信息。 -TCP/IP provides a connectionless transport layer protocol: UDP (User Datagram Proto
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:1.14kb
    • 提供者:唐本风
  1. rawtcpip

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

    • 发布日期:2017-03-23
    • 文件大小:40.78kb
    • 提供者:xunion
  1. ARP2

    0下载:
  2. Raw Arp Packet Sender Useful for learn Arp packet Require Winpcap
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:8.33kb
    • 提供者:chen_xiao_dao
  1. packet

    0下载:
  2. This Program is Network Communiction Program. This Program is consist of Sender and Receiver. This code is simplest .
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-03
    • 文件大小:105kb
    • 提供者:peace
  1. Fragmentation

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

    • 发布日期:2017-03-31
    • 文件大小:342.18kb
    • 提供者:Milan
  1. multicast.c.tar

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

    • 发布日期:2017-04-03
    • 文件大小:1.03kb
    • 提供者:Matrix
  1. Encryption_Demo

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

    • 发布日期:2017-04-04
    • 文件大小:20.02kb
    • 提供者:jiangfengmou
  1. chatter

    0下载:
  2. 网络数据包发送程序,可通过配置发送各种数据包包括 arp 包,tcp包等。-packet sender
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:20.09kb
    • 提供者:Harvey
  1. SocketBcd2

    0下载:
  2. 多线程 UDP发送端程序,模拟多个终端设备并行发送UDP包 给服务器。-Multithreaded UDP sender program to simulate multiple parallel devices to send UDP packet to the server.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-09
    • 文件大小:2.27mb
    • 提供者:gxw
  1. CSharpBroadCast

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

    • 发布日期:2017-04-01
    • 文件大小:1.29kb
    • 提供者:chenshu
  1. commFileSendRcv

    0下载:
  2. 两台计算机间用串口传输文件的例子,含发送端和接收端的源代码。 文件按包一个一个传输,每传个包等待对方应答后再继续传下一个包,传输稳定可靠。多次发大文件长时间测试未发现问题-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,
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:116.59kb
    • 提供者:Kim Huang
  1. UDP-sender

    0下载:
  2. UDP发包代码,可通过该代码模仿写socket发包-udp packet send code
  3. 所属分类:Communication

    • 发布日期:2017-03-30
    • 文件大小:250.89kb
    • 提供者:ifindex
  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. LineSimApplet

    0下载:
  2. 这个简单的程序说明了计算机网络中最基本的概念之一:传输时延与传播时延的比较。虽然这个概念在第一章已详细的讨论过,但一个交互式的动画可以更形象地说明这一点。你设置好链路长度,数据包大小和传输速度后,该实验可以向你演示数据包从发送端向接收端的传播过程。注意有许多种组合,在发送端还没有结束传播过程时分组的头部已到达接收端。 -This simple program illustrates the computer network in one of the most basic concepts: t
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:2.31kb
    • 提供者:meihan
  1. TCP_File_Transfer

    0下载:
  2. 程序分为发送端和接收端。首先在传输文件数据之前,发送端会把将装有文件名称和文件长度等 信息的数据包发送至接收端。接收端收到文件名称和文件长度信息后会创建好空白文件。接着开始传输 文件数据。-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
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:3.34kb
    • 提供者:任立松
  1. LSD-RF4619-CS01-t

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

    • 发布日期:2017-04-02
    • 文件大小:531.63kb
    • 提供者:李凯
  1. PacketSender-Linux_2016-03-20

    0下载:
  2. packet sender source code
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:24kb
    • 提供者:synam
« 12 »
搜珍网 www.dssz.com