How to implement JXTA for wireless connectivity?

338 Views Asked by At

Is it possible, if two devices that are turning on their Wifi. But they're not connected to any network. And then.... they want to implement JXTA (peer2peer) activities on android. How?

What are the possibilities?

1

There are 1 best solutions below

1
Felipe Vasconcelos On

Have a look at: peerdroid.

Peer Droid is the porting of JXME protocol to Android Platform. It allows the Android Developers to create application for Android platform that uses the features of JXTA system along with Android potential, interacting with other mobile terminals and other traditional peers (Personal-Computer).

You can go to source -> browse -> trunk -> PeerDroidSample and see some piece of code.

Tutorial: https://code.google.com/p/peerdroid/wiki/PeerDroidTutorial

[]'s