搜索资源列表
OpenCD.rar
- 一个Open Source Project的P2P软件。 全部用Delphi自身的控件完成,含Server端及Client端的代码和程序- Open Source Project P2P software. Completely uses Delphi own to control to complete, contains the Server end and the Client end code and the procedure
p2p code
- 简单p2p服务端客户端源码. p2p server/client code.-simple peer-to-peer client-service source. Peer-to-peer server / client code.
p2p+server+client
- chat server and client
易语言编写的P2P服务端客户端
- 易语言编写的P2P服务端客户端,UDP通信模式,内网打洞成功。-Easy language of P2P server client, UDP communication patterns within the network successfully dug the hole.
Socket_MFC_SDK
- P2P聊天程序,基于Server&Client模式。程序简单,界面友好,适合初学者参考,研究。-P2P chat program, based on the Server & Client mode. Procedure is simple, user-friendly, suitable for beginners and reference, research.
FBNetworkLibrary_1.2
- 基于IOCP,带NAT TRAVERSE的高性能asynchornosu网络服务器/客户端开发SDK源码。支持并发5000以上的连接,NAT TRANVERSE穿越功能-Based on the IOCP, the high-performance NAT TRAVERSE with asynchornosu network server/client SDK source development. Support more than 5,000 concurrent connections,
PlanetAPI_P2PDemo
- 這是一個利用P2P架構來實作的聊天室,降低系統負擔,不使用以往SERVER-CLIENT架構,改以P2P來做為連線的方式。-This is a use of P2P architecture to implement the chat rooms, reduce system burden, do not use the past SERVER-CLIENT architecture, was replaced by P2P as a way to connect.
P2P
- C++实现了peer-to-peer,client-server socket传送数据-C++ implementation of the peer-to-peer, client-server socket to transmit data
p2p
- 一个简单的但还是很清晰p2p客户端和服务器程序。-A simple but still very clear p2p client and server programs.
server
- P2p文件传输服务端,配合上传的客户端使用。-P2p file transfer server, with the upload client.
P2Pclient-server
- NAT 点对点通信功能 提供P2Pserver和P2PClient 将P2Pserver放在公共IP地址上运行,在任一台连接到INTERNET上的电脑上运行P2Pclient程序,即可建立UDP连接,接收到私有IP对应的公共IP地址,与另一个client通信-NAT function provides point to point communication and P2PClient P2Pserver public IP address on the P2Pserver run on any
Campagnol
- Campagnol P2P server + Client + docs
client
- p2p 双平台聊天程序 server在Linux上运行,client在MS Visual Studio上运行-P2p-clinet and server program, the server side can be run on linux, and the client side can be run on MS Visual Studio
clientServer
- 网络课程的通信代码,有服务器端和客户端,可以实现客户与服务器的通信与文件传输-Online course communication code, server and client, client and server communications and file transfer can be achieved
client-and-server
- 纯c语言写的客户端服务端聊天和文件传输程序-Pure c language to write client-side chat and file transfer program
udp-client--server
- 压缩文件中包含两个工程,client和server。client负责发送,server负责接收。实现基于UDP协议的文件传输。传输指定的文件时,需在程序中更改文件的路径。-The compressed file contains two projects, client and server. The client is responsible for sending, server is responsible for receiving. Realized based on UDP prot
UDP-Client-Server
- Simple and useful example demonstrating the Client server interaction using UDP protocol implemented in Java.
client
- 该程序代码能实现在安卓客户端与服务端进行的数据传输,比如文字聊天等-The program code can be achieved in the android client and server data transmission, such as text chat, etc
udp-socket
- socket网络套接字编程,udp包过滤源代码,实现服务器客户端包过滤过程-Socket network socket programming, udp packet filter source code, to achieve the server client packet filtering process
php_Client-Server
- Simple PHP client and server: The server will start and wait for connection, and the client to connect to it and send some string (information).