Skip to the content.

VeeaWiFiAnalyzer

VeeaWifiAnalyzer, inspired by the open-source WiFi Analyzer app. We’ve added several functionalities and customized it to meet our specific needs.

Attribution

This project uses WiFiAnalyzer by VREMSoftwareDevelopment, licensed under the GNU General Public License v3.0 (GPLv3). Please click here to check the original license.

Table of Contents

Features

Please note VeeaWifiAnalyzer is not a WiFi password cracking or phishing tool.

Usage Tips

License

GPLv3

VeeaWifiAnalyzer is licensed under the GNU General Public License v3.0 (GPLv3).

GPLv3 License key requirements:

GNU General Public License v3.0 (GPLv3) Explained in Plain English

GNU General Public License v3.0 (GPLv3).

Privacy policy

Build project

  1. Install Android Studio
  2. Import project into Android Studio
    • In Welcome to Android Studio Screen select Import project …
    • Select the root directory of the VeeaWifiAnalyzer repository and click “OK”.
    • VeeaWifiAnalyzer will build automatically.

Running lint, unit tests and jacoco coverage report

./gradlew lintDebug jacocoTestCoverageVerification