Top "P2p" questions

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

Can Android do peer-to-peer ad-hoc networking?

Is it possible to set up Android in ad-hoc peer-to-peer wifi mode? For example, I would like to have one …

android networking wifi p2p adhoc
How does DHT in torrents work?

I'm coding a p2p implementation that I would like to make decentralized however I'm having some trouble grasping how …

protocols p2p dht
Detect the specific iPhone/iPod touch model

Possible Duplicate: Determine device (iPhone, iPod Touch) with iOS I am making a game that utilizes the peer-to-peer bluetooth capabilities …

iphone objective-c ios p2p device
Simple basic explanation of a Distributed Hash Table (DHT)

Could any one give an explanation on how a DHT works? Nothing too heavy, just the basics.

theory p2p dht
Developing Peer to Peer application in Java

i've got a university project where i need to develop a peer to peer system in java for file sharing. …

java p2p
How can I make a browser to browser (peer to peer) connection?

How can I write a website using HTML5, CSS and JavaScript on client side that will allow direct tcp/ip …

javascript html tcp p2p tcp-ip
Can HTML5 Websockets connect 2 clients (browsers) directly without using a server? (P2P)

Using HTML5 Websockets, can I open a socket directly between 2 clients (browsers) (assuming I know their IP addresses and there …

html p2p websocket
Do websockets allow for p2p (browser to browser) communication?

To clarify when I ask about browser to browser communication I mean without a server in between forwarding message. I …

javascript ajax websocket p2p
How does Skype work without port forwarding?

I am designing a p2p application which works on port 30000. My router is not UPnP so I required to …

p2p portforwarding
How to write a simple Bittorrent application?

How to write a simple bittorrent application. Something like a "hello world" using a bittorrent library, I mean a simplest …

python c network-programming p2p bittorrent