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)

1
vote
1answer
429 views

Socket.accept() throws null pointer exception

I am writing a single p2p file sharing program that will accept connections and also serve as server itself. Its in process but Line: 60 Socket sock1= tcpSocket.accept(); throws a Null pointer ...
0
votes
1answer
64 views

polling between sockets and stdin in java

I have to write a p2p program that has to act as both the client and the server. The program has to listen to both incoming connections(acts as server) and wait for the user input(acts as client). I ...
1
vote
1answer
230 views

Is this RTMFP delay acceptable?

I have a project that required me to use flash p2p video using RTMFP Flex. When we tested the application the quality was good but there was noticeable delay (1-2s) with the audio and the video. I ...
2
votes
1answer
145 views

TCP hole puching - How to proceed this step

I finished a P2P program in Java that is working perfectly in LAN range, and now I'm stuck at the well-known NAT traversal problem. I want to allow my users to connect to each other passing through ...
1
vote
0answers
35 views

is there a way to create a one on one video call without the use of media server?

I've been looking around the net if this has been done. I've seen an HTML5 application but it seems that only few browsers support this. I've also seen the one created by Ericsson but it was way back ...
2
votes
2answers
434 views

P2P instant messaging through NAT [closed]

I am trying to set up a P2P instant messaging system, and while I haven't hit the issue yet, I expect I will have some issues if the client is behind NAT on a local LAN (read: Everyone.) Let me ...
2
votes
0answers
212 views

Android P2P library

I want to share files from one android phone to other p2p. Let's suppose I know the IP of other user: 192.168.0.56 and I want to send a text file to this user. Is there any Library that can help me ...
1
vote
2answers
180 views

Peer 2 Peer connection in Java

I have been given a project in which I have to share files with peers without any intermediate server. I want to know how to know how many hosts are online on the network and how to connect to them. I ...
0
votes
2answers
226 views

HTML5 peer to peer video?

I am having trouble finding out if W3C has actually specified something for peer to peer voice and video. There are several old solutions (2011), with several blogs and posts on here saying those ...
0
votes
0answers
373 views

peer to peer socket programming in java [closed]

I am trying to develop a peer to peer application in java, i want to include the features of a server and a client in the same program and make them talk over the network. Can anyone tell me how to ...
0
votes
0answers
208 views

P2P using Boost asio UDP socket

I have written a P2P program using boost asio in C++. The basic algorithm is correct up to sending raw packets to both peer for hole punching. The hole punching happens 100% perfectly when there is a ...
0
votes
3answers
146 views

Interoperability of PeerConnection API and Flash p2p solutions

Does anyone know of a strategy for enabling browser-based voice/video chat that takes advantage of the PeerConnection API when possible and falls back to Flash for unsupported browsers? Or does the ...
0
votes
1answer
233 views

p2p c++ library with windows support?

I have a basic virtual environment (VE) made out of opengl. It has many movable cubes. It has a user controlled sphere which can collide and change position of the movable cubes in the VE. I want to ...
0
votes
1answer
89 views

May public IP address change with visiting different web resources under NAT?

My purpose is to make a P2P software.Firstly I make some test. After I connect to web via pppoe, I visit different website's phpinfo() page, but the result of _SERVER["REMOTE_PORT"] is different. ...
0
votes
1answer
256 views

Flex P2P multiple receivers from the same published NetStream

I'm doing P2P for my chat room. I can use Cirrus and transfer audio cum video well from 1 user to another. This is 1-to-1 transfer. However, now, the scenario is a little bit different. I need to do ...
0
votes
0answers
79 views

about P2P chunk size and transmission

does anybody know the general size of P2P chunks in different applications, like file sharing, living streaming, etc besides, how are p2p chunks are flowing in a IP network? if they are bigger than ...
0
votes
2answers
226 views

Getting started with p2p type networking/programming

I am learning C++ (as in, I am installing Visual Studio now, and I'm holding Horton's book in my hand), and my reason for doing so is that I want to write a p2p type client/server program that will ...
1
vote
1answer
41 views

Backend protocol for simultaneous editing [closed]

I am planning to develop application or extensions for applications so multiple users can use them to simultaneously edit text files (or any file where the data is stored in text format (like Dot ...
0
votes
0answers
18 views

About the Chord Network [duplicate]

Possible Duplicate: about P2P network Chord According to my understanding of Chord network, in a Chord ring, due to the property of hashing function, a file has only one key and so it is ...
0
votes
0answers
90 views

about P2P network Chord [closed]

according to my understanding of chord network for a chord application, there is only 1 chord ring in the world or not? for a certain file, the hash function only get 1 key so this file only exists ...
0
votes
0answers
88 views

Flash Player permissions for p2p connection

I'm developing a flash application using by p2p connection (RTMFP). But when tried to connect to p2p, Flash Player requesting permission from user. www.haxball.com using RTMFP like me, but it is ...
6
votes
0answers
436 views

Clients/Peers communication with wifi-direct on Android platform

I have three Android devices: A,B,and C. They are connected via wifi-direct (assuming B is the group owner). I just have two questions: 1. A want send a message to C, does the message have to pass ...
2
votes
1answer
327 views

How to perform P2P streaming video behind NATs using Java

We have an application that uses XMPP to communicate between two clients; a target system and smart phone (Android or iPhone). Both clients use the same account on an XMPP server to find and send ...
-5
votes
1answer
345 views

Get current seeder's IP addresses of a torrent using PHP [closed]

I am working on a BitTorrent like thing. How can I show the current seeder's IP address and their country flag the way it is shown in BitTorrent client?
2
votes
2answers
149 views

The most important basics of P2P

I've been reading around on the www but just can't get the most important basics of P2P. The diagram is like this: [peer1]<-->[dsl-router1]<-->[central ...
0
votes
1answer
536 views

webkitDeprecatedPeerConnection Chrome

I want to make a video platform. I am experimenting with WebRTC, running nodejs as a server. Now the problem is that I have Chrome 21 in Ubuntu goes as it should, no errors at all, but in Chrome 23 ...
0
votes
1answer
116 views

Local P2P Library/Protocol

Can anyone recommend a LOCAL P2P library or protocol for linux? I'm looking for P2P solution limited to a LAN for distributing a single file (5-300M) that I periodically update in my app. I'm trying ...
0
votes
1answer
189 views

Sip2Peer. Trying to make bootstrap and Android example work --> numPeer is always 0 and list is empty

I'm new with Sip2Peer and I was trying to set my Bootstrap Peer and SBC to use the Android example. I installed Apache Ant in my server and executed BootstrapPeer.java and ...
0
votes
0answers
100 views

Listening for other hosts in a p2p client for a LAN

I am making a decentralized peer to peer file sharing application that will only ever be used to share files among computers on the same network. I was thinking it would work something like this: ...
2
votes
0answers
612 views

WebRTC via Websockets on python

I'm trying to port this app to python gevent-websocket server without node.js server. class WebSocketApp(object): def __call__(self, environ, start_response): ws = environ['wsgi.websocket'] ...
1
vote
2answers
591 views

Realtime P2P communication between mobile devices

I am building a mobile device that needs to send realtime information to other devices. I have considered XMPP but I do not have a server, so the communication must be only between the devices. Is ...
0
votes
1answer
257 views

call application libjingle, user automatically removed from roster. why?

Okay, Tried running the compiled "call" program in libjingle-0.6.14, on 2 laptops with ubuntu 11.10, When i log in from the first laptop, and logged in again (with different account) from the other ...
2
votes
0answers
73 views

broadcasting the 'computer information' to all the computers that have the FOO application installed and are connected to internet

Is there any way I can broadcast my computer name/location/IP and also receive their computer names via a program connected to internet without a central server at work ? Consider this for example.Can ...
0
votes
2answers
114 views

App Engine servlet lifetime cycle

I have got doubts considering the lifetime cycle of webapps using AppEngine. Let's consider the following situation: I would like the servlet to be super peer in my p2p network, which serves ...
2
votes
1answer
664 views

data transfer between an android and an ios device

I want to transfer some data (app specific data) from an ios device to the android device (and vice versa) running the same application for respective platform. I understand the easiest way to ...
1
vote
1answer
964 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 ...
0
votes
0answers
87 views

Compiling aMule-2.3.1 on windows under MinGw

I'm trying to compile aMule-2.3.1 with MinGw I configured it like this ./configure --prefix=/mingw --enable-amulecmd --enable-alc --enable-alcc --enable-nls --enable-rpath --enable-optimize ...
1
vote
2answers
416 views

Client/Server peer-to-peer discovery across WiFi/Domain networks

I'm trying to create a client/server application (with a Windows Phone 7 client and a Windows PC server) that can auto-discover each other on a network without any intervening servers or pre-existing ...
1
vote
1answer
140 views

Creating a simple P2P search method using SIP subscribe/notify

I'm currently developing a prototype for a P2P SIP-based media sharing application for an assignment in school. I have to implement a simple search function using SIP Subscribe/Notify. I'm trying to ...
0
votes
3answers
259 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
40 views

Peer-Assisted Access not remember in flash global settings in Chrome

Chrome, Windows. When user open my application (this app used p2p) and click Allow on this Peer-Assisted popap (select "remember") http://screencast.com/t/zCAcuafni9 this site(flashstudio.com.ua) ...
1
vote
2answers
280 views

UDP Packet arrangement

I have implemented a P2P application using Boost C++. As you'll no that UDP does not guarantee packet order or even packet delivery, so i thought of : Put all the received UDP packet for one request ...
0
votes
1answer
182 views

Java over internet p2p connection , simple and best perfomence library [closed]

I need to create p2p connection over internet, my little researches told me such technoligies: ICE, STUN, UpNp, JXTA. I need first of all, good perfomence, good examples... What kind of libraries are ...
1
vote
1answer
104 views

P2P Framewoks (for a social network project)

for my license degree (I'm a CS student) I have to build a P2P Social Network. I've done some research over the internet but I couldn't find clear info about how I could achive this or what are some ...
0
votes
2answers
135 views

How to update entries in a DHT

I know how data is (in theory) stored in a DHT. However, I am uncertain as to how one might go about updating a piece of data associated with a key. Is this possible? Also, how are conflicts handled ...
1
vote
1answer
317 views

How to stream multimedia files using C# and ASP.NET in P2P manner?

so what I want to do is build up a custom web player that should have the facility to allow any user to select a file from his local hard disk and the play that, so that some other person can view it ...
0
votes
0answers
58 views

how GTalk send file work?

Do you know how send file work for GTalk, is there any Network Behavior Analysis article on it? E.g. clientA send file to clientB, how to identify this file in the network level? Thanks :)
0
votes
2answers
1k views

Connect android 4.0.3 phone to Wifly

How do you connect an Android 4.0.3 phone to a Wifly module using level 14 API function wifi direct? I configured Wifly to work in adhoc mode, and wrote the Android app as shown in the ...
0
votes
1answer
149 views

P2P Discovery Function

I'd like to know how to implement a discovery function in a LAN P2P Network. I don't want to use the .NET 3.5 P2P library,i want to design it myself.For the moment when a user presses Connect button, ...
0
votes
0answers
77 views

peer to peer communication - latency calculation [closed]

I want to measure my c program time(in millis). the thing is that my program do p2p communication with other pc using UDP sockets. let's say I have pc1 and pc2, pc1 do stuff, then it sends data to ...

1 3 4 5 6 7 18