Welcome![Sign In][Sign Up]
Location:
Search - igmp

Search list

[Other resourceEmbbeded_tcp_ip_user_guide

Description: 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协议栈在ARM7+RTL8019硬件环境下测试,并建立了FTP服务器和WEB服务器,性能稳定。 6)协议栈建立的FTP服务器和WEB服务器与Internet Explorer浏览器和ftp.exe相互兼容。 7)协议栈每一个SOCKET上建了数据缓冲队列(数据结构),用于接收SOCKET的并发数据,实现多SOCKET的并发数据报处理,可同时运行FTP服务器和WEB服务器。 8)协议栈实现了ACK的延时答应(200ms),支持TCP多包发送和接收,但未支持TCP数据报的失序处理,因此适合局域网内使用。 诚邀与您合作,QQ:292942278
Platform: | Size: 11406 | Author: 6756 | Hits:

[Technology Management组播程序的操作.doc

Description: IGMP协议的使用及介绍
Platform: | Size: 276992 | Author: rose942 | Hits:

[Internet-Networkrcvall

Description: This sample illustrates how to use the SIO_RCVALL, SIO_RCVALL_MCAST, and SIO_RECVALL_IGMPMCAST ioctls available on Windows 2000 and later.
Platform: | Size: 22528 | Author: | Hits:

[Internet-NetworkSOCK_MULTICAST

Description: 用DELPHI写的用Socket实现UDP组播的例程.-with Delphi written with Socket UDP Multicast routines.
Platform: | Size: 208896 | Author: 但是 | Hits:

[Algorithmmrsim-win

Description: winwods下的组播路由算法仿真程序, vc6开发,是根据上次传的linux版本 改编而成。-winwods the multicast routing algorithm simulation program, vc6 development, is based on the previous version of Linux-wing.
Platform: | Size: 1145856 | Author: 唐求 | Hits:

[Internet-Networkcheck_sum

Description: 计算校验和 校验和算法描述:为保证网络上传输的数据的可靠性,在许多协议中都设置了校验和项,例如:IPv4、ICMPv4、IGMPV4、ICMPv6、UDP和TCP 等等。计算这些校验和的算法称为网际校验和算法,简单来说就是:把被校验的数据16位进行累加,然后取反码,若数据字节长度为奇数,则数据尾部补一个字节的0以凑成偶数。 由于从输入文件读入的数据不能直接满足计算校验和的条件,所以首先对从文件读入缓冲区的数据进行预处理,即读入缓冲区时忽略空格。由于累加是按16位进行的,所以每次从缓冲区中读出4个字符,并将字符转换成对应的16进制数字,如此依次累加,直至数据全部读完。 还有一种情况,即如果数据长度为奇数个字节,则需要判断,并补0累加。程序中利用的是缓冲区长度计数器i和当前读取到计数器j判断数据长度是否为奇数。即如果数据长度为偶数,则读完数据时当前读取到计数器j的值应与缓冲区长度i相等,而如果数据长度为奇数,则读完数据时,当前读取到计数器j>缓冲区长度i,此时需将缓冲区中剩余的两个字符读出,并补0,转换成相应16进制数以后参与累加。 当累加结束后,将累加和的16位以上数据位移下再进行一次累加,并对最后累加和取反即得所求校验和。 -calculated checksum checksum algorithm Description : To ensure the network transmission of data reliability, in many of the agreements are set up and calibration, for example : IPv4, ICMPv4, IGMPV4, ICMPv6. UDP and TCP so on. Calculating checksum algorithm called the Internet checksum algorithm, the simple answer is : as has been the calibration data for 16 cumulative, and then take the anti-code, if the data byte length of the odd, data will make up the tail of a 0 byte to make up even. As the input file is read into the data can not be directly calculated checksum meet the conditions, So, the first right from the document read into the buffer data preprocessing, read into the buffer zone that is overlooked spaces. As the cumulative basis for the 16, so every time from the buffer read out
Platform: | Size: 89088 | Author: | Hits:

[TCP/IP stackvls-0.5.6

Description: 基于c++开发的网络流媒体点播系统,完美的解决方案-based on the development of the network c Streaming Media-on-Demand System, a perfect solution
Platform: | Size: 892928 | Author: 阮绣开 | Hits:

[Internet-Networkpmcmspeth

Description:
Platform: | Size: 24576 | Author: 扬载伦 | Hits:

[Internet-Networkigmp_v4_1_0

Description:
Platform: | Size: 44032 | Author: 张俊辉 | Hits:

[Linux-Unixigmp_polltest

Description: linux_unix下igmp协议代码/在redhat/arm7下均可以使用-igmp agreement under linux_unix code/in redhat/arm7 can be used under
Platform: | Size: 2048 | Author: 么刚 | Hits:

[TCP/IP stackTCPIP_Protocal_Source

Description:
Platform: | Size: 146432 | Author: 黄发 | Hits:

[ARM-PowerPC-ColdFire-MIPSIP

Description: 移植到嵌入式系统的TCPIP协议源码,源码内有详细中文注解。 已实现的功能: 支持TCP, UDP, IP, ICMP, ARP, ETHERNET等协议;兼容BSD标准的Socket API接口函数库;ICMP实现PING的功能和UDP无效端口返回;支持TCP的流控制和超时重传;支持TCP主动连接和被动连接; 􀁺 支持在多任务中建立多个不同的TCP连接,支持各连接同时收发数据; 􀁺 提供WebSever和UDP服务器范例。 还没实现功能: 􀁺 IP报的处理不支持分段 在多个网络接口的应用是两个网络间的最大报大小要基本相等。 􀁺 ICMP协议还不是非常完整 目前ICMP协议只支持PING的功能和UDP无效端口返回。 􀁺 TCP协议不支持紧急数据 这一版本的ZLG/IP不对TCP传输中的紧急数据报进行处理。 􀁺 不支持IGMP协议 这一版本的ZLG/IP不支持IP组播和广播。 􀁺 不支持Socket API发送函数发送大于PMTU 用Socket API发送函数发送数据时,数据长度不可大于一个TCP或UDP报有效数据的长度。
Platform: | Size: 1682432 | Author: 谭剑鸣 | Hits:

[VxWorksVxworks_igmp

Description: Vxworks下组播路由体系研究与实现.pdf 。在介绍了组播路由基本原理的基础上, 对Vxworks下组播路由体系结构进行了研究,并以DVMRP和PIM 两个协议为例,从总体设计、组播任务、IP协议栈 内核以及组播任务和内核的交互等几个方面给出了它的初步实现。-Vxworks Multicast Routing System under the Research and Implementation. Pdf. In introducing the basic principles of the multicast routing based on the multicast routing under Vxworks architecture have been studied, and two agreements DVMRP and PIM for example, from the design, mission multicast, IP protocol stack kernel and multicast core mission and several aspects of the interaction is given its preliminary realize.
Platform: | Size: 125952 | Author: GB | Hits:

[Software EngineeringEmbbeded_tcp_ip_user_guide

Description: 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协议栈在ARM7+RTL8019硬件环境下测试,并建立了FTP服务器和WEB服务器,性能稳定。 6)协议栈建立的FTP服务器和WEB服务器与Internet Explorer浏览器和ftp.exe相互兼容。 7)协议栈每一个SOCKET上建了数据缓冲队列(数据结构),用于接收SOCKET的并发数据,实现多SOCKET的并发数据报处理,可同时运行FTP服务器和WEB服务器。 8)协议栈实现了ACK的延时答应(200ms),支持TCP多包发送和接收,但未支持TCP数据报的失序处理,因此适合局域网内使用。 诚邀与您合作,QQ:292942278-err
Platform: | Size: 11264 | Author: 6756 | Hits:

[VxWorkscode

Description:
Platform: | Size: 193536 | Author: aibin | Hits:

[Internet-NetworkIgmp_Proxy

Description:
Platform: | Size: 53248 | Author: steven | Hits:

[ARM-PowerPC-ColdFire-MIPSThe_Application_of_LwIP(UDP)

Description: LwIP在Luminary系列cortex m3 MCU上的应用,实现了UDP传输协议,可用于对LM3S系列ARM MCU的学习以及LwIP的学习。-Luminary Series LwIP in cortex m3 MCU applications,the realization of the UDP transport protocol,can be used for ARM MCU Series LM3S learning and learning LwIP.
Platform: | Size: 1313792 | Author: 657 | Hits:

[Sniffer Package capturecapture

Description: 基于winpcap的数据包捕获程序,可以统计UDP,TCP,ICMP,ARP,IGMP包的数量以及从本机发送和本机接收到得数据包的数量-Based on winpcap packet capture program, you can statistics UDP, TCP, ICMP, ARP, IGMP, and the number of packets sent from the machine and the machine was received by the number of packets
Platform: | Size: 5120 | Author: crazyhack | Hits:

[TCP/IP stackNetStack

Description: HandMade network protocol stak including a PPP dial-up unit, SMTP, POP3, UDP, DNS Resolution, TCP (partially working), IGMP etc etc... Written in Pascal.-HandMade network protocol stak including a PPP dial-up unit, SMTP, POP3, UDP, DNS Resolution, TCP (partially working), IGMP etc etc... Written in Pascal.
Platform: | Size: 949248 | Author: USvER | Hits:

[Internet-NetworkVLC_stream

Description: VLC 可以播放组播流, 该软件能够根据IGMP joint, leave, quiery report 自动控制VLC的开关。这样可以自适应的减少网络的带宽。 适合与在局域网能搭建视频播放平台。 希望和朋友们进行交流。QQ119818027.-As you know, multicast stream can be played by VLC, however, it cann t shutdown based on IPGM protocol, yes, my software can!
Platform: | Size: 46080 | Author: 王方 | Hits:
« 1 2 3 45 6 7 »

CodeBus www.codebus.net