1

別のAndroidデバイス(wifiホットスポットを使用)によって作成されたwifiアクセスポイントを使用してデータを共有するために、2つのAndroidデバイス(Android 2.Xを実行)が相互に接続するアプリケーションを開発したいと考えています。Android 2.2 以降を実行しているすべての Android デバイスをホットスポットとして使用できます。それは問題ではない。主なことは、メッセージの送受信にそのアクセス ポイントを使用して 2 つの Android デバイスを接続することです。

4

1 に答える 1

0

well I'm not an android developer but the pattern should be the same:

There are many ways to make a device declare itself as a hotspot. The simplest I can think of is to install a whatever adhook program that does that for you or whatever other program that uses the wifi capailities of the android device or any other connectify program or you can write one yourself

see this search use android as a router

Second you have to think how other devices are going to connect to this mobile "server" is this going to be just a bridge or what? how are you going to authenticate the devices to communicate with each other

And finally you have to think how to the devices are going to communicate. Do you want to use an FTP protocol for file transfer or what exactly?

These are all questions you have to think about and without concrete project requirements it is difficult to help further

于 2012-12-23T13:17:33.693 に答える