CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - ip协议栈

搜索资源列表

  1. GPRS

    1下载:
  2. Simense公司GPRS模块(内含TCP/IP协议栈、可上网),MC55原理图,附带状态指示灯,LPC2103,双串口。-Simense companies GPRS module (includes TCP/IP protocol stack, available online), MC55 schematic diagram, with status indicators, LPC2103, dual serial ports.
  3. 所属分类:Project Design

    • 发布日期:2016-04-18
    • 文件大小:15191
    • 提供者:okapy
  1. Linux_ip

    0下载:
  2. 详细的讲述了linux的ip/tcp通信部分的协议栈,对开发很有帮助-Linux detail of the ip/tcp communication part of the protocol stack, on the development of useful
  3. 所属分类:Communication

    • 发布日期:2017-05-14
    • 文件大小:3450420
    • 提供者:uuu
  1. embedded_linux_igmp_proxy_reserch

    0下载:
  2. 针对组播通信可有效地减轻网络负担,是一种十分有效的通信方式的现状,介绍了IP组播技术的概念、原理及体系结构,提出了DSLAM/ADSL Router设备中多播业务方案设计的基本原理以及具体实现方式.从总体设计、多播任务、内核IP协议栈的多播业务支持,以及上层程序与内核的交互等几个方面,给出了基于嵌入式Linux的IGMP Proxy具体实现实例.-Research and Implementation of IGMP Proxy Based on Embedded Linux
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:374415
    • 提供者:yfchou
  1. 09Introduction_ModularInstruments

    1下载:
  2. CVI编写的TCP/IP代码和协议栈,非常好的代码。-procotol of TCP/IP developed by CVI
  3. 所属分类:Software Testing

    • 发布日期:2017-05-01
    • 文件大小:711074
    • 提供者:阳德
  1. embeded_TCP_IP

    0下载:
  2. 设计并实现了一个运行在低端8/16位:8K上的小型嵌入式TCP/IP协议栈 在设计和实现过程中 允许应用程序参与数据的重发 以减少协议栈对资源的消耗 实现了一个最小可达7K并具有较高响应速度的小型TCP/IP协议栈-Designed and implemented a run in the low-end 8/16: 8K on a small embedded TCP/IP protocol stack in the design and implementation process to a
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:153020
    • 提供者:bruce
  1. TCP-IPxiangjie

    0下载:
  2. TCP IP 详解1至3卷 对tcp ip 网络协议原理及协议栈数据结构 实现方式都有详细讲解-Xiang Jie 1-3 TCP IP Volume on the Principle of network protocols and tcp ip protocol stack implementations of data structures are explained in detail
  3. 所属分类:software engineering

    • 发布日期:2017-11-15
    • 文件大小:50661875
    • 提供者:杜凯
  1. LwIP_protocal_code_analysis

    0下载:
  2. lwip协议栈源码详细分析及TCP/IP协议实现,老衲五木出品。-lwip protocol stack source code and detailed analysis of TCP/IP protocol, Laona five wood produced.
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:1208525
    • 提供者:汪杰米
  1. ZLG_ip

    0下载:
  2. 嵌入式TCP/IP协议栈简要说明,希望对广大朋友有所帮助-Embedded TCP/IP protocol stack, a brief descr iption, want to help our friends
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:270818
    • 提供者:哲雪
  1. IP_UDP_TCP_ICMP-checksum

    0下载:
  2. IP/UDP/TCP/ICMP的校验和 在发送数据时,为了计算数IP据报的校验和。应该按如下步骤: (1) 把IP数据报的校验和字段置为0。 (2) 把首部看成以16位为单位的数字组成,依次进行二进制反码求和 (3) 把得到的结果存入校验和字段中。 在接收数据时,计算数据报的校验和相对简单,按如下步骤: (1)把首部看成以16位为单位的数字组成,依次进行二进制反码求和,包括校验和字段。 (2)检查计算出的校验和的结果是否等于零。 (3)如果等于零,说明被整除
  3. 所属分类:Communication

    • 发布日期:2017-12-10
    • 文件大小:4111
    • 提供者:cool
  1. TCPMP

    0下载:
  2. TCP/IP以太网协议 协议栈,基于linux的TCP/IP的底层协议栈-Ethernet protocol TCP/IP protocol stack, based on the underlying of the linux the TCP/IP protocol stack
  3. 所属分类:software engineering

    • 发布日期:2017-11-14
    • 文件大小:1597245
    • 提供者:刘龙斌
  1. sip_RFC3261

    0下载:
  2. IP电话的SIP协议栈技术标准资料。在开发过程中遇见人员开发意见不一致,都采用该标准作为参考,是一本协助开发移植SIP协议栈的好书-IP telephony SIP protocol stack technology standard data. Met the staff development of disagreement in the development process, the standards are used as a reference, an assist in the
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:553403
    • 提供者:jiang
  1. Microchip_TCPIP

    0下载:
  2. microchip TCP/IP协议栈介绍,方便学习-Microchip TCP/IP protocol stack, facilitate learning
  3. 所属分类:Project Manage

    • 发布日期:2017-11-25
    • 文件大小:475335
    • 提供者:dennisk
  1. TCP-IPXieYiZhan

    0下载:
  2. TCP-IP协议栈在嵌入式系统中的实现,电子书,PDF。-TCP-IP protocol stack implementation in embedded systems, e-books, PDF.
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:4082319
    • 提供者:丁小雪
  1. tcp_ip

    0下载:
  2. Ucos2下TCP/IP协议栈,包括TCP,IP,DHCP,UDP,SMTP等-Ucos2 under TCP/IP protocol stack, including TCP, IP, DHCP, UDP, SMTP, etc.
  3. 所属分类:software engineering

    • 发布日期:2017-11-28
    • 文件大小:1343071
    • 提供者:
  1. SimpleWiFi-uart--WiFi

    0下载:
  2. Simple WiFi无线透传模块是一款高性能、高性价比的单面邮票孔式嵌入式WiFi模块产品。SimpleWiFi最大的特点是配置简单、启动速度快,最快启动速度小于1秒。Simple WiFi是基于Uart与Spi接口的符合WiFi无线网络标准的嵌入式模块,内置无线网络协议IEEE802.11协议栈以及TCP/IP协议栈,能够实现 用户嵌入式设备数据到无线网络之间的转换。通过Simple WiFi模块,传统的嵌入式设备也能轻松接入无线WiFi网络。 - SimpleWiFi is a
  3. 所属分类:File Formats

    • 发布日期:2017-03-28
    • 文件大小:613373
    • 提供者:张伟
  1. ETH-232SPI

    0下载:
  2. ETH-232SPI模块是实现将UDP网络数据包与UART232串口/SPI数据之间互转的传输设备,其拥有操作简单,成本低,体积小,速度快,功耗低,稳定性高等特点。本模块是一款多功能型以太网串口数据转换模块, 它内部集成了 TCP/IP 协议栈, 用户利用它可以轻松完成嵌入式设备的网络功能, 节省人力物力和开发时间, 使产品更快的投入市场, 增强产品竞争力,同时模块还支持DHCP自动获取IP功能,保证网络不冲突。-ETH- 232 SPI module is the realization of
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:975513
    • 提供者:229714423
  1. LwIP

    0下载:
  2. lwip 学习,用于学习TCP/IP协议栈,含有IP,TCP,ARP 动态内存管理,数据包管理等。-LwIP learning, for learning TCP/IP protocol stack, containing IP, TCP, ARP, dynamic memory management, data management and so on.
  3. 所属分类:Communication

    • 发布日期:2017-04-08
    • 文件大小:509819
    • 提供者:wang
  1. W7500-1.0.4

    0下载:
  2. WIZnet 发布世界上第一款IOP(网络卸载处理器)W7500 芯片,内嵌 ARM Cortex-M0 及 硬件TCP/IP协议栈,的官方程序,可以借鉴和参考-WIZnet released the world s first W7500 (network uninstall processor) IOP chip, embedded Cortex-M0 ARM and hardware TCP/IP protocol stack, the official process, you can
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:609651
    • 提供者:袁玉龙
  1. 1.Network install

    0下载:
  2. W5500 网络扩展板集成了一个硬件 TCP/IP 协议栈芯片 W5500 以及一个含有网络变压器 的 RJ-45(HR911105A)。其中,W5500 是一款全硬件 TCP/IP 嵌入式以太网控制器,为嵌入 式系统提供了更加简易的互联网连接方案.使用硬件逻辑门电路实现 TCP/IP 协议栈的传输 层及网络层(如:TCP, UDP, ICMP, IPv4, ARP, IGMP, PPPoE 等协议),并集成了数据链路 层,物理层,以及 32K 字节片上 RAM 作为数据收发缓存。使得上
  3. 所属分类:软件工程

    • 发布日期:2017-12-12
    • 文件大小:353798
    • 提供者:JACK18
  1. VICON_Vison_2

    0下载:
  2. 我们设计了一个通过局域网在TCP/IP协议栈上发送数据的方案。 我们还设计了TCP有效负载内的协议,实现了在酒店内控制设备的功能。(We make a project to send/receive data from PC via LAN on TCP/IP protocol stack. Also we design our protocol inside TCP payload to implement such a function that it can c
  3. 所属分类:软件工程

    • 发布日期:2018-01-05
    • 文件大小:17573888
    • 提供者:阿龟
« 1 23 »
搜珍网 www.dssz.com