Peer-to-peer (P2P) computing or networking is a distributed application architecture that partitions tasks or workloads between peers.
-2
votes
1answer
122 views
Scaling MMORPG on a social network using p2p overlay [closed]
I'm looking for some MMORPG problems to work on. What are some challenges faced in extending the multiplayer games on a social network like Facebook using a collaborative P2P overlay? What are some of ...
-1
votes
1answer
27 views
validation in p2p communication
Suppose that in my "network" of users each node can create only one hashed code (generated with the node's id).
Now, node A sends to node B this hashed code. node A is no longer the owner, but B is.
...
2
votes
0answers
46 views
Windows peer-to-peer connection
I am now trying to use Windows P2P native functions in my application to connect instances of it over the internet. For the testing, I've setup one application that uses PeerGraphCreate to establish a ...
0
votes
1answer
28 views
Peer to peer: Ports on a windows machine
I'm building a peer to peer network on my machine where nodes will be listening to different ports.
I know on a windows machine ports above 1024 are available but exactly how many ports above 1024 ...
0
votes
1answer
623 views
Java Peer-to-Peer networking application - homework
I'm creating a p2p application in Java for file sharing. Each peer node will be running on my machine on a different port and listen for a request. but the problem I'm running into is when an instance ...
0
votes
1answer
44 views
Sending Multicast Packets does just work over P2P
I am stucked within a weired problem. I have two little programs (written in C, using Win API), the one sends a multicast package, the other one receives it. Well, I tried it between two notebooks, ...
0
votes
0answers
42 views
Chord circle (peer-to-peer). Calculate the routing table
I am studying for an exam for the course Computer networks and distributed systems and have stumbled upon a example question I can't get my head around. Could someone please explain it?
Assume a ...
0
votes
1answer
82 views
Does Adobe Air supports RTMFP?
I have developed a peer to peer video conferencing application which runs on browser, now my need is to export the same application as Android App. I tried using Adobe flash builder, it does connects ...
1
vote
1answer
87 views
Need multiple iPads to communicate with each other
We are building an iPad App for an enterprise scenario. Users will be using the iPads to check in guests at special corporate events. There could be as many as a dozen iPads used for check-ins and ...
0
votes
0answers
94 views
Architecture and library suggestions for p2p vpn
More or less inspired by Magnus Bradig's paper on the phantom protocol and TOR being slow, I've been screwing around with writing a P2P VPN client. My idea is to write a UDP application that builds ...
0
votes
0answers
17 views
Is there a way to change the NetGroup timeout when a user disconnects?
I have a series of devices connected through a local NetConnection using the NetGroup class.
I am trying to get an accurate count from NetGroup.neighborCount, but if a user suddenly drops (unclean ...
1
vote
1answer
171 views
File sharing peer-to-peer in PHP [closed]
This question is really important to me as I'm developing a chat system in PHP, and I would like to allow users to share files between them with some sort of a peer-to-peer system.
Now I know that ...
0
votes
1answer
110 views
How does a service like Put.io work?
Just got invited to put.io ... it's a service that takes a torrent file (or a magnet link) as input and gives a static file available for download from it's own server. I've been trying to understand ...
3
votes
1answer
156 views
is P2P really serverless? [closed]
I am following this guide here. P2P
One of the advantages I had thought P2P would bring is the fact that it is a serverless setup.
Now that I have this working I noticed that you do need a resolver ...
2
votes
2answers
136 views
NDEF in P2P (LLCP)
I am trying to understand a comunication beetween two NFC phone where I have exchange a contact.
So there is what I got :
B2 4D DD D5 07 03 13 20 00 10 02 00 00 00 D0 D2 0C C1 74 65 78 74 2F 78 2D ...
0
votes
1answer
118 views
How to attach remote stream and send it to another peer?
I want to attach remote stream and send it to another peer, attach the remote stream like this:
firstPeer.onaddstream = function(remoteSteam) {
otherPeer.addStream(remoteStream); /* attaching ...
0
votes
1answer
115 views
Python Audio Streaming in P2P
I wanted to do a pet project that works sort of like Skype, sending audio between 2 computers in P2P, what module exist in python to create a project like that and how does the audio stream works in ...
0
votes
0answers
41 views
Direct connect (DC) library in python
Is there any library available in Python to write direction connect (DC) clients? I was looking at the DC-clients and most of them are based on c, c++ and java and none (barring a small ...
0
votes
2answers
234 views
Connecting two devices using libgdx
I'm developping a video game on both pc and android using libgdx.
And i would like to connect them by Wifi or Bluetooth on a local network. The idea is to play in p2p, establishing this connection ...
1
vote
1answer
273 views
building internet based p2p text,audio , video chatting application
I would like to implement internet based P2P text,audio, and video chatting application using c# asp.net socket programming. i'll use tcp sockets for text chatting and udp sockets for video and audio ...
0
votes
1answer
479 views
Android : Audio calling/Voice chat over wifi
I want to implement an application that enables the users to make an audio call/ do voice chat over wifi. I'm a bit of a novice at Android so I wanted to ask where to start from?
1
vote
0answers
298 views
Java video chat web applicaton
First off all I should say that I don't have good knowledge in this area and I don't ask to give me a full solution of my problem, but I'm really hoping for any kind of your help (suggestions, useful ...
1
vote
1answer
298 views
Android p2p0 interface has ipv6 address
I downloaded OS Monitor app to inspect all network interfaces. I discover:
on p2p0 interface, there is a default ipv6 address before any ad hoc (wifi direct) connection. The value is similar to ...
0
votes
0answers
31 views
Bridge concept , Questions about building scalable bridge
I built a net.TCP WCF which play as a bridge between 2 clients.
My concern is the scale how I can do that if I get 1 million users, so I have few questions and hope get answers:
Is there better way ...
1
vote
0answers
179 views
How do apps like Dropbox, TeamViewer, RDP apps reach the computers they are installed on?
I know (guess) it's some sort of centralized peer-to-peer connection going on there. But then, how it's established? The apps themselves act as clients and servers. They connect to some central ...
0
votes
0answers
38 views
I am getting error in p2p connection using jxta. how to fix it?
INFO: Loaded module : Default Network PeerGroup reference implementation >net.jxta.impl.peergroup.ShadowPeerGroup)
Feb 22, 2013 6:45:56 PM net.jxta.impl.peergroup.GenericPeerGroup decRefCount
...
1
vote
0answers
28 views
How does a framework help in peer to peer communication? What all features does it provide?
I am trying to implement a peer to peer network for secure file sharing.
I would like to know what all features does it provide?
Can you suggest some open source peer to peer networks that are coded ...
0
votes
0answers
28 views
What is the difference between Tuple space and Data space
I want to know difference between Tuple space and Data space.
0
votes
0answers
41 views
How to create shared peer to peer dataspaces?
So i want to what is a dataspace. Functions of dataspace, working, this kind of things i want to know. Also i want to know how to create shared p2p dataspace. Any tools for to that, methodologies i ...
0
votes
1answer
98 views
GameKit peer to peer connection issue. It takes long time to deliver an invitation to another device
I'm using GameKit peer-to-peer connection in my app and I'm experiencing the following issue: when using GKPeerPickerController sometimes it takes too long time to deliver an invitation to connect ...
0
votes
3answers
155 views
If firewalls don't accept incoming connections by default how do p2p networks work?
If firewalls block all incoming connections by default how do p2p technologies work? Like torrents, how do you connect to everyone who shares a file and get the information from them? Does it go ...
0
votes
2answers
98 views
Android : How to determine the file extension of a file
I am trying to share files between two Android phones using Socket programming. The problem is right now I have to hard code the file extension on the receiving end. Is there a way that I can ...
0
votes
0answers
112 views
WiFi direct service discovery serviceLost
I am experimenting with Android Jellybean WiFi Direct service discovery API. You can discover all the services discoverService() API and the callback:
...
0
votes
1answer
162 views
How to develop P2P chat web application
I am working on asp.net web based peer to peer chat application. I am using UDP sockets for communication. As my application is P2P I should avoid interactions with server and let peers to send and ...
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 ...
0
votes
2answers
60 views
How do I initialise a variable in this case?
I'm starting an intent where the activity started depends on whether a device is a group owner or just a joined peer. At the moment, instructIntent is not initialised. Am I supposed to make it null as ...
0
votes
1answer
141 views
Determining when GKSession bluetooth devices go out of range
I'm using GKSession, GKSessionDelegate to implement peer to peer bluetooth connectivity between a number of iX (iPod, iPad, iPhone, ...) devices. I want to display a list of the currently ...
0
votes
1answer
282 views
Android P2P file transfer
Android : Hey I'm trying to develop a peer to peer Android application that enables the users to exchange files (photos, videos or any other file) over the WiFi without a central server i.e. an ...
1
vote
3answers
129 views
MPI non-blocking communication and pthreads difference?
In MPI, there are non-blocking calls like MPI_Isend and MPI_Irecv.
If I am working on a p2p project, the Server would listen to many clients.
One way to do it:
for(int i = 1; i < highest_rank; ...
1
vote
1answer
221 views
How to stream video via bittorrent in an HTML5 <video>-tag?
How to use p2p-next.org´s SwarmPlayer v2..?
I´am trying to use this for an site, Do not have the money to pay for alot of bandwidth.
So I need steam the videos via bittorrent.
I´am using Ubuntu ...
-2
votes
3answers
482 views
How to develop peer-to-peer chat application in browser [closed]
I wish to develop a peer to peer chat application(in Javascript) in browser which uses some already developed javascript code for interaction to server. I have implemented web sockets but am facing ...
0
votes
1answer
139 views
Adobe Air Local Network P2P
Is it possible to have Adobe Air application to communicate with each other between a group of PCs networked locally and not connected to the internet? The command send from PC A to PC B, C, D, E, F ...
0
votes
1answer
57 views
Libtorrent python SSL bindings
Does libtorrent-python provide SSL bindings? So far it seems it does not expose SSL functionality - I found this discussion however, which mentions that SSL functionality was integrated into the ...
1
vote
0answers
173 views
make peer-to-peer voice chat between at least two iOS devices via adHoc network in background
I want to make an application that enable at least two iOS Devices to have voice chat via adHoc network, which is
iPhone A: adHoc network (WIFI hotspot)
iPhone B: connect to the WIFI hotspot(Iphone ...
1
vote
1answer
126 views
P2P Networking under the each NAT
I'm doing some mobile project, that need to P2P communication with two devices.
And I faced with problem. (cause it's rare that smartphone have public ip)
I found some answers. It is 'UDP Hole ...
0
votes
0answers
277 views
P2P (SIP) audio call in Android
I have a .Net program in which I use p2p audio call using my SIP SDK to transfer audio in my local network.
Now I'm going to develop an Android version of it but can't find an SDK that support p2p ...
0
votes
1answer
217 views
JAVA Connect Server Socket to another Server Socket (e.g. client to client)?
First of all sorry for the long winded title but i was unable to think of a suitable title, considering my question.
Now to the problem. I am creating a peer to peer chat application, which has the ...
0
votes
1answer
133 views
Using one socket for peer to peer communication
I want to write a peer to peer network application and have the following problem.
Two nodes in the network, A and B are trying to establish a connection to each other at the same time. When they ...
0
votes
0answers
86 views
Objective-C application with bidirectional file transfer across internet
Basically, I'm building a Dropbox clone that will avoid cloud storage. Ok, I'm not building it, but trying to estimate the amount of work needed.
Been reading different p2p options here on SO, but ...
0
votes
0answers
111 views
NS-3 Emu Net Device with WIFI P2P
I have a host that runs ns3 in it. The host has a wireless interface card wlan0. I configured wlan0 (using wpa_supplicant) to have a wifi p2p connection with my android phone that uses wifi-direct ...


