搜索资源列表
SocketTCP
- 当看到.NET中TcpListener和TcpClient的时候,我非常高兴,那就是我想要的通讯模式 但是使用之后发现它们的力量太单薄了,我们需要一个更好的类库来替代它们. 下面提供了一些类,可以很好的完成Tcp的C/S通讯模式.在本文的第二部分,我将为大家介绍怎么使用它们
UUDPRPC
- 1. 用来实现一些简单的网络通讯。使用方式比较特别:将服务端的某个对象封装成客户端的一个对象,客户端要调用服务端的功能时,只需调用此对象的方法(给定方法名和参数),就像在调用客户端的本地对象一样。支持返回值。 2. 基于UDP协议,用到了Indy库。 3. 代码中有比较详细的注释,一看即明
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
tcp_comm
- 这是应用于公司某金融软件中的TComm库源代码,采用C++,提供了对于TCP通讯的封装-This is used in the company of a financial software TComm library source code, using C++, provides a package of communications for the TCP
TCP
- 两个动态库是封装好了的TCP通讯库,使用了线程来发送和接收。-Two dynamic library is a good package of TCP communications library, used to send and receive threads.
MTCPlib
- 一个封装了TCP/IP通讯的库文件的源代码,对于学习VC TCP/IP通讯的客户端和服务端都很不错,采用最底层SOCKET开发-TCP/IP Socket development
throughput-raw
- 基于ice网络通讯库的测试demo,支持各种自定义数据类型的传送和效率测试。-Ice network communication library based on the test demo, support a variety of custom data types and efficiency of the transmission test.
wattcp
- wattcp(源码)库实现实模式dos下的TCP/IP通讯-wattcp (source code) library to achieve under real mode dos TCP/IP communication
EMTASS2.1[Socket-Framework]
- 在C#中使用异步Socket编程实现TCP网络服务的C/S的通讯构架----基础类库-In C# Socket Programming using asynchronous TCP network service C/S communication architecture---- Foundation Class Library