搜索资源列表
tftpTEST
- TFTP 协议实现和测试 本程序,包含server和client,自收自发. 客户直接把PACK发到SERVER的接收队列中,SERVER直接把PACK 发到CLIENT的接收队列中. 具有超时重发功能. 各自解释收到的该包,并响应-TFTP protocol and the test procedures, including server and client, collected spontaneously. Customers PACK made directly t
51+8019tcpip-code
- at8051+rtl8019硬件系统的tcpip协议栈,包括8019的驱动。实验测试,非常稳定!-at8051 rtl8019 hardware systems TCPIP stack, including 8,019 drivers. Laboratory tests very stable!
1_udp
- 本GPRS终端运输层采用UDP用户数据包协议,网络层采用IP网际协议,链路层采用PPP点对点协议。车台在32秒之内如果没有需向中心回传的信息,自动向中心回传一条网络测试信息,中心在收到此信息后必须自动回传一条确认信息。-the transport layer GPRS terminal users using UDP packet agreement, the network layer using IP Internet Protocol. PPP link layer using point
UDP_test_source_code
- 本软件源码属于UDP协议网络通讯上位机软件源代码,用Visul C++编写,经测试完全可以使用,也可以在此源码的基础上进行修改,开发出具有自主知识产权的通讯软件。-source software belong to the UDP communications network PC software source code, using Visul C, After testing can use and also the source on the basis of changes devel
LwIP_apps
- 嵌入式TCP/IP协议栈LwIP的一些应用程序,其中的例子可以用来测试socket,还有一个简单的http server-Embedded TCP / IP Protocol Stack Implementation of LwIP some applications, One example can be used to test socket, there is a simple http server
IFTEST
- Wiznet推出的硬件TCP IP协议栈芯片,基于51系列单片机实现测试功能,供参考。
ipv6BGP
- IPV6和BGP 传输协议的代码,经过测试,可以使用,希望能对大家有所帮助
tcpip
- 一个基于uCOS的TCP/IP协议栈,已经通过了测试,适合于初学者与想对网络协议有研究者使用
2008application_socket
- TCPIP协议栈的一些应用程序,其中socket例子可以用来测试,还有一个简单的web server
common-1.2.8
- ucl 大学开发的RTP协议的实现,包括完整的代码及测试程序,此版本为windows版本
网络引擎
- 这是一个Tcp协议的网络引擎,包括两个部分: a、服务器采用完成端口模型,提供了丰富的接口函数 b、客户端采用三线程加重叠Io模型,速度快,稳定 都采用回调函数接收数据,是对网络Tcp模型Socket的完整封装,所有代码在Windows2000下测试通过,并已应用到很多现有的中型网络系统中。-This a remarkably agreement Network engines, including two parts : a server used to complete port model
成功移植到Xilinx Virtex6下的LWIP源码
- 成功移植于xilinx virtex6下面的LWIP协议栈,成功实现1G以太网TCP/UDP,UDP下实际测试数据传输率可打到900Mbps以上
fft2.0.rar
- 通过UDP传送文件,经测试,在教育网内两个高校间传输能达到ftp速度的10~100倍,其主要工作机制是使用TCP使传输控制,UDP做数据传送。能加速的基本原因为,TCP的拥塞控制算法减慢了其传输速度,而用UDP自定义的传送协议则没有这个限制。,Transmission of documents through the UDP, tested, in the education network between the two colleges and universities can achiev
UDPBINDOK.rar
- 最简单的测试WINSOCK UDP协议的VB例子, 测试通过,可以作为入门的学习,并可以扩展设计,The most simple test WINSOCK UDP protocols VB example, the test can be used as study entry, and can be extended design
TCP
- TCP发包、收包C++源代码实现,可以用来测试TCP协议数据包的发送和接收。-TCP contract, closing package C++ source code can be used to test the TCP protocol to send and receive packets.
chat
- 基于TCP/IP协议的网络编程,里面含有大量实例,都已测试运行过。-Based on TCP/IP protocol network programming, which contains a lot of instances, have been test run before.
LwIP
- 介绍了LwIP协议栈。包括了LWIP的源代码,测试工具,移植方案,协议栈介绍等。-Introduced LwIP stack. LWIP including source code, testing tools, transplant program, protocol stack introduction.
UDP_protocol_test
- UDP协议测试程序,里面包含了客户端和服务器程序,请先启动服务器,然后用客户端连接,就可以开始测试-UDP protocol testing procedures, which includes client and server program, please restart the server, and then the client connection, you can start testing
testServer
- TCP / IP通信协议测试程序,这是模拟服务器端程序部分-TCP/IP communications protocol testing procedures, this is simulated the server parts of the program
一个使用S7协议向西门子S7-200smartPLC发送消息的软件
- 一个使用S7协议向西门子S7-200smartPLC发送消息的软件,能将输入消息转为16进制发送,经测试功能没问题