Top "P2p" questions

Peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers.

How to understand the Kademlia(KAD) protocol

Recently, I've read a document of the Kademlia Protocol, I tried to understand the protocol, but I still have some …

p2p dht kademlia
Why has JXTA been abandoned? Any alternatives out there?

P2p/Grid Computing seem like a promising concepts. JXTA looks like the only all in one framework for it. …

p2p distributed-computing jxta grid-computing
Understanding the Bittorrent Protocol

I am looking for some books, tutorial sites . I want to understand how Bittorrent protocol works and later to implement …

networking p2p bittorrent
What's the technology behind live stream sites?

It's amazing to notice that live stream sites like doitlive.tv can deliver videos on very low bandwidth (as low …

video video-streaming p2p segment live-streaming
How do I make a TCP server work behind a router (NAT) without any redirection configuration needed

The scenario is the following. I have two machines A and B: A: Client (behind NAT) B: Server (behind NAT) …

networking tcp p2p nat
Android: NAT Traversal?

It appears to me that newer Android devices run behind a NAT, where the local address is an internal carrier …

java android networking p2p nat
ZooKeeper - adding peers dynamically?

I'm new to ZooKeeper. This is what I need. I've a network of peers. At t=t_1 -> [peer-1 (…

dynamic p2p apache-zookeeper master-slave
Is peer-to-peer communication over 3G/4G possible for smart phones?

I'm trying to write an app that transfers data from one android device to another - but the devices are …

android p2p 3g 4g
Torrent Library for C++, Windows

I'm looking for a library which allows my C++ application (run in Windows) to download torrents. I can't, however, find …

c++ windows p2p bittorrent
Peer to Peer communication between iOS and Android devices

So I am a relatively new iOS developer but thanks to Stackoverflow, i managed to get peer to peer data …

android ios p2p gamekit