CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - .net p2p
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Sub Category
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
xml-soap-webservice
Remote Control
P2P
TCP/IP stack
SNMP
Grid Computing
CloudComputing
Search - .net p2p - List
[
P2P
]
P2P 源代码
DL : 0
源代码编译及安装说明 源代码编译及安装说明编译说明: . 编译环境安装 Microsoft Visual Studio .NET 2003 . 下载WTL(版本:7.5), 网站 http://sourceforge.net/projects/wtl/, 解压并将 wtl/include 加入VS.Net include 工程 参考方法: 打开 Microsoft Visual Studio .NET 2003 点击菜单 工具->选项->Projects->VC++目录->包含文件 ... . 安装说明: 客户端打包: 客户端打包用 NSIS, 先安装 NSIS程序,下载地址:http://opensource.kan8888.com/tools/nsis208chs2005.exe, 打包脚本见 bin/P2PClient.sis 发布端打包: 打包脚本见 bin/P2PPublisher.nsi 发布端数据库表导入 doc/P2PPublish.sql 脚本 服务端安装: . Windows: 安装 SqlServer 2000, 创建库并运行 doc/P2POrderServer.sql, 然后导入 data.mdb 数据 . Linux: 安装 Mysql 并导入相关数据 配置相关: . 客户端: P2PNetwork.ini and P2PIEClient.ini, 发布端: P2POrderClient.ini, 服务端: P2POrderServer.ini 具体详细配置方法见各文件备注 运行: . 首先运行 P2POrderServer.exe, . 再运行 P2POrderClient.exe 进行发布 . 再启动服务程序 P2PServer.exe, 此程序为服务程序,先运行 Install.bat 进行安装,然后运行 Start.bat启动 也可以用打包后的程序进行安装,安装后自动启动.
Date
: 2009-03-11
Size
: 3.9mb
User
:
ff2009
[
P2P
]
P2PServer(Net)
DL : 0
C#写的一个对子网进行打洞发送信息的聊天程序.-A program that can send message by making hole in subnet with C#.
Date
: 2025-12-20
Size
: 75kb
User
:
郭卫东
[
P2P
]
p2pvb.net版
DL : 0
vb.net写的,实现了p2p点对点聊天功能。-vb.net write, and achieving the peer-to peer-to-peer chatting.
Date
: 2025-12-20
Size
: 58kb
User
:
李士大
[
P2P
]
DCPlusPlus-0.686-src
DL : 0
一个开源的p2p软件 使用VC.net开发 -an open-source peer-to-peer software development VC.net
Date
: 2025-12-20
Size
: 2.34mb
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-12-20
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-12-20
Size
: 30kb
User
:
李俊升
[
P2P
]
ANtsP2P_beta1.5.6_p0.9.3_src_nb
DL : 0
ANts P2P realizes a third generation P2P net. It protects your privacy while you are connected and makes you not trackable, hiding your identity (ip) and crypting everything you are sending/receiving from others. Features Open Source Java implementation (GNU-GPL license) Multiple sources download Swarming from partial files Automatic resume and sources research over the net Search by hash, string and structured query Completely Object-Oriented routing protocol Point to Point secured comunication: DH(512)-AES(128) EndPoint to EndPoint secured comunication: DH(512)-AES(128) Serverless GWebCache-based peer dicovery procedure IRC based peer discovery system IRC embeded chat system Full text search of indexed documents (pdf, html, txt, doc etc) -> QUERY REFERENCE. Distributed/Decentralized Search engine HTTP tunneling ANts allow P2P communications through any kind of HTTP Proxy ANts allow P2P communications through any kind of NAT or traffic filtering system -ANts P2P realizes a third generation P2P ne t. It protects your privacy while you are connec ted and makes you not trackable, hiding your identity (ip) and crypting everyth ing you are sending/receiving from others. Fea tures Open Source Java implementation (GNU-GP L license) Multiple sources download Fog from Automatic resume partial files and source 's research over the net Search by hash. and structured query string Completely Object- Oriented routing protocol Point to Point secu red comunication : DH (512)- AES (128) EndPoint to secure EndPoint d comunication : DH (512)- AES (128) Serverless GWebCache-base d peer dicovery procedure IRC based peer discov ery system IRC chat system embeded Full text sea rch of indexed documents (pdf, html, txt, doc etc)-
Date
: 2025-12-20
Size
: 7.38mb
User
:
谭朋柳
[
P2P
]
ShareGuard_210src.tar
DL : 0
一个漂亮的p2p聊天程序客户端。编译时出错,在mainfrm.h上边加入#include "TCToolBar.h" 即可顺便通过 vc++ .net-a beautiful p2p Chat Client. Compile-time errors. mainfrm.h upside to the# include "TCToolBar.h" will be passing Link Guo vc. net
Date
: 2025-12-20
Size
: 800kb
User
:
张海超
[
P2P
]
P2PDemo
DL : 0
这个是演示采用UDP协议进行P2P打洞对话原理的演示程序,参考的资料是: 1)P2P 之 UDP穿透NAT的原理与实现(附源代码)--http://www.cnpaf.net/Class/hack/0512182034513804825.htm 2)王艳平<<Windows网络与通信程序设计>>-This is a demonstration of using UDP protocol for peer-to-peer principle of dialogue burrows Demonstration Program, the source of information is : a) P2P UDP penetrate NAT's Theory and Implementation (source code)-- http :// www.cnpaf.net/Class/hack/0512182034513 804825.htm 2) Wang Ping
Date
: 2025-12-20
Size
: 29kb
User
:
xiaoyan
[
P2P
]
Gimme_P2P_Source
DL : 0
.net 下开发的P2P软件,可以实现文件的下载功能-. net developed P2P software, you can download files function
Date
: 2025-12-20
Size
: 1.07mb
User
:
fulingfang
[
P2P
]
P2Pshili
DL : 0
这是用VB.net实现的一个简单的P2P示例.利用了UDP打洞技术.分服务器端跟客户端.服务器端负责登陆记录用户的IP和端口及转发打洞消息.-This is achieved using Programs require a simple example of P2P. UDP burrows use of the technology. Service hours Treasury ends with the client. server-side landing records for users of IP and port holes and transmit information.
Date
: 2025-12-20
Size
: 15kb
User
:
fulingfang
[
P2P
]
dreampower
DL : 0
Copyright 2005 UNLIMITED WORKSTATION All rights reserved. 希望大家不要用于商业用途 P2P中国 http://www.ppcn.net-Copyright 2005 UNLIMITED WORKSTATION All rights reserved. Hope that we will not used for commercial purposes http://www.ppcn.net China P2P
Date
: 2025-12-20
Size
: 410kb
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-12-20
Size
: 31kb
User
:
tongling
[
P2P
]
MultiGet-1.1.4
DL : 0
一个P2P多线程下载软件,是由国人开发的,采用C++语言编写,基于windows,vs.net平台-A multi-threaded download P2P software, developed by people using C language to prepare, based on the windows, vs.net platform
Date
: 2025-12-20
Size
: 851kb
User
:
谭伟彬
[
P2P
]
LanMsgC2.0.0.1-1879
DL : 0
说明: LanMsg是一款用.net C# 开发的局域网即时通讯开源软件(经过简单修改可用于因特网),适合.net即时通讯软件开发者用。p2p原理,消息的内容采用串行化技术发送与接收(可发送任何自定义的数据类型).暂只提供本程序的2.0 Bate版 主要功能: 支持文件传输; 支持GIF动画表情; 支持屏幕截图发送; 支持音、视频对话; 支持对话记录保存于数据库操作; 支持功能扩展; 支持软件自动更新功能等。 程序以实现局域网即时通讯功能为主(经过简单的修改便可用于internet。这部分留给有此需求的开发者)。 敬告:此软件及源码仅作为学习研究使用,允许任何个人或组织对其修改或使用,但任何个人或组织不得直接将其用于商业用途以谋取利益! LanMsg2.0及以上版本使用了LanMsg控件库,LanMsg控件库作者会不断更新升级来增强LanMsg的功能以及修复其中的BUG!以后还会增加皮肤控件!任何情况下均为免费! 作者:租李叶(25348855)
Date
: 2025-12-20
Size
: 3.51mb
User
:
chiwanzhi
[
P2P
]
wcf_p2pChat
DL : 0
由C#开发的基于.net3平台的WCF即时通信程序。采用最先进非传统的P2P结构-By the C# Developed based on. Net3 the WCF platform instant messaging program. Adopt the most advanced non-traditional P2P structure
Date
: 2025-12-20
Size
: 3.88mb
User
:
ray
[
P2P
]
WCF_WPF_src
DL : 0
wpf wcf .net framework3.0 p2p chat application-wpf wcf. net framework3.0 p2p chat application
Date
: 2025-12-20
Size
: 109kb
User
:
zhou
[
P2P
]
c29545f0-c8b4-4109-93f8-740732b102dc
DL : 0
p2p的简单实例 vb.net版 也是网上找的.-p2p simple example vb.net version is also looking for online.
Date
: 2025-12-20
Size
: 59kb
User
:
韩义
[
P2P
]
P2PDemo
DL : 0
这个是演示采用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 demonstration procedures, reference information is: 1) P2P penetrate NAT of UDP Principle and realization (with source code)- http:// www.cnpaf.net/ Class/hack/0512182034513804825.htm2) WANG Yan-ping
Date
: 2025-12-20
Size
: 30kb
User
:
guosh
[
P2P
]
NET-P2P
DL : 0
网络传输模块总要 NAT类型不同传输方式不同采用不同的方法进行NAT穿越。-Network transmission module total to NAT type transmission in different ways using different methods across NAT.
Date
: 2025-12-20
Size
: 1kb
User
:
yuxiqian
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.