Android P2P Multiplayer game (with a) XMPP/Google talk b) JXTA peerdroid c) other way)
Posted
by Kristof
on Stack Overflow
See other posts from Stack Overflow
or by Kristof
Published on 2010-03-04T19:56:08Z
Indexed on
2010/06/08
3:02 UTC
Read the original article
Hit count: 301
Hi,
I am an android developer and I made some board games. Now i want to make some of my board games multiplayer. I don't want to create and host my own web service, so i thought about P2P.
The first thing i found was the XMPP protocol, however it's not real P2P, but if i can use the existing google talk service, i'm ready to go. Is this possible while using your existing google account without interfering with the normal working of your google talk client?
Then i heard about JXTA, a real P2P solution, and it's already ported from J2ME to Android (http://code.google.com/p/peerdroid/).
Maybe i am overcomplexing things here (as i do sometimes)
I just want to know the easiest way to do simple P2P for a boardgame.
All your opinions are welcome! Thanks in advance
© Stack Overflow or respective owner