搜索资源列表
diantodian
- 一个很典型的p2p应用,这个是客户端,服务器端正在上传-A tipical application about peer to peer. This is the client, and the server is uploading.
diantodiansvr
- 一个很典型的点对点应用,客户端已经上传,这个是服务器端-A tipical application about p2p, the client is already uploaded, this is the server.
ClientSock
- socket 编程,服务器端程序,测试与客户端的连接,接收数据。-socket programming, server-side procedures, testing and client connectivity and receive data.
实现局域网点对点通讯
- C#实现的P2P通信 每个节点同时具备服务器和客户端的功能-C# peer-to-peer communication with the same time each node server and client functions
ppwmv
- 采用P2P的技术建立流媒体广播,可以很大程度节省服务器的带宽消耗。先建立一个流媒体服务器,可以采用WINDOWS2003自带的media server,生成一个信号源。P2P流媒体广播的服务端从流媒体服务器提取一个流作为源,这个源必须是用http协议来提取的,然后再由P2P服务端分发到各个P2P客户端.服务端与客户端的例子程序-using the technology to establish peer-to-peer streaming media broadcasts, can save a
pertoper
- 一个模拟P2P聊天的过程的源代码,过程很简单,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处
cpcd-1.1.0.tar
- 这是一个P2P软件,有服务器和客户端,效果非常不错。-This is a peer-to-peer software, a server and client, the effect was very good.
UDP_E
- UDP 穿透防火墙的易语言源码,包含服务器与客户端的演示源码,由江西赣州桃源网络科技编写于2006-1-27-UDP easily penetrate the firewall language source code, containing the server and client source of the display, from Jiangxi Taoyuan network technology in the preparation of 2006 -1-27
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
CsharpUdpsockettest
- 这是一个用Csharp写的 Socket无连接收发数据的服务器端和客户端源码-This a use of Socket Csharp was no link transceiver data server and client source code
P2Pshili
- 这是用VB.net实现的一个简单的P2P示例.利用了UDP打洞技术.分服务器端跟客户端.服务器端负责登陆记录用户的IP和端口及转发打洞消息.-This is achieved using Programs require a simple example of P2P. UDP burrows use of the technology. Service hours Treasury ends with the client. server-side landing records for us
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_UDP_NAT
- c++ 实现P2P网络中NAT的UDP穿越的客户端功能和STUN服务器功能
P2P
- 这个程序允许2个用户进行聊天和发送程序,目前仅是单机程序,不是客户端和服务器程序
5
- c#编写的基于(UDP)协议的网络聊天程序.分为客户端和服务器端.
P2P_UDP
- 点到点通信代码,其中包括客户端程序和服务器端程序。
MMchat
- 这是一个多人聊天的网上系统,有客户端和服务器端的程序,望大家互相学习.
P2PChat源代码
- 《分布式计算、云计算与大数据》第六章P2P。P2P,即Peer-to-Peer的缩写,也称“点对点”或“端对端”,学术上常称为“对等计算”。P2P是一种以非集中化方式使用分布式资源来完成一些关键任务的系统和应用。P2P与目前网络中占据主导地位的客户/服务器体系架构相对应。它表示分布式计算中各进程之间是一种对等的关系。 P2P实例源码