资源列表
Sim_TCP_AQM
- 基于OPNET软件开发的网络拥塞控制策略代码-Control policy code based on OPNET software development network congestion
socket
- 基于VB的socket局域网通信实例,具有服务器端和客户端-LAN communication based on socket instance VB, with server and client
protobuf
- protoc.exe能同时生成简化的类,便于游戏内业务逻辑使用,不要使用message嵌套和group,记得加上package,否则名字冲突-Protoc.exe can also generate a simplified class, easy to use within the game business logic, do not use message nested and group, remember to add package, otherwise the name confl
myQQDemo
- 实现qq的多线程聊天,保持客户端与服务端的长连接,并且实现断线重连功能-Qq achieve multi-threaded chat, maintain a long connecting client and server, and achieve reconnection function
mimacaice
- 密码猜测的简单示例,适合入门人员,代码简洁,还需调整-Password guessing the simple example, suitable for entry personnel, code simple, still need to adjust
rip
- RIP协议,是一种动态路由选择协议,采用距离向量算法。代码用C++实现RIP协议-RIP protocol is a dynamic routing protocol, using distance vector algorithm. Code with C++ achieve the RIP
enc28j60UDP-finished
- STM32F1XX移植TCP/IP协议栈 实现udp-STM32F1XX transfer TCP/IP zstack realize udp
UDPClient
- 使用CAsyncSocket进行无连接(UDP)通信-use CAsyncSocket to create UDP communication
UDPSever
- 使用CAsyncSocket进行无连接(UDP)通信客户端-use the CAsyncSocket to create UDP communication server
TCPClient
- 使用CSocket进行有连接(TCP)通信Client端-use CSocket to create the TCP communication Client
TCPServer
- 使用CSocket进行有连接(TCP)通信Server端-use CSocket to create the TCP communication Server
weChat
- 1.Server支持多客户访问; 2.C与S之间使用TCP连接; 3.C与C之间直接通信(不是通过S传递)。 4.C与C之间直接通信既可以使用TCP,也可以使用UDP。 可以使用Socket,也可以使用TcpClient/UdpClient等;-1.Server supports multi-client access the use of a TCP connection between 2.C and S direct communication between 3.C