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

搜索资源列表

  1. vj_compreesion

    0下载:
  2. Var Jacobson压缩算法,在PPP或者SLIP这些串行线路协议中,不同于以太网中无法确定下一跳的位置,它们的通讯两端是固定的。很多TCP连接中的数据包都是一些交互数据,数据量非常小,而TCP/IP头占据了很大的比例。如果能够减少TCP/IP头的大小,则非常有效的减少网络负载。(Var Jacobson compression algorithm, in PPP or SLIP serial line protocol, is different from Ethernet. It can
  3. 所属分类:Windows编程

    • 发布日期:2018-01-07
    • 文件大小:9216
    • 提供者:hy2000
  1. W5500模块原理图V1.0

    2下载:
  2. W5500模块原理图, W5500是WIZnet推出的高性能以太网接口芯片系列之一,内部集成全硬件TCP/IP协议栈+MAC+PHY。全硬件协议栈技术采用硬件逻辑门电路实现复杂的TCP/IP协议簇。其应用具有简单快速、可靠性高、安全性好等显著优势;内部集成MAC和PHY工艺,使得单片机接入以太网方案的硬件设计更为简捷和高效。(The W5500 module schematic diagram, W5500 is one of the High Performance Ethernet inte
  3. 所属分类:其他

    • 发布日期:2018-01-08
    • 文件大小:38912
    • 提供者:kafu
  1. IOCPDemo_NET_V1

    1下载:
  2. 例子主要包括SocketAsyncEventArgs通讯封装、服务端实现日志查看、SCOKET列表、上传、下载、远程文件流、吞吐量协议,用于测试SocketAsyncEventArgs的性能和压力,最大连接数支持65535个长连接,最高命令交互速度达到250MB/S(使用的是127.0.0.1的方式,相当于千兆网卡1Gb=125MB/S两倍的吞吐量)。服务端用C#编写,并使用log4net作为日志(Examples include SocketAsyncEventArgs communicati
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:3510272
    • 提供者:WHO ARE YOU
  1. wangluo3.0

    0下载:
  2. 实现了arp协议,用户可以在自己以太网里进行arp广播,得到想要的ip对应的mac地址(The implementation of the ARP protocol allows users to broadcast ARP in their own Ethernet to get the desired MAC address of the desired IP)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-10
    • 文件大小:7106560
    • 提供者:fwssnbb1
  1. BOOTP和DHCP协议

    0下载:
  2. 以太网的BOOTP和DHCP协议资料,大家可以参考(Ethernet BOOTP and DHCP protocol data, you can refer to)
  3. 所属分类:网络编程

    • 发布日期:2018-04-22
    • 文件大小:375808
    • 提供者:hahalele
  1. lab-3

    0下载:
  2. Token Ring local area network (LAN) technology is a communications protocol for local area networks. ... Introduced by IBM in 1984, it was then standardized with protocol IEEE 802.5 and was fairly successful, particularly in corporate environments, b
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:2167808
    • 提供者:vineeth
  1. MODBUS协议中文版

    0下载:
  2. MODBUS协议支持传统的RS-232、RS-422、RS-485和以太网设备。许多工业设备,包括PLC,DCS,智能仪表等都在使用Modbus协议作为他们之间的通讯标准。 Modbus 协议是应用于电子控制器上的一种通用语言。通过此协议,控制器相互之间、控制器经由网络(例如以太网)和其它设备之间可以通信。Modbus 协议定义了一个控制器能认识使用的消息结构,而不管它们是经过何种网络进行通信的。它描述了一控制器请求访问其它设备的过程,如何回应来自其它设备的请求,以及怎样侦测错误并记录。它制定
  3. 所属分类:通讯编程

    • 发布日期:2018-04-29
    • 文件大小:1021952
    • 提供者:山问A
  1. USIP-STC单片机

    0下载:
  2. 利用TCP/IP协议栈,实现基于51单片机的以太网收发功能,需要在keil中进行编译。(TCP/IP protocol stack is used to realize Ethernet transceiver function based on 51 MCU, which needs to be compiled in keil.)
  3. 所属分类:单片机开发

    • 发布日期:2018-05-03
    • 文件大小:259072
    • 提供者:davidavid
  1. zlg_udp

    0下载:
  2. 利用rtl8019as实现单片机以太网的连接,主要对TCP/IP协议进行简化。(Using rtl8019as to realize the Ethernet connection of MCU, the TCP/IP protocol is simplified.)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-05-03
    • 文件大小:1676288
    • 提供者:davidavid
  1. tcpip

    0下载:
  2. 基于NE2000的以太网通信程序,使用tcp/ip协议栈,需要用到keil软件进行编译(Ethernet communication program based on NE2000, using tcp/ip protocol stack, need to use keil software to compile)
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2018-05-03
    • 文件大小:164864
    • 提供者:davidavid
  1. c#socket

    1下载:
  2. 例子主要包括SocketAsyncEventArgs通讯封装、服务端实现日志查看、SCOKET列表、上传、下载、远程文件流、吞吐量协议,用于测试SocketAsyncEventArgs的性能和压力,最大连接数支持65535个长连接,最高命令交互速度达到250MB/S(使用的是127.0.0.1的方式,相当于千兆网卡1Gb=125MB/S两倍的吞吐量)。服务端用C#编写,并使用log4net作为日志模块(Examples include SocketAsyncEventArgs communica
  3. 所属分类:通讯编程

    • 发布日期:2018-05-06
    • 文件大小:3565568
    • 提供者:12332111ffe
  1. IEEE802.3

    3下载:
  2. 以太网标准IEEE802.3规范,。一种网络协议。描述物理层和数据链路层的MAC子层的实现方法,在多种物理媒体上以多种速率采用CSMA/CD访问方式。(Ethernet standard IEEE802.3 specification. A network protocol. This paper describes the implementation method of MAC sublayer in physical layer and data link layer. CSMA/CD a
  3. 所属分类:其他

    • 发布日期:2019-03-18
    • 文件大小:25624576
    • 提供者:albert-www
  1. ERPS

    1下载:
  2. ERPS协议 快速以太网是通过控制MAC地址老化来保证拓扑变化时数据报文可以快速的发送到正确的链路上。一般情况MAC老化时间300秒,环网协议可以控制MAC地址表急速老化,默认小于50毫秒。(ERPS protocol Fast Ethernet ensures that data messages can be sent to the correct link quickly when the topology changes by controlling MAC address aging.
  3. 所属分类:其他

    • 发布日期:2020-03-31
    • 文件大小:33792
    • 提供者:freshfish
  1. Ethernet_TCP_server

    2下载:
  2. STM32F429+LAN8720A实现以太网的TCP Server通信,使用TCP协议与电脑端通讯,用作TCP Server(Stm32f429 + lan8720a realize the TCP server communication of Ethernet, use the TCP protocol to communicate with the computer, as the TCP server)
  3. 所属分类:微处理器开发

    • 发布日期:2020-12-26
    • 文件大小:1685504
    • 提供者:阿鹰aying
« 1 2 ... 9 10 11 12 13 14»
搜珍网 www.dssz.com