搜索资源列表
实现局域网点对点通讯
- C#实现的P2P通信 每个节点同时具备服务器和客户端的功能-C# peer-to-peer communication with the same time each node server and client functions
ChanSheng_src
- 1.采用了多线程技术,速度明显高于同类软件. 2.支持多文件同时传送. 3.支持段点继传,也就是说文件可分N次传送. 4.分服务端和客户端,服务器支持多客户. 5.在传送过程中可实实对话,有聊天功能.-1. Using multithreading technology, faster than similar software. 2. It also supports multi-carrier. 3. Further support of the mass point, Th
ptoptop
- 可以点对点聊天的客户端和服务器端,都有!直接就可以用的-can peer-to-peer chat client and server side, there! Can be used directly on the
chatprograme
- 基于TCP的多对多聊天模式,包括客户端和服务器端。
P2P_NAT
- VC++环境下实现的P2P打洞程序,即NAT(Network Address Translators),网络地址转换,有客户端和服务器端两部分,并附有详细说明NAT原理的文件!
P2P
- 这个程序允许2个用户进行聊天和发送程序,目前仅是单机程序,不是客户端和服务器程序
5
- c#编写的基于(UDP)协议的网络聊天程序.分为客户端和服务器端.
MMchat
- 这是一个多人聊天的网上系统,有客户端和服务器端的程序,望大家互相学习.
liubo77_0326
- 这个程序允许2个用户进行聊天和发送程序,目前仅是单机程序,不是客户端和服务器程序,自己担当客户和服务器角色。传输任意大小的文件,本机发送传输速度约3MB/秒,电缆连接约为50-60 KB/秒.
P2P_Transfers
- P2P文件传输,包含有客户端和服务器端的详细代码。可用
P2P
- 基于P2P的文件传输程序的源码 包括客户端和服务器端
p2p(C++)
- p2p的客户端和服务器端源码,很好的学习p2p技术的源代码
Projects
- 简单的P2P原理演示,有客户端和服务器端,功能简单,适合初学者
chat
- 毕业设计,基于P2P的聊天室,用VC6开发,目前只能实现点对点文字传输,分服务器和客户端,服务器只负责用户信息,客户端负责文字传输-Graduation project, P2P-based chat rooms, using VC6 development, currently only point-to-point Transfer, the sub-server and client, the server is only responsible for user information,
p2p
- 一个简单的但还是很清晰p2p客户端和服务器程序。-A simple but still very clear p2p client and server programs.
WinSock_P2P
- 在VS2008平台下编写的双机通信程序,程序可选择作为客户端或服务器,客户端和服务器之间通过WinSock建立连接,可以在窗口中发送和接收信息并显示,发送和接收过程交替进行。-Written in VS2008 platform Dual communication program, the program can choose as a client or server, the client and the server via WinSock connection, you can sen
P2Pfile-transmission
- p2p 技术 使用与文件的传输 有客户端和服务器的编程 vc++ 能够实现基本的文件传输 下载工作-p2p technology to use file transfer client and server programming vc++ basic file transfer download
P2P
- 类似P2P的QQ聊天系统,有客户端和服务器端。 服务器端记录当前在线客户列表,把客户列表发送给每一个在线客户,并实时刷新。 任一个客户可以和任意其它的客户进行交互,即从在线客户列表中选择一个或一组其它客户通过服务器转发彼此进行交互,包括信息交互,文件交互。 -Similar P2P QQ chat systems, client and server side. The server-side record a list of online customer, the custome
P2P
- 1)类似P2P的QQ聊天系统,有客户端和服务器端。 2)服务器端记录当前在线客户列表,把客户列表发送给每一个在线客户,并实时刷新。 3)任一个客户可以和任意其它的客户进行交互,即从在线客户列表中选择一个或一组其它客户通过服务器转发彼此进行交互,包括信息交互,文件交互。 -1) similar to the QQ chat P2P systems, client and server side. 2) the server records the current online cust
MATT传输中Server与Client的搭建
- MQTT,本例中包含客户端和服务器端,可以很好的完整进行MQTT的调试,并很方便进行代码复用,具有很好的示例效果。