搜索资源列表
UDP-NAT
- UDP穿越防火墙的例子,有助于学习UDP打洞原理哦。
UDP
- 本程序为UDP打洞原理的测试程序。为了简单起见,该程序服务器就接收两个客户端的连接,使两客户端建立UDP通道。两客户端建立UDP通道后,互相发送的数据不经过服务器转发,直接进行数据交互,这时可以关闭服务器程序。服务器的默认服务端口是10000,如果该端口已经被占用,请自行修改服务端口。
基于UDP的打洞程序C++
- 确实能用的基于VC的UDP打洞程序
UDP打洞程序
- udp协议 穿透内网,远程信息发送,建立成功后则不用服务器
eUDPDaDong 易语言UDP打洞源码
- 易语言UDP打洞源码 注意:本例程两个客户端必须在不同的内网中,在同一个内网中可能不能通信,也没的必要,服务器端要求端口映射8000和8011端口,客户端不必映射(客户端的UDP断口是8188)当两个客户都连接上服务器时自动开始打洞,双房可以通信,也可以关了服务器或客户断开TCP连接. 现在绝大多数的NAPT是Cone NAT。本人在测试的过程中,只好使用了一台日本的Symmetric NAT。还好不是自己的买的,我从不买日货, 希望看这篇文章的朋友也自觉的不要购买日本的东西
P2P.rar
- P2P协议源码。使用UDP打洞技术来构建位于不同内网的两台电脑的连接。,Source of P2P protocol. Utilize UDP holes to establish connection between 2 hosts which are located in different internal network.
P2P-UDP-Pass
- 本程序为UDP打洞原理的测试程序。为了简单起见,该程序服务器就接收两个客户端的连接,使两客户端建立UDP通道。两客户端建立UDP通道后,互相发送的数据不经过服务器转发,直接进行数据交互,这时可以关闭服务器程序。服务器的默认服务端口是10000,如果该端口已经被占用,请自行修改服务端口。-This procedure works for UDP hole test program. For simplicity, the application server on the reception of
makingholes.rar
- 代码实现了udp和tcp在局域网中打洞穿透防火墙的技术,包含原理说明文档,Udp and tcp code implements making holes on the firewall in LAN technology, with the principles of documentation
MyP2PApplication
- JAVA的P2P程序,利用UDP打洞来穿透防火墙实现不同的两个内网之间进行点对点连接-JAVA of P2P programs, using the UDP hole punching to penetrate the firewall to achieve two different point between the internal network to connect
UDP-NAT
- UDP穿NAT打洞,在两个NAT编译已经通过-UDP wear holes NAT, NAT compiled in two has passed
mFC_Socket_p2pp
- 一个结合了mfc/winsock/多线程等技术实现的聊天程序,只有聊天功能,但是用于广泛,主要适用了tcp链接,udp打洞技术.
P2P
- 利用了UDP打洞技术.分服务器端跟客户端.服务器端负责登陆记录用户的IP和端口及转发打洞消息-Use of UDP hole punching techniques. Sub-server-side with the client. Server-side is responsible for landing records the user' s IP and port holes, and forwarding the message
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
p2pati-win
- P2P实现对等文件传输, 支持NAT打洞技术。-Realize P2P peer-to-peer file transfer, support for NAT holes technology.
UDP-NAT
- P2P udp协议打洞简单讲解文章与源码,代码易懂-P2P udp protocol simple holes on the article and source code, code easy to understand
ZQ.P2PServer.UDP
- C#p2p udp 打洞,经过测试可以在公网上运行-C# p2p udp holes, after the test can be run online in the public
udp
- 这是用VB.net实现的一个简单的P2P示例。利用了UDP打洞技术,分服务器端跟客户端,服务器端负责登陆记录用户的IP和端口及转发打洞消息。原理到处都有,这里就没有贴出来。这里贴出了VB.net的代码,供初学者交流,也欢迎高手点评…… 服务器端在启动成功后,输入help可以查看到服务器相关命令。 客户端在登陆成功后,输入help可以查看客户端相关命令(登陆时用户名随便)。-This is achieved using VB.net a simple example of P2P. Hol
UDP
- C# UPD打洞技术 P2P通信 P2P聊天
P2PDemo
- 本示例是用c++开发的p2p通信示例,采用的是UDP打洞技术(point to point comunication)
C#实现UDP打洞即时视频聊天
- C#实现UDP打洞即时视频聊天的一个简单历程(C# implementation of UDP hole instant video chat)