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 ...
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 ...
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 ...
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 ...
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
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) ...
-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 ...
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 ...
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
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 ...
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 ...
-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
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" ...
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: ...
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
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
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 ...
1
vote
1answer
199 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 ...
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
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
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
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 ...
0
votes
0answers
60 views

LT codes with Homomorphic hashing

I have been working on a project implementing LT codes with Homomorphic hashing (inspired from http://blog.notdot.net/2012/08/Damn-Cool-Algorithms-Homomorphic-Hashing and ...
0
votes
2answers
47 views

How to deal with users instead of dealing with Ip-Adressing? [closed]

I plan to write a P2P chat application in Java 7, where we have a list of contacts (like in an application like Skype). And, then we can ask each connected contact to start a chat session (like in ...
2
votes
2answers
82 views

How can I implement simple serverless p2p browser to browser messaging with minimal overhead?

I'm trying to create some basic implementations of simple games (tic tac toe is the starting project) which can be played over the internet without requiring a central server. The page would not even ...
0
votes
1answer
74 views

p2p audioconferencing and desktop sharing in java

I am going to submit a proposal of project in university.. Overview I am going to make a project in which multiple participants can join a meeting and meeting organizer share his desktop with all ...
3
votes
0answers
133 views

ACS ACR122 SDK Android Peer-to-Peer support?

I am looking to connect the ACS ACR122 to an Android Tablet via USB using their SDK. This part works and I am able to read mifare NFC cards. The Problem: I am unable to read NFC smartphones like the ...
3
votes
3answers
70 views

Autodiscovery in P2P Applications

I want to create a P2P application on the internet. What is the best or if none exist a good enough way to do auto-discovery of other nodes in a decentralized network?
2
votes
2answers
128 views

What is the need for the SIP RE-INVITE with regards to ICE?

I understand many of the fine details of NAT hole punching, ICE, and SIP VOIP calls. I've answered quite a few questions on SO on these topics. Now I have a question. I am trying to understand the ...
0
votes
0answers
91 views

Creating a specific peer to peer program [closed]

I have a school assignment to write a peer-to-peer program that shares and transfers files between users. However, my implementation requires that all clients be also servers, that they can all be ...
0
votes
0answers
148 views

sending messages between clients in Android p2p wifi-direct

If there are three devices A,B and C are connected using Wifi-direct , assuming B is Group Owner. How can A sends messages to C?On running the Android wifi direct demo ,I noticed that A and C knows ...
2
votes
2answers
97 views

Choosing port number for UDP hole-punching

I have a weird problem. I have a successfully working C++ (boost asio) P2P application which works on most of the NAT. The problem is when I give the initial start port number as 1000 it checks if ...
0
votes
0answers
23 views

Could not resolve and ping peers between two machine however peer can be resolved on its local machine

I register 2 peer in 2 different machine with windows 7. I can resolve and ping peers which in their local machine but when i try to resolve or ping one peer from another machine,it can not be ...
0
votes
1answer
50 views

Peer to Peer Connection in Windows Store App (HTML/JS)

I'd like to know if anyone has managed to set up a peer-to-peer app for the Windows Store using HTML5 and JavaScript. Basically I want app client A to be able to connect and send data to app client B ...
0
votes
2answers
69 views

Low-latency peer to peer udp tunneling library?

I am interested in developing a peer-to-peer network that uses UDP tunneling to get around NAT for low-latency communication for something similar to a multiplayer game. There will be central server ...
-1
votes
1answer
97 views

C File Transfer between a Windows computer and a Mac/Linux computer?

If I have a Windows computer and a Mac computer or a Linux computer, is there a recommended library way to transfer a file between them that doesn't involve FTP, passwords, etc. For example: ...
0
votes
0answers
44 views

Using WifiP2pManager to find network printer

Part of building an application I'm trying to find a printer in the network, now I send a ping to the address so I know which network addresses are occupied. The problem is I do not know which printer ...
0
votes
2answers
112 views

How do I send file name with file using sockets in Java?

I have the following code which transfers file via Sockets. How do I send the file name? Socket socket = new Socket("localhost", port);//machine name, port number File file = new File(fileName); // ...

1 2 3 4 5 18