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

learn more… | top users | synonyms (1)

-3
votes
0answers
17 views

Please help to understand P2P, NAT Traversal libraries in Java(Android)

I need to implement file transfer between 2 Android devices. After a small research I got an answer that I need to use ice4j to implement TURN. Then I looked more and find out about JXTA framework for ...
-1
votes
3answers
60 views

What is the metric and why a programmer should care ? - networking [closed]

It's my understanding that by "metric" or "metrics" we describe the length ( in bytes right ? ) of a package traveling over the network, the problem is that as far as I know this value it's ISP ...
1
vote
1answer
994 views

Android P2P Video chat using SIPDROID

My plan is, to create a instant video chat App for Android. I've found Sipdroid wich gives me the opportunity to make video and voice calls using the SIP. The user should just open the App and be ...
1
vote
1answer
326 views

Hello World for an existing DHT

I am familiar with the theory of how a Distributed Hash Table (DHT) works. Is it possible to write a program that stores data to an existing DHT (such as Kademlia or Mainline DHT) ? Is there a simple ...
6
votes
3answers
182 views

Simulate p2p network traffic on a single computer

What is the best way to simulate a network in Java? I'm in the early stages of a networked peer to peer project, and to determine some of the required characteristics of the clients I'd like to be ...
0
votes
0answers
8 views

Is “point-to-point” communication less scalable than “pub/sub”?

Is it correct to say, that the "point-to-point" communication model is less scalable than the "publisher/subscriber" communication model? The reason why I think this way is best explained using an ...
-1
votes
0answers
19 views

Android speed of p2p-wifi communication between two devices [closed]

how fast (data transfer rate) is peer2peer communication within a wlan-network (via Wifi) between two android devices? I know that the speed will diversify depending on the used devices or the general ...
0
votes
4answers
695 views

NAT, P2P and Multiplayer

How can an application be designed such that two peers can communicate directly with each other (assuming both know each other's IPs), but without outgoing connections? That's, no ports will be ...
0
votes
1answer
352 views

Solving NAT problems on P2P

I am developing an applet for browser-to-browser application where User A knows User B's IP, requests connection through a port, and User B responds the request. The main problem is that both users ...
5
votes
8answers
4k views

NAT Traversal

I am trying to build a peer to peer application. I would like to know how I can accomplish nat traversal in c++. Is there any good library in c++ for this. Or any coding examples, books, links.... ...
0
votes
3answers
128 views

How to identify nodes in a pure peer to peer system?

There is a problem I cannot find the solution of : How do I identify nodes in a pure peer to peer system that are all running the same application Foobar ? In the above picture,let us ...
1
vote
0answers
33 views

Python UDP Socket Not Receiving Data

I am attempting to write a UDP chat system, but for some reason the listen() loop is not working and I can not figure out why. import socket ...
0
votes
1answer
431 views

Simple PHP NAT Punch Through Server Script

I am trying to write a PHP script that can serve as a "master server" and facilitate a P2P connection between two Java game clients. I am using a shared web host that allows port access for the master ...
2
votes
1answer
728 views

Peer to Peer with NAT Traversal using WCF at Runtime

As the title says, is it possible to establish P2P connection between two systems which can get past NAT's. These two programs are connected to a WCF Service that identifies certain connected clients ...
-1
votes
2answers
1k views

How to handle NAT traversal in c++ peer to peer application ( please code examples not theory ) [closed]

I need to develop simple game that will be using peer to peer connection using centralize index manager server. I know there is a problem when a client is trying to connect to another client that is ...
2
votes
2answers
1k views

Behind NAT to behind NAT connection

I've come across an interesting problem. Basically I have 2 mobile phones that are both behind NATs. I want to communicate directly between the 2 devices using UDP. I know if I initiate a ...
2
votes
0answers
20 views

WifiDirectActivity Sample alteration: Transfer an ArrayList<String> p2p

I have looked at the Android wifi p2p API here and have taken a look at the sample code provided in "WiFiDirectActivity" which simply allows phones to transfer image files from one phone to another. ...
0
votes
0answers
7 views

Generate Random double in the range[0,1) with a seed in the range [0,2^16}

I have to generate a random double in the range[0,1) providing with a seed in the range [0-2^16] in c or c++ The generated id's should have a uniform distribution. Can you suggest some methods or ...
0
votes
0answers
31 views

How to use Android's Wi-Fi Direct to send and receive ArrayList<String> objects from my app on one phone to the app on another?

I have looked at the Android wifi p2p API here and have taken a look at the sample code provided in "WiFiDirectActivity" which simply allows phones to transfer image files from one phone to another. ...
1
vote
1answer
28 views

How to transfer ArrayLists of Strings between two Android phones?

I am developing a trading card game app that allows PVP play. To populate the battlefield GridView of the opponent, I need the app to be able to receive several ArrayLists of Strings from the opposing ...
0
votes
1answer
19 views

Generating uniformly distributed random numbers in distributed environment

I have to generate a "unique Random Number" in a Wireless sensor network which works on the principle of Gossiping. The requirements are: Each node has to generate a unique Random Number, without ...
0
votes
3answers
262 views

how to compile pcp fileshare in libjingle

okay, i'm trying to compile the fileshare example called 'pcp' using the following command wolfgang@den-pc:~/tejesh/libjingle-0.6.14/programs$ g++ -g -Wall -DPOSIX -DEXPAT_RELATIVE_PATH ...
0
votes
0answers
21 views

Controlling 1 mobile device with another (input sharing)

Short question kept short: What existing technologies can be used to talk between one Android device (or iOS device in the future) to another android (will always be android for the remote device) ...
11
votes
1answer
8k views

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 are no NAT traversal issues). I want to send some data directly from one ...
1
vote
1answer
50 views

UDP Hole Punching - Destination unreachable

I'm trying to make p2p connection using UDP hole punching method, but I always get ICMP packet with Destination unreachable status. At first, there is created an UDP connection to server: ...
-2
votes
0answers
63 views

Android bluetooth Master-Slave/Peer to peer application develpoment [closed]

I want accomplish the following via a Android application: Android Application should be able to discover bluetooth devices (non-Android devices such as headset/gaming device/keyboard etc) which can ...
1
vote
1answer
499 views

Android P2P connection over Wifi

I am looking to implement a sort of Cloud distance app for friends such that when they are in close proximity to each other, some sort of alarm goes off. From what I've gathered from googling, ...
0
votes
1answer
40 views

actionscript 3.0 - p2p filesharing troubles (max upload file size)

i've designed a p2p apliccation which can transfer files without a server. and everything works fine. i can transfer files between peers. but as it turns out if file size is greater than 16mb (coz the ...
3
votes
2answers
2k views

Media server for webrtc for peer to peer connection

Hello all I am newbie to webrtc just started to run my first application using localhost i got how to access camera and microphone.i had a question is there any media servers to buy if we want to make ...
1
vote
3answers
191 views

Need clarification of LAN application concept

Recently i developed a simple chat application in java using sockets. It was working fine. But now i want to make an application which can communicate over the Local Area Networks like IPMSG. The ...
0
votes
0answers
80 views

NIO and p2p, all in one thread, connection not finished

I'm learning from the following code in using selectors and nio http://rox-xmlrpc.sourceforge.net/niotut/ This creates a server and a client program. However I want it all to happen in one thread and ...
3
votes
4answers
449 views

How to Send text messages browser to browser in webrtc?

I want to send text messages directly to browser. Till now I'm only seeing the audio/video transmission demos in the web. These are my doubts: Can't we solve this just by using PeerConnection API? ...
1
vote
1answer
66 views

Create PHP P2P game client tracker

At the moment I'm looking into creating a networked game using P2P. The game is not that high paced and I don't have access to a dedicated server, so P2P seems like a good choice to me. I do have ...
-3
votes
0answers
26 views

Looking for .NET P2P code or library WITH demos and docs [closed]

I've been scouring the net for the past several hours to find a COMPLETE and WORKING example of a .NET-based P2P framework. Unfortunately, I keep on drawing a blank. Most of the code and libraries ...
-2
votes
0answers
13 views

How to create p2p(peer-to-peer) filesharing? [closed]

Can somebody help me with How to create p2p filesharing on my site? I mean like torrent, but in my browser? Help PLZ somebody :)
1
vote
1answer
200 views

Socket programming, multithreaded programming. Error: IOException: java.net.ConnectException: Connection timed out: connect

I'm a beginner at java and also for socket programming. This program I've written is aimed to allow p2p file synchronisation between client and server. When a peer establishes a TCP connection ...
-1
votes
0answers
19 views

Finding Printers in your network [closed]

I'm trying to find a printer in the network.What are the possible solution available to search printers in your network.Is there any library available to use which can be used? or how we can use ...
0
votes
0answers
12 views

IPEndPoint behavior on Destination unreachable

Is there any way to change behavior of IPEndPoint on ICMP error message? When I try to send custom UDP packet to another peer (UDP hole punching method) router answers with "Destination unreachable" ...
0
votes
1answer
51 views

actionscript p2p chat - how to transmit video

it's me again! i try to develop my chat using actionscript! and i got some success! this is my code: actionscript: <?xml version="1.0" encoding="utf-8"?> private ...
0
votes
0answers
38 views

Systems Similar to AllJoyn

I've been looking to test some proof-of-concept peer-to-peer ad hoc / opportunistic networking programs, but discovering and connecting to wireless devices is a pain. I'm familiar with AllJoyn, but ...
0
votes
0answers
44 views

List all clients online and connected in a chat room

I have developed a peer to peer chat application which allows multiple client to connect to and register with a server. once the peer has connected with the server they can then chat and send message ...
-1
votes
0answers
20 views

P2P searching mechanisms other than DHT

Im searching, fast P2P searching mechanisms other than DHT. What are the available technologies for p2p searching. More faster than DHT.
0
votes
1answer
15 views

How to make sure peer connections aren't doubled (server->client, client->server)?

I was recently trying to model a simple peer to peer network. In my concept, peers try to both open a port and establish a connection with as many peers as possible using a third party "bootstrap" ...
0
votes
0answers
38 views

Which are the Best Resources for the Gnutella P2P protocol?

I'm looking for using the Gnutella P2P protocol for something other than file-sharing. I want to implement distributed processing using it. For that, I need to learn it in detail. Are there any good ...
-1
votes
0answers
32 views

Run Opentracker on a Linux Machine

I installed Opentracker on a fresh Lubuntu install using this guide at the official site(http://erdgeist.org/arts/software/opentracker/) and everything went fine(I assume so) and now How shall I run ...
0
votes
0answers
27 views

TriggeredConnectionStateChanged not executing

I am developing an app for Windows Phone and Windows Tablet which uses NFC. I am using the code below which is supposed to work according to the MSDN examples. However when I add a breakpoint to the ...
0
votes
0answers
19 views

JXTA NAT Traversal Tecnique?

There is many popular nat traversal technique like hole punching i like to khow which of them JXTA use for p2p communication across the WAN? and is JXTA works with all types of nats or is there any ...
0
votes
1answer
45 views

actionscript p2p - chat how to create multiple connections and send messages to all/any of them

i'm new in action script. today i've written this part of code and the strange thing but it works))) <?xml version="1.0" encoding="utf-8"?> private const ...
0
votes
0answers
21 views

which simulator supports bamboo DHT and OpenDHT?

As OpenDHT is not supported more within PlanetLab,are there any other simulators implement it? ex, overlayWaver? how about bamboo DHT? I need to test my own algorithms on them, so I need such an ...
0
votes
0answers
45 views

Peer-to-peer application or SDK for SCL011 NFC reader

Is there any SDK for Windows available for using the Identive SCL011 NFC reader in peer-to-peer mode? I'd like to use it to send NDEF messages from Windows to an Android mobile phone. The SDK would ...

1 2 3 4 5 18