An example Android application that utilises the net.wifi.p2p API.
Aperi is the result of my dissertation work for my final year undergraduate
programme.
The application makes use of the Wi-Fi Direct APIs in Android
([net.wifi.p2p][wifip2p]) as an example of how to use them and what the result
is.
Though the application is functional I want to add bits and bobs to it and flesh
it out further. I hope that in the near future it will:
This project is licensed under the Apache License (version 2) which can be
viewed in the root directory in LICENSE
or [online][license].
[wifip2p]:
http://developer.android.com/reference/android/net/wifi/p2p/package-summary.html
“The Android net.wifi.p2p API”
[license]:
http://www.apache.org/licenses/LICENSE-2.0.html “Apache License, Version 2.0”