搜索资源列表
P2P源代码
- 这是关于UDP穿透NAT的P2P源代码,运行环境是VC++6.0-on UDP penetrate NAT P2P source code, the environment of VC 6.0
UDP-NAT-LEO
- 一个UDP穿透NAT的实例程序,采用VC编写。-a UDP penetrate NAT examples of procedures used to prepare VC.
UDP-NAT
- P2P之UDP穿透NAT的原理与实现,希望对初学者有帮助.-P2P UDP penetrate NAT's Principle and realize, and I hope to help beginners.
P2P之UDP穿透NAT的原理与实现(附源代码)
- P2P之UDP穿透NAT的原理与实现 两个局域网内的机器通过公网直连的程序-P2P Zhi UDP penetrate NAT Principle and the two machines within the LAN through public networks Direct Connect procedures
udp-nat
- P2P之UDP穿透NAT的原理与实现,包括客户端和服务端,以及相关技术文档-P2P UDP penetrate NAT's Theory and Implementation, including the client and server, and the relevant technical documentation
P2P-nat-UDP
- 是个非常简单的网路程序,只是演示如何进行UDP的内网穿透而已。本人所作的修改 主要是在测试UDP穿透不同的NAT时为了方便使用而已。因此改动也不大,加了一个函数和几参数, 多打印了原来没有的一些信息,如此而已。看源码吧
UDPTestP2P 一个java使用UDP穿透NAT
- 一个java使用UDP穿透NAT.由于UDP的无连接的,所以需要自己维护连接的代码,已通过测试。-Java using UDP through a NAT. The UDP' s connectionless, so it is necessary to maintain their own connection code has been tested.
eUDPDaDong 易语言UDP打洞源码
- 易语言UDP打洞源码 注意:本例程两个客户端必须在不同的内网中,在同一个内网中可能不能通信,也没的必要,服务器端要求端口映射8000和8011端口,客户端不必映射(客户端的UDP断口是8188)当两个客户都连接上服务器时自动开始打洞,双房可以通信,也可以关了服务器或客户断开TCP连接. 现在绝大多数的NAPT是Cone NAT。本人在测试的过程中,只好使用了一台日本的Symmetric NAT。还好不是自己的买的,我从不买日货, 希望看这篇文章的朋友也自觉的不要购买日本的东西
UDP-NAT
- UDP穿透技术,原理简单,经过本地测试。 -UDP-penetrating technologies, the principle of simple, after local testing.
P2PDemo
- 这个是演示采用UDP协议进行P2P打洞对话原理的演示程序,参考的资料是: 1)P2P 之 UDP穿透NAT的原理与实现(附源代码)--http://www.cnpaf.net/Class/hack/0512182034513804825.htm 2)王艳平<<Windows网络与通信程序设计>>-This is a demonstration of the use of UDP protocol P2P holes dialogue principle demon
udp
- 简单的网路程序,只是演示如何进行UDP的内网穿透-Simple network procedures, only demonstrate how to carry out the UDP network penetration
UDP_YY_1.3
- udp 穿透NAt,和文件传输,用UDP模拟tcp的机制发送文件-peer to peer programming,udp act as tcp
P2P
- 一个P2P 之 UDP穿透NAT的原理与实现!编译无误,开发环境VC6,有客户端和服务端!-UDP penetration of a P2P principle and implementation of NAT! Correct compiler, development environment VC6, there are client and server!
mynapater343source
- MyNapster,p2p聊天工具,UDP穿透。-MyNapster, p2p chat tool, UDP penetration.
UDP_YY_1.3
- 自己开发的UDP穿透NAT代码,在实际项目中使用,非常可靠。-The development of UDP through NAT own code to use in actual projects, very reliable.
visualC-Udp
- 基于Upd协议的网络穿透功能实现,服务器端,客户端。-Upd-based network protocol to achieve penetration capabilities, server-side, client-side.
UDP_MakeHole
- udp 穿透, 传透NAT,打洞。不仅有文档的介绍,将原理介绍清楚,而且有可以直接运行的源码。学习udp打洞的好资料。-udp penetrate, pass through the NAT, holes. Not only describes the document will introduce a clear principle, but also can run the source code. Good information to learn udp hole punching.
UDP-NAT
- P2P 之 UDP穿透NAT的原理与实现; 包括client to server and client to server. //其中client to client: p2p的消息传递和udp打洞实现。 // client to server:客户端的登记;客户端节点链表的分发;udp打洞命令的请求和分发。 // 对客户端的数据接收和发送采用不同线程来实现 //服务器的模式是:处于循环接收信息和处理消息的状态。-P2P the UDP for NAT Traversal P
UDP-NAT
- P2P之UDP穿透NAT的实现,有客户端与服务端代码,虽然简单,功能齐备-P2P UDP penetrate NAT implementations, the client and server code, though simple, full-featured
P2P
- P2P 之 UDP穿透NAT的原理与实现(P2PServer + P2PClient)