The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
18 views

How are “super peers”, rendezvous peers and relay peers distinguished?

How are "super peers", rendezvous peers and relay peers defined and what distinguishes each of them in p2p discovery models ?
1
vote
1answer
165 views

Is it possible for a browser to use peer-to-peer browsing?

I was recently asked this from my friend after explaining how µTorrent worked, he then went to ask me, "Could this be used for browsing the web?", (not a direct quote) but I found my self thinking ...
0
votes
1answer
80 views

How to create p2p enviroment in single laptop?

I'm developing a peer-to-peer dataspace application. For that I want to create a peer-to-peer environment locally (on a single machine, a laptop). Is there a any method or tool to do that?
7
votes
1answer
316 views

Using Bit Torrent for internal release management

We currently abuse our version control system and use it... pretty much as an FTP to store big release binaries (4+ GB). We are seeking to move away from this horrendous practice which has and ...
3
votes
2answers
2k views

Open Source P2P Java Chat library

I am making a P2P Android application. The initial functionality I am aiming for is chatting. Can anyone please suggest a good open source P2P library, using which I can build my application upon? ...
2
votes
2answers
2k views

Creating a P2P application using Java

I am preparing to start a 3rd year project using Java. The object is to create a P2P application where users can write text, draw and edit at the same time. The connection between them must be P2P. ...