A tool to visualize and export collected wireless data from the WigleWifi Android application.
WifiExporter is hosted in the following web site
https://github.com/jhannah01/WifiExporter
If you think the Android project WifiExporter 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 WifiExporter.
Item | Value |
---|---|
Java File Count | 19 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 11 |
Activity Count | 3 |
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.INTERNET android.permission.READ_EXTERNAL_STORAGE android.permission.WRITE_EXTERNAL_STORAGE com.blueodin.android.locationapi.maps.permission.MAPS_RECEIVE com.google.android.providers.gsf.permission.READ_GSERVICES |
Asset File Names | assets\Brown Circle.png assets\Green Circle.png assets\Grey Circle.png assets\Orange Circle.png assets\Red Circle.png |
There are 5 image files in WifiExporter. The names of the image files are listed as follows.
ic_blue_wifi.png ic_green_wifi.png ic_grey_wifi.png ic_orange_wifi.png ic_red_wifi.png
The following screenshort is generated from the image listed above.
WifiExporter has the following Java source files.
com.blueodin.wifiexporter.MainActivity.java com.blueodin.wifiexporter.NetworkMapActivity.java com.blueodin.wifiexporter.SettingsActivity.java com.blueodin.wifiexporter.WifiExporterApplication.java com.blueodin.wifiexporter.adapters.ExpandableNetworkAdapter.java com.blueodin.wifiexporter.adapters.LocationAdapter.java com.blueodin.wifiexporter.adapters.NetworkAdapter.java com.blueodin.wifiexporter.exceptions.IllegalNetworkType.java com.blueodin.wifiexporter.exceptions.WifiExporterError.java com.blueodin.wifiexporter.fragments.LocationListFragment.java com.blueodin.wifiexporter.fragments.NetworkListFragment.java com.blueodin.wifiexporter.fragments.NetworkMapFragment.java com.blueodin.wifiexporter.jsonclient.JSONClient.java com.blueodin.wifiexporter.jsonclient.JSONUploadTask.java com.blueodin.wifiexporter.jsonclient.JSONUploadTaskParams.java com.blueodin.wifiexporter.types.LocationMapMarker.java com.blueodin.wifiexporter.types.WigleDbManager.java com.blueodin.wifiexporter.types.WigleLocation.java com.blueodin.wifiexporter.types.WigleNetwork.java