The title is the question....开发者_StackOverflow中文版You can open a ServerSocketConnection and a SocketConnection on the other side. This allow two way direct communication between two mobile phones
used this 开发者_开发百科website for the long time to find answers, now need to ask on myself! :)
I开发者_高级运维s it possible to stream realtime in a dht network like kademlia?Skype uses a DHT.
I want to use AsyncSocket class for peer - to - peer chat. I have been able to make a sample chat application where one user can communicate with other user by transmitting messages to server and then
Is it possible to set up Android in ad-hoc peer-to-peer wifi mode?For example, I would like to have one phone broadcast a message, and have all peers in the network receive the broadcast, without havi
Flash 10+ allows peer to peer capabilities to be implemented in Flex and Flash applications. However Adobe has sought to \"control\" this feature by ensuring that P2P can only be achieved using their
Does the net.p2p protocol allow peers to connect over the Internet (through NAT, Firewall, etc). I understand that PNRP addresses this (thats fine if your using ipV6) but can this also be done when u
I\'m creating a P2P Java application in JXTA, for simple messaging between peers. I want to create a similar program on th开发者_如何学Pythone iPhone, that will be able to talk with this java JXTA pro
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开发者
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.