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.
I'm going to try to work a little on this project again.
New compiled APK version is just the newly compiled version on latest version of Android Studio.
I think that the size of the file is less great than the previous compiled version because I have not signed the version 2.0.1. But the source code is exactly the same.
I have also put DvxBluetoothScan here since some times now, and this is a Bluetooth devices scanner. There is a beep sound that is emitted each time a device is detected.
Last edit: Reuniware Systems 2017-01-22
hi dear
where is source code/???
thanks u
Hi
Source code is here :
https://github.com/reuniware/Android-DvxWifiScan