CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - p2pserver
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - p2pserver - List
[
Other resource
]
P2PServer(Net)
DL : 0
C#写的一个对子网进行打洞发送信息的聊天程序.-A program that can send message by making hole in subnet with C#.
Date
: 2008-10-13
Size
: 19.72kb
User
:
郭卫东
[
Other resource
]
P2PServer
DL : 0
P2P 程序服务端,具有很高的参考价值。-the server of P2P application,which is valueable to refer to.
Date
: 2008-10-13
Size
: 2.1kb
User
:
杨
[
Other resource
]
P2PServer.c
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
: 2008-10-13
Size
: 4.39kb
User
:
吴花
[
Other resource
]
liubingP2P
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
: 2008-10-13
Size
: 31.16kb
User
:
刘冰
[
Other resource
]
pertoper
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
: 2008-10-13
Size
: 30.48kb
User
:
李俊升
[
Other resource
]
P2PServer
DL : 0
P2PServer服务器代脉, 支持各种平台
Date
: 2008-10-13
Size
: 10.69kb
User
:
kyle
[
P2P
]
P2PServer
DL : 0
P2P server for file sharing
Date
: 2025-07-04
Size
: 7kb
User
:
秦先
[
P2P
]
P2PServer(Net)
DL : 0
C#写的一个对子网进行打洞发送信息的聊天程序.-A program that can send message by making hole in subnet with C#.
Date
: 2025-07-04
Size
: 75kb
User
:
郭卫东
[
P2P
]
P2PServer
DL : 0
P2P 程序服务端,具有很高的参考价值。-the server of P2P application,which is valueable to refer to.
Date
: 2025-07-04
Size
: 2kb
User
:
杨
[
P2P
]
liubingP2P
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-07-04
Size
: 31kb
User
:
刘冰
[
P2P
]
pertoper
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-07-04
Size
: 30kb
User
:
李俊升
[
CSharp
]
udp-over-p2pserver
DL : 1
peer-to-peer 实现udp穿越防火墙-peer-to-peer through the firewall to achieve udp
Date
: 2025-07-04
Size
: 45kb
User
:
czw
[
Multimedia program
]
p2psourcecode1
DL : 0
一个vc++编的基于p2p的聊天程序,分为客户端p2pclient和服务器端p2pserver,实现了udp穿透
Date
: 2025-07-04
Size
: 31kb
User
:
彭亮
[
P2P
]
P2P_by_shootingstars
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的格式来发送消息。如果发送成功,说明你已取得了直接与对方连接的成功。
Date
: 2025-07-04
Size
: 31kb
User
:
tongling
[
Internet-Network
]
P2PServer
DL : 0
这是P2P服务器端的软件,实现的是服务器端的一些基本功能,希望对大家有所帮助-This is a P2P server-side software, server-side realize that some of the basic functions, and they hope to help everyone
Date
: 2025-07-04
Size
: 2.02mb
User
:
游云
[
P2P
]
P2PServer
DL : 0
P2PServer服务器代脉, 支持各种平台-Pulse generation P2PServer server to support a variety of platforms
Date
: 2025-07-04
Size
: 10kb
User
:
kyle
[
Streaming Mpeg4
]
p2pserver
DL : 0
p2p的流媒体点播软件源代码。非常有价值,一定要看。-p2p streaming media on-demand software source code. Very valuable, we must look at.
Date
: 2025-07-04
Size
: 7.38mb
User
:
x
[
P2P
]
P2PServer
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-07-04
Size
: 30kb
User
:
yangm
[
.net
]
ZQ.P2PServer.UDP
DL : 0
C#p2p udp 打洞,经过测试可以在公网上运行-C# p2p udp holes, after the test can be run online in the public
Date
: 2025-07-04
Size
: 138kb
User
:
zq
[
P2P
]
P2PServer
DL : 0
vc6.0平台下编写的P2PServer,值得参考-vc6.0 platform written P2PServer, it is also useful
Date
: 2025-07-04
Size
: 2kb
User
:
gudingyun
«
1
2
3
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.