当前位置:
首页 资源下载
搜索资源 - p2p network in java
搜索资源列表
-
0下载:
jxta是sun公司提出的支持p2p网络的服务架构,此程序包是用java写的doc!-JXTA is the company's support of peer-to-peer network architecture services, this package is written in java doc!
-
-
0下载:
JXTA——Java P2P网络编程技术,最近,P2P(Peer-to-Peer)又成为了因特网上的一个热点。P2P是因特网的一种应用模式,其意思是指网络上的任何设备(包括大型机、PC机、PDA、手机、机顶盒等等)都可以平等地直接进行连接并进行协作。想比当前因特网上主流的应用模式Client/Server或者Client/Service而言,P2P具有自己鲜明的特点和优势。(这也是我对它着迷的地方。-JXTA -- Java P2P network programming technology,
-
-
0下载:
,这是一个基于JXTA的P2P聊天的可以部署在android上的一个程序,目前做的工作还不足,组聊天还没有完成,有兴趣的可以将其完善,这是我以前做的一个项目现在夭折了。现在分享到网络上希望能对大家有所帮住。 要想运行该程序必需先运行GateWayPeer.java,并且修改MiMessage工程里PeerService下rdvList的值,将其改为你运行GateWayPeer的电脑的地址,在该电脑的下要部署一个网络服务器!例如tomcat,并可以访问rdvList.txt,rdvList里面的值
-
-
0下载:
P2P(Peer-to-Peer 端到端)模型是与C/S(客户/服务器)模型相对应。基于C/S的用户间通信需要由服务器中转,在C/S中的服务器故障将导致整个网络通信的瘫痪。。而基于P2P的用户间通信则是直接通信,去掉了服务器这一层,带来的显著优点是通信时没有单一的失败点,一个用户的故障不会影响整个P2P网络。本文提供了一种用JAVA实现P2P网络通信的方法。-P2P (Peer-to-Peer end-to-end) model with the C/S (Client/Server) mode
-
-
0下载:
使用p2p技术进行消息传输与网络互联,实现多用户啊文件共享与媒体资源播放。-The use of p2p technology, the Internet information transmission and network to achieve multi-user ah file-sharing resources with the media player.
-
-
0下载:
通过之前将近一个月对于JXTA技术的研究,终于大致了解了P2P网络JXTA技术的JAVA语言实现过程,特整理出来,以供大家交流讨论。其实,关于概念和该技术的介绍,也可以找到一些资料,在此我就不再介绍,我直接通过代码来描述一个P2P网络在JXTA技术下用JAVA语言实现的过程-For nearly a month prior to the adoption of JXTA technology, finally a general understanding of the P2P network
-
-
0下载:
提出了一个新奇的用来构建和维护覆盖网拓扑的一般机制。该机制基于gossip模式,节点和随机选择的对等体交换信息,并按照特定的P2P应用需求来重新安排拓扑,本协议非常的高效和鲁棒,能够处理节点持续的加入和离开系统的流,且即使现存的所有SP移除也能修复。-In this code,we propose a novel approach to construct and maintain the topology. This approach is based on gossip protocol,
-
-
0下载:
模拟流媒体在P2P网络中传输的过程。为学习P2P的朋友提供了便利-Simulation of streaming media in the P2P network in the course of transmission. P2P learning facilitated friend
-
-
0下载:
java p2p网络编程 点对点的网络编程 在许多方面应用广泛-java p2p peer to peer network programming network programming is widely used in many areas
-
-
0下载:
Java Network Coding Simulator in P2P Network Systems.
-
-
0下载:
loudy talks P2p program application interresting in wifi ad hoc network MANET build in
-
-
0下载:
In recent years, Content Delivery Networks (CDN) and Peerto-
Peer (P2P) networks have emerged as two effective paradigms for
delivering multimedia contents over the Internet. An important feature
in CDN and P2P networks is the data redundancy a
-
-
0下载:
此程序是用java语言编写的,涉及的是P2P网络的流媒体的传输-This program is written in java language, involving the P2P network streaming media transmission
-
-
0下载:
通过学习socket套接字原来,采用java语言来实现P2P中的基本网络编程。仅供大家参考学习。-This source code applies the JAVA to realize the basic network program in the P2P networks by using the socket theory.
-
-
0下载:
实现P2P指定文件夹下的动态同步功能,支持新加入文件同步,不支持删除文件同步-when a peer establish a TCP connection with another peer, both of them will compare the lists of files they possess(assume that these shared files are stored in a designated folder in each peer), and proceed to
-
-
0下载:
使用java语言开发的基于TCP/IP的聊天程序,用户可以在同一个局域网内实现文件互传等功能-Using java language development based on the TCP/IP chat program, the user can achieve file transfer and other functions in the same local area network
-