资源列表
KryoNet
- KryoNet这个Java类包提供了一套简洁的API来实现高效的,基于TCP和UDP协议的客户端/服务器NIO网络通信。KryoNet可以运行于桌面应用程序和Android平台中。由于KryoNet非常高效,所以特别适用于开发游戏应用程序和进程间通信。-KryoNet is a Java library that provides a clean and simple API for efficient TCP and UDP client/server network communicatio
ace-network
- 这是基于ACE开发的Reactor和Proactor模型的通讯库.在实践中已经使用。库本身支持文件的断点传输,并在实际中使用,希望给大家一个引子学习。-This is based on the ACE Reactor and Proactor model developed by the communication library has been used in practice. Breakpoint library itself supports file transfer, and in
LWIP
- tcp/ip协议栈移植到uc/os,功能有tcp,udp,icmp-tcp/ip protocol stack to uc/os
udp
- 滑动窗口协议实现,分为客户端和服务器两部分。另外包含一个udp.cpp是利用udp协议传输文件。-Sliding window protocol is divided into two parts of the client and server. Another contains a udp.cpp is to use the udp protocol to transfer files.
tcpsniffbyjahnkey.rar
- vc6++ 实现对网络数据的监控,可以监听ip/tcp数据包的捕获和分析。,vc6 to achieve the monitoring of network data, you can monitor ip/tcp packet capture and analysis.
gprsinucosandlwip.rar
- 基于44b0使用ucos2.8操作系统的全部源码,成功移植了lwip1.1.1,ppp和gprs modem的驱动,可通过GPRSmod,Ucos2.8 based on the use of 44b0-source operating system, all the successfully transplanted a lwip1.1.1, ppp and gprs modem driver, can GPRSmod
jthread-1.2.1.zip
- 有关RTP有RTCP协议实现UDP和TCP网络视频传输的开源代码,Related to RTP have RTCP protocol UDP and TCP network video transmission of the open source code
JRTPLIB.rar
- 开源库 jrtplib 的源代码及编译好的库与头文件,使用Visual Studio 2005 编译,可以直接使用。,Open-source database jrtplib source code and compile a good library and header files, use the Visual Studio 2005 compiler can be used directly.
Com2TCP_0.02_src.rar
- 物件化實作串口編程,一個源碼同時包含Server和Client,可以做到Com to TCP和TCP to Com。,Object implementations of serial programming, a source at the same time contains the Server and Client, can be done Com to TCP and TCP to Com.
TCP.rar
- TCP协议模拟,用JAVA图形界面实现,模拟了在复杂信道下的丢包等问题。,TCP protocol simulation, implementation using JAVA graphical interface, analog channel in the complex under the packet loss and so on.
uIP-0.9_ENC28J60_v2.0.zip
- uip 0.9的范例,有网络芯片ENC18J60 的驱动,uIP-0.9 With ENC18J60 Driver
netperf-2.4.0.rar
- Netperf是一种网络性能的测量工具,主要针对基于TCP或UDP的传输。Netperf根据应用的不同,可以进行不同模式的网络性能测试,即批量数据传输(bulk data transfer)模式和请求/应答(request/reponse)模式。Netperf测试结果所反映的是一个系统能够以多快的速度向另外一个系统发送数据,以及另外一个系统能够以多块的速度接收数据。 Netperf工具以 client/server方式工作。server端是netserver,用来侦听来自client端的连接,c