0
votes
4answers
27 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 …
0
votes
0answers
8 views
WCF P2P “Lost” Messages
I have a simple WCF-based P2P application that essentially allows users to chat via the command line. (This is a proof of concept app.) It uses PNRP for name resolution.
When each …
0
votes
0answers
25 views
The most efficient DHT
What is the most efficient DHT? I am looking for name and/or some kind of implementation or related work, but I am not looking for the one that is most used.
Efficient in terms of …
1
vote
4answers
274 views
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 DHT in protocols like bittorrent work. How does the client know …
0
votes
3answers
265 views
Is SCTP good for peer-to-peer apps?
I am considering using SCTP instead of TCP for a p2p app written in C. Should I do it? Also how does the speed of SCTP compare to the speed of TCP?
EDIT:
I found that SCTP can be …
0
votes
1answer
30 views
P2P or Distributed System implementation
Hi,
I have the work of implementing a distributed system of nodes (like p2p nodes) each of these nodes (lets say A,B,C and D) perform certain functions and need to interact with e …
2
votes
2answers
114 views
The easiest DHT to implement
Which Distributed Hash Table (DHT) is easiest to implement in Python? Any good example that is not bloated?
I not am looking for a definition of DHT because I am more oriented and …
0
votes
1answer
8 views
What is test1, test2 and test3 in case of STUN ?
Hello,
I didn't understood importance of three tests in case of STUN ? STUN server is used for knowing external port and ip address so why three requests?
Thanks
0
votes
1answer
39 views
IPhone P2P - Problem with p2p connection when 3 iphones are searching
Here's the situation, I made a game that use GKSessionModePeer to do the multiplay mode, but the problem is happened when I use three iphones, just call them A,B,C
when A and C sea …
0
votes
2answers
87 views
.Net implementation of DHT
Are there any open-source .Net implementations of distributed hash tables such as Chord, Pastry, Tapestry?
0
votes
1answer
16 views
How to create a virtual network for an application
I'm creating a simple p2p application. To test this I'd like to be able to simulate a simple network of about 2-3 computers, such that each instance of the application thinks its o …
1
vote
1answer
35 views
p2p video conference
I have developed a peer to peer wpf application and in it I am just broadcasting my video to other peers, but I also want to see their video at the same time. Currently I do not kn …
0
votes
1answer
29 views
Document ranking strategy for P2P file sharing system.
Recently, I got a task of building a P2P file sharing system.
There is one requirement : the system should have a document ranking algorithm so that it could be used help users fi …
0
votes
3answers
227 views
Scaleability of TCP keep-alive
Consider a large scale, heterogeneous network of various devices. These devices are providing services to others on the network in a peer-to-peer fashion. The mechanism used to t …
3
votes
4answers
290 views
Data structures for real time applications
We are designing a p2p applications using c++ which transmits voice to other peer using UDP.
We are capturing a mic signal in a buffer in the thread which captures voice for one …
