项目作者: hv15

项目描述 :
An example Android application that utilises the net.wifi.p2p API.
高级语言: Java
项目地址: git://github.com/hv15/aperi.git
创建时间: 2014-04-29T15:06:58Z
项目社区:https://github.com/hv15/aperi

开源协议:Apache License 2.0

下载


Aperi - A Wi-Fi Direct Demo

About

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.

To Do

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:

  • Be able to do file transfers from one client to another
  • Have better Client-IP address storage and distribution mechanisms
  • Use a more robust and secure way of transferring messages between clients
  • Make use of a devices Wi-Fi connection to share an internet connection across
    all clients

License

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”