[android-developers] Re: Peer-to-peer phone application?

2009-09-25 Thread Roman ( T-Mobile USA)
Right now there is no "real" P2P possible on Android using the official SDK APIs. In case of Wifi there is no support of Ad-Hoc. You could try to use a multicast approach where you try first to discover which devices are in the WLAN. Problem with multicast/broadcast on Wifi is that your network p

[android-developers] Re: Peer-to-peer phone application?

2009-09-24 Thread Dan Sherman
Put a server between them, and have each of them talk to the server. NAT punchthrough and such isn't easy, and to be honest, with a game, you want some sort of central system to make sure everything is legit (anti-cheating) :) - Dan On Thu, Sep 24, 2009 at 5:21 PM, Silver wrote: > > Hello all,