Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - NAT
Search - NAT - List
UDP穿越Nat的源码 UDP穿越Nat的源码-UDP through UDP source of the source code through the Nat
Update : 2024-05-01 Size : 25600 Publisher : 李鹏

很实用的点对点通讯程序,通过UDP打洞穿透NAT网关实现P2P连接,该源码实现了一个网络地址转换系统,分3个部分:1)路由器 2)TCP映象 3)UDP映象-very practical point-to-point communications procedures through UDP burrows penetrate NAT Gateway peer-to-peer connectivity, the source implementation of a network address translation system, in three parts : 1) Router 2) TCP Mapping 3) UDP mapping
Update : 2024-05-01 Size : 17408 Publisher : 李大卫

P2P之UDP穿透NAT的原理与实现, how to pass through NAT/gate.-P2P Zhi UDP penetrate NAT principle and implementation, how to pass through NAT/gate.
Update : 2024-05-01 Size : 8192 Publisher : 赵伟刚

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.
Update : 2024-05-01 Size : 4096 Publisher : 吴花


Update : 2024-05-01 Size : 27648 Publisher : 牧野流星

灰鸽子是一个远程控制类软件,版本[牵手 2003],与同类软件不同的是采用了“反弹端口原理”的连接方式,因此在互联网上可以访问到局域网里通过 NAT 代理(透明代理)上网的电脑,并且可以穿过某些防火墙! -gray pigeons is a Remote Control Software, Version [hand 2003], and similar software different is the use of a "rebound port principle" for the connection, the Internet access to the LAN through NAT Agents (Transparent Proxy), computers with Internet access, and can wear certain firewall!
Update : 2013-04-20 Size : 15806464 Publisher : 万万

一个不用windows api实现的 UPNP NAT 工具类。用于在内网机器上远程配置网关上的NAT,需要网关支持uPnP协议(如xp操作系统就支持)-a no windows api achieved UPnP NAT tools category. Including net for the machines remotely configure the NAT Gateway, the Gateway needs support Accessing agreements (for example, xp operating system support)
Update : 2024-05-01 Size : 6144 Publisher : 李嘉林

windowsAPI实现的基于多线程结构的uPnP NAT工具类-windowsAPI based on the realization of multi-threaded tool category Accessing NAT
Update : 2024-05-01 Size : 135168 Publisher : 李嘉林

P2P 之 UDP穿透NAT的原理与实现(附源代码)-P2P Zhi UDP penetrate NAT Principle and the (source code)
Update : 2024-05-01 Size : 2208768 Publisher : ggg

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.
Update : 2024-05-01 Size : 31744 Publisher : 刘冰

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
Update : 2024-05-01 Size : 30720 Publisher : 李俊升

DL : 0
UDP穿越NAT的原理和源代码,我用自己实现的一个源代码来说明UDP穿越NAT的原理和源代码供大家参考-the principle and source code, I used one of their own to achieve the source code to illustrate UDP Through NAT principle and the source code for your consideration
Update : 2024-05-01 Size : 75776 Publisher : 王和

^_^, 这本来就是个非常简单的网路程序,只是演示如何进行UDP的内网穿透而已。本人所作的修改 主要是在测试UDP穿透不同的NAT时为了方便使用而已。因此改动也不大,加了一个函数和几参数, 多打印了原来没有的一些信息,如此而已。看源码吧... 本程序来自互连网,请不要用于商业用途,如涉及版权问题,以我无关。-^ _ ^, it was a very simple procedure network, for just a demonstration of how the UDP network penetration within it. I made changes primarily in the penetration test UDP different when NAT To facilitate use them. It does not change, adding a function parameters and several more of the original print no information, only this. Look at the source ... it comes the Internet, please do not for commercial use, such as copyright issues, I have nothing to do.
Update : 2024-05-01 Size : 28672 Publisher :

DL : 0
实现p2p的文字通讯,解决了NAT环境下的私网穿透问题-realize the p2p text messaging to solve the NAT environment for the private network penetration
Update : 2024-05-01 Size : 34816 Publisher : 魏翔

DL : 0
论坛上经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。-regular forum for the discussion of P2P principle, but the discussion under discussion, Few things have real (source code).
Update : 2024-05-01 Size : 31744 Publisher : 3Q

P2P穿越防火墙 代码 ,作为P2P开发中的配套代码.-P2P Firewall traversal code, P2P development as the matching code. xxxxxxxxxxxxxxxxxxxxxxxxxx
Update : 2024-05-01 Size : 289792 Publisher :

讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NAT等直接建立UDP和TCP连接的各种方案。包含了Windows个人防火墙的完整实例代码,防火墙采用应用层(SPI)核心层(IMD驱动)双重过滤机制,能够有效地抵挡网络入侵和攻击。提供了大量的完整的实例,许多例子稍做修改即可应用到实际项目中。-on Windows network programming tutorial for beginners, Windows display a variety of I/O methods, a detailed description of high-performance, scalable server development process, and gives detailed codes. Will be programming, network protocol and application examples of organic composition, Details on the Internet radio and IP Multicasting, the original socket, SPI, LAN and WAN on the scanning and detection technology, network and data theft protection, to deceive the ARP, IP deception. Details of the agreement demo-driven development process, NDIS Programming Interface. Programming in practice learning P2P program design, discussed the penetration of firewalls, NAT establish direct UDP and TCP connections to the various programs. Windows includes a complete personal firewall code example
Update : 2024-05-01 Size : 2154496 Publisher : 王勇

P2Pp2ptalk
DL : 0
介绍网络通讯的文章很多,但他们的代码大都没有解决地址转化问题,本程序可以穿越NAT进行网络通讯.-on network communications are many articles, but most of their code into address unresolved issues, The procedure to pass through the NAT for network communications.
Update : 2024-05-01 Size : 73728 Publisher : 龚希鹏

udp nat穿透 对于研究nat穿透 p2p来说是一个不错的例子-udp nat penetrating research nat p2p penetration is a good example
Update : 2024-05-01 Size : 94208 Publisher :

udp穿透SOCK5协议,穿透NAT,相信对大家有些用处-udp penetrating SOCK5 agreement, NAT penetration, we believe that the usefulness of some
Update : 2024-05-01 Size : 8192 Publisher : 高闻言
« 1 2 3 4 5 67 8 9 10 11 ... 47 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.