Welcome![Sign In][Sign Up]
Location:
Search - p2pserver

Search list

[Internet-NetworkUDPthroughNAT

Description: 实现模拟P2P聊天的过程的源代码,过程很简单,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后,后登录的计算机可以获得先登录计算机的用户名,后登录的计算机通过send username message的格式来发送消息。如果发送成功,说明你已取得了直接与对方连接的成功。-The process of analog P2P chat source code, the process is very simple, P2PServer run with a public IP in a computer, P2PClient run in two different NAT, the computer can get after the login the user login name the computer after Log in to the computer through the send username message format to send a message. If sending is successful, you have made to connect directly with each other success.
Platform: | Size: 2966528 | Author: Liangfeiyu | Hits:

[P2PP2Pclient-server

Description: 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
Platform: | Size: 9651200 | Author: 郑好 | Hits:

[P2PP2PServer

Description: 这是P2P编程的UDP NAT穿透实现的服务器端,可以参考修改。-This is the UDP NAT P2P program implemented through the server, you can refer to changes.
Platform: | Size: 3072 | Author: leo | Hits:

[P2PP2PServer

Description: p2p服务器代码,在visual C++中运行。内有注释,是一本书上的源代码-p2p Server code in C++,from a book about internet
Platform: | Size: 11715584 | Author: 赵飞鹏 | Hits:

[P2PP2PServer

Description: 基于P2P的网络聊天工具(server)-The Online Chating Tool Based on P2P
Platform: | Size: 8062976 | Author: lunan | Hits:

[P2PVTCP9.5-P2PServer

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

[P2PP2PServer

Description: 简单的P2P服务器,底层使用UDP传输数据-Simple P2P server, the underlying data using the UDP transport
Platform: | Size: 4096 | Author: zzy | Hits:

[P2Pp2pserver

Description: vc++6.0调试通过,p2p服务器端,这是杂p2p模式。大家多多交流。-Vc++ 6.0 by commissioning, p2p server, this is miscellaneous p2p mode. Everybody many exchanges.
Platform: | Size: 70656 | Author: 张胜丰 | Hits:

[Internet-NetworkP2PServer

Description: P2P之UDP穿透NAT的原理与实现 - 增强篇(服务器端的源代码)-P2P the UDP for NAT Traversal Principle and Implementation- Enhanced (server-side source code)
Platform: | Size: 10240 | Author: robert | Hits:

[CSharpP2PServer

Description: C#开发的小聊天室软件。包含服务器端和客户端。可多人聊天。-Chat room software developed in C#. Contains the server and client. Can be more than chat.
Platform: | Size: 231424 | Author: dinghao | Hits:

[P2PP2PServer

Description: C# P2P 穿透内网 学习中发现这个源代码不错-C# P2P NET UDP
Platform: | Size: 323584 | Author: winter | Hits:

[Internet-NetworkP2PServer

Description: P2P打洞程序,测试可以通过,能够进行跨局域网点对点通信。-P2P holes procedures, the test can be passed, welcome to download.
Platform: | Size: 106496 | Author: wei.yilong | Hits:

[Internet-NetworkP2PServer

Description: p2p server 直接演示调用的 里面有vtcp调用成p2p server 的演示-the p2p server directly demonstrates calling there are vtcp call into peer-to-peer server demo
Platform: | Size: 227328 | Author: kennethroger | Hits:

[Internet-NetworkUDP_P2P

Description: 一个模拟p2p聊天的过程的源代码,过程很简单,p2pserver运行在一个拥有公网ip的计算机上,p2pclient运行在两个不同的nat后(注意,如果两个客户端运行在一个nat后,本程序很可能不能运行正常,这取决于你的nat是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网ip来解决,但是这个代码只是为了验证原理,并没有处理这些问题),后登录的计算机可以获得先登录计算机的用户名,后登录的计算机通过send username message的格式来发送消息。如果发送成功,说明你已取得了直接与对方连接的成功-A process simulation p2p chat source code, the process is very simple, p2pserver running on a LAN with a public ip on the computer, p2pclient run on two different nat after (Note that if two clients running on a nat, the program is likely not run properly, depending on whether your nat support loopback translation, see http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt, of course, this problem can be the two sides first try to connect to each other s network ip resolved, but this code is just to verify the principle, and did not deal with these issues), after the logon computer can get logged in the computer s user name, computer and log in through the send username message format to send a message. If the transmission was successful, that you have made to connect directly with each other s success.
Platform: | Size: 133120 | Author: 允锋 | Hits:

[Internet-NetworkP2P

Description: P2P 之 UDP穿透NAT的原理与实现(P2PServer + P2PClient)
Platform: | Size: 4585472 | Author: xcm_gz | Hits:
« 1 2 3»

CodeBus www.codebus.net