DvxWifiScan is a wifi 802.11x scanning application for Androïd 4.x and more. It allows you to :
- Launch a one-time scan of all wifi network SSIDs around
- Launch a wifi access points loop scan that writes its result on screen, in a file at the root of the sdcard (/sdcard/dvxwifiscan-scan.log), and in an embedded sqlite database (default system storage).
- Stop and start the wifi interface + get the MAC address of the connected interface
- Get the LAN IP address currently in use (or 0.0.0.0 if none)
It is optimized for low memory consumption. For now the embedded database does not interact with any outside server. I would like to allow the user to be able to transfer all the data from the sqlite database on the android device to a database or any form of visual report on the user's laptop or computer, through LAN in a first step, then through WAN in a second step.
The feature of storing the GPS coordinates from which the scan was performed will soon be ok.
Features
- One time wifi SSID scanner
- Wifi loop scanner and logger (to screen and file)
- Start wifi interface and getting MAC address of wifi router
- Stop wifi interface
- Clear screen
- Getting LAN IP address
Follow Android DvxWifiScan - Wifi scanner
User Reviews
-
Source code uploaded