Android app that scans for wireless networks that have not security (no password) and sends the location and SSIDs of the networks to a server. The client can request the unsecured wireless networks close to it from the server and display them on a Google map..
WifiNetworksClient is hosted in the following web site
https://github.com/carmenl/WifiNetworksClient
If you think the Android project WifiNetworksClient listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of WifiNetworksClient.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 21 |
Minimum SDK Version | 8 |
Activity Count | 2 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.CHANGE_WIFI_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
WifiNetworksClient has the following Java source files.
com.example.wifinetworks.MainActivity.java com.example.wifinetworks.MapActivity.java com.example.wifinetworks.Wifi.java