Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - p2pserver
Search - p2pserver - List
DL : 0
源代码编译及安装说明 源代码编译及安装说明编译说明: . 编译环境安装 Microsoft Visual Studio .NET 2003 . 下载WTL(版本:7.5), 网站 http://sourceforge.net/projects/wtl/, 解压并将 wtl/include 加入VS.Net include 工程 参考方法: 打开 Microsoft Visual Studio .NET 2003 点击菜单 工具->选项->Projects->VC++目录->包含文件 ... . 安装说明: 客户端打包: 客户端打包用 NSIS, 先安装 NSIS程序,下载地址:http://opensource.kan8888.com/tools/nsis208chs2005.exe, 打包脚本见 bin/P2PClient.sis 发布端打包: 打包脚本见 bin/P2PPublisher.nsi 发布端数据库表导入 doc/P2PPublish.sql 脚本 服务端安装: . Windows: 安装 SqlServer 2000, 创建库并运行 doc/P2POrderServer.sql, 然后导入 data.mdb 数据 . Linux: 安装 Mysql 并导入相关数据 配置相关: . 客户端: P2PNetwork.ini and P2PIEClient.ini, 发布端: P2POrderClient.ini, 服务端: P2POrderServer.ini 具体详细配置方法见各文件备注 运行: . 首先运行 P2POrderServer.exe, . 再运行 P2POrderClient.exe 进行发布 . 再启动服务程序 P2PServer.exe, 此程序为服务程序,先运行 Install.bat 进行安装,然后运行 Start.bat启动 也可以用打包后的程序进行安装,安装后自动启动.
Date : 2009-03-11 Size : 3.9mb User : ff2009

DL : 0
P2P server for file sharing
Date : 2025-12-29 Size : 7kb User : 秦先

C#写的一个对子网进行打洞发送信息的聊天程序.-A program that can send message by making hole in subnet with C#.
Date : 2025-12-29 Size : 75kb User : 郭卫东

DL : 0
P2P 程序服务端,具有很高的参考价值。-the server of P2P application,which is valueable to refer to.
Date : 2025-12-29 Size : 2kb User :

DL : 0
经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。呵呵,在这里我就用自己实现的一个源代码来说明UDP穿越NAT的原理。-often principle of peer-to-peer discussions, but the discussions under discussion, with little substantive things have (source code). Oh, I am here on their own to achieve one of the source code to illustrate the UDP Through NAT principle.
Date : 2025-12-29 Size : 4kb User : 吴花

DL : 0
用UDP实现了p2p是的穿透,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处理这些问题),后登录的计算机可以获得先登录计算机的用户名,后登录的计算机通过send username message的格式来发送消息。如果发送成功,说明你已取得了直接与对方连接的成功。-achieved using UDP p2p is the piercing, P2PServer operation in a public IP with the computer, P2PClient running in two different NAT after (Note If two clients running on a NAT, the procedure may not be operating normally, It depends on whether you support the loopback NAT translation, see http :// midcom-p2p.sourceforge.net/draft-ford- midcom- p2p- 01.txt, of course, this problem can be made by the two sides try to connect with each other to resolve the IP network, but the code is to verify principle, not dealing with these issues), after the computer can log logged in a computer user name, after logged by the computer username send the message format to send information. If the success of this show that you have made a direct link with each other's success.
Date : 2025-12-29 Size : 31kb User : 刘冰

DL : 0
一个模拟P2P聊天的过程的源代码,过程很简单,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处理这些问题),后登录的计算机可以获得先登录计算机的用户名,后登录的计算机通过send username message的格式来发送消息。如果发送成功,说明你已取得了直接与对方连接的成功。 程序现在支持三个命令:send , getu , exit send格式:send username message 功能:发送信息给username getu格式:getu 功能:获得当前服务器用户列表 exit格式:exit 功能:注销与服务器的连接(服务器不会自动监测客户是否吊线)-a peer-to-peer chatting simulation of the process of source code, the process is very simple. P2PServer operation in a public IP with the computer, P2PClient running in two different NAT after (Note If two clients running on a NAT, the procedure may not be operating normally, It depends on whether you support the loopback NAT translation, see http :// midcom-p2p.sourceforge.net/draft-ford- midcom- p2p- 01.txt, of course, this problem can be made by the two sides try to connect with each other to resolve the IP network, but the code is to verify principle, not dealing with these issues), after the computer can log logged in a computer user name, after logged by the computer username send the message format to send information. If the success of this show that you have made a direct link
Date : 2025-12-29 Size : 30kb User : 李俊升

一个模拟P2P聊天的过程的源代码,过程很简单,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处理这些问题),后登录的计算机可以获得先登录计算机的用户名,后登录的计算机通过send username message的格式来发送消息。如果发送成功,说明你已取得了直接与对方连接的成功。
Date : 2025-12-29 Size : 31kb User : tongling

DL : 0
P2PServer服务器代脉, 支持各种平台-Pulse generation P2PServer server to support a variety of platforms
Date : 2025-12-29 Size : 10kb User : kyle

DL : 0
P2P 文件传输.zhFileOcx.ocx: 文件传输控件,此组件可以不可见,也可以可见,可以穿越防火墙进行P2P连接,速度根据网络不同而不同,一般在15KB-70KB之间。 P2PServer.exe:P2P连接服务器,此服务器用于协助组件进行P2P连接,P2PServer.exe 可以对75%以上网络进行P2P直连接,数据无需要经过服务器。25%左右的网络会通过服务器中转。 用户ID:以下例子中所用到的10001号或者10002号,是语音组件的标志,每个组件需要一个ID号来区别,每个语音组件连接P2PServer时需要告知自己是谁和需要连接谁。 -P2P file transfer. ZhFileOcx.ocx: file transfer control, the components can be not visible may also be visible, you can connect through the firewall for P2P, the speed of the network varies, generally between 15KB-70KB. P2PServer.exe: P2P connect to a server, the server components used to help P2P connection, P2PServer.exe can be more than 75 of P2P networks Direct Connect, data no need to go through the server. About 25 of the network will be in transit through the server. User ID: The following examples used in the No. 10001 or No. 10002, is a symbol of voice components, each component need an ID number to distinguish each voice connection components need to inform P2PServer who he is and who need to connect .
Date : 2025-12-29 Size : 129kb User : david

DL : 0
p2p程序中用于穿越NAT提供链接的中介server程序,用c编写的源码,条理清晰-p2p program for providing a link through NAT intermediary server procedures, prepared by c-source, the clarity of
Date : 2025-12-29 Size : 30kb User : yangm

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 computer connected to the INTERNET on the computer running P2Pclient program, you can create UDP, receives the corresponding private IP public IP address, communicate with another client
Date : 2025-12-29 Size : 9.2mb User : 郑好

DL : 0
这是P2P编程的UDP NAT穿透实现的服务器端,可以参考修改。-This is the UDP NAT P2P program implemented through the server, you can refer to changes.
Date : 2025-12-29 Size : 3kb User : leo

DL : 0
p2p服务器代码,在visual C++中运行。内有注释,是一本书上的源代码-p2p Server code in C++,from a book about internet
Date : 2025-12-29 Size : 11.17mb User : 赵飞鹏

DL : 0
vc6.0平台下编写的P2PServer,值得参考-vc6.0 platform written P2PServer, it is also useful
Date : 2025-12-29 Size : 2kb User : gudingyun

DL : 0
基于P2P的网络聊天工具(server)-The Online Chating Tool Based on P2P
Date : 2025-12-29 Size : 7.69mb User : lunan

UDP本来是一种不可靠的网络协议,但在有些情况下UDP协议可能会变得非常有用。因为UDP具有TCP所望尘莫及的速度优势。虽然TCP协议中植入了各种安全保障功能,但是在实际执行的过程中会占用大量的系统开销,无疑使速度受到严重的影响。反观UDP由于排除了信息可靠传递机制,将安全和排序等功能移交给上层应用来完成,极大降低了执行时间,使速度得到了保证。因此我们设计出了一种新的可靠UDP协议(VTCP),自动实现UDP数据传输的可靠性。 -failed to translate
Date : 2025-12-29 Size : 204kb User : zengxle

DL : 0
简单的P2P服务器,底层使用UDP传输数据-Simple P2P server, the underlying data using the UDP transport
Date : 2025-12-29 Size : 4kb User : zzy

DL : 0
vc++6.0调试通过,p2p服务器端,这是杂p2p模式。大家多多交流。-Vc++ 6.0 by commissioning, p2p server, this is miscellaneous p2p mode. Everybody many exchanges.
Date : 2025-12-29 Size : 69kb User : 张胜丰

DL : 0
C# P2P 穿透内网 学习中发现这个源代码不错-C# P2P NET UDP
Date : 2025-12-29 Size : 316kb User : winter
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.