All Projects → VREMSoftwareDevelopment → Wifianalyzer

VREMSoftwareDevelopment / Wifianalyzer

Licence: gpl-3.0
Android application to analyze WiFi signals.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Wifianalyzer

Server
EQEmu - Open Source EverQuest Server
Stars: ✭ 319 (-75.27%)
Mutual labels:  gplv3
Lizardfs
LizardFS is an Open Source Distributed File System licensed under GPLv3.
Stars: ✭ 793 (-38.53%)
Mutual labels:  gplv3
Kaidan
[Replaced by https://invent.kde.org/network/kaidan] Kaidan, a simple and user-friendly Jabber/XMPP client for every device and platform.
Stars: ✭ 67 (-94.81%)
Mutual labels:  gplv3
Winspd
Windows Storage Proxy Driver - User mode disk storage
Stars: ✭ 335 (-74.03%)
Mutual labels:  gplv3
Nzedb
nZEDb - a fork of nnplus(2011) | NNTP / Usenet / Newsgroup indexer.
Stars: ✭ 556 (-56.9%)
Mutual labels:  gplv3
Hpsx64
Source Code of HPSx64 (A set of PS1 and PS2/PS1 emulators)
Stars: ✭ 14 (-98.91%)
Mutual labels:  gplv3
Autumn
A macOS window manager for JavaScript hackers
Stars: ✭ 294 (-77.21%)
Mutual labels:  gplv3
Starviewer
Starviewer, a cross-platform open source medical imaging software
Stars: ✭ 83 (-93.57%)
Mutual labels:  gplv3
Hueman
Hueman WordPress Theme
Stars: ✭ 559 (-56.67%)
Mutual labels:  gplv3
Alchemy
An open drawing project
Stars: ✭ 63 (-95.12%)
Mutual labels:  gplv3
Doomretro
The classic, refined DOOM source port. For Windows PC.
Stars: ✭ 349 (-72.95%)
Mutual labels:  gplv3
Red Moon
Android screen filter app for night time phone use.
Stars: ✭ 476 (-63.1%)
Mutual labels:  gplv3
Spreadsheet
The Ruby Spreadsheet by ywesee GmbH
Stars: ✭ 1,033 (-19.92%)
Mutual labels:  gplv3
Launchpad
An open-source game launcher for your games
Stars: ✭ 322 (-75.04%)
Mutual labels:  gplv3
Bleachbit
BleachBit system cleaner for Windows and Linux
Stars: ✭ 1,151 (-10.78%)
Mutual labels:  gplv3
Kupfer
kupfer, smart, quick launcher. `master' is kupfer's release branch.
Stars: ✭ 304 (-76.43%)
Mutual labels:  gplv3
Stand Bye
tool to put your pc to sleep when it's REALLY idle
Stars: ✭ 12 (-99.07%)
Mutual labels:  gplv3
Weakforced
Anti-Abuse for servers at authentication time
Stars: ✭ 84 (-93.49%)
Mutual labels:  gplv3
Deos
The distributed exokernel operating system
Stars: ✭ 80 (-93.8%)
Mutual labels:  gplv3
Turbo Editor
Simple and powerful File Editor for Android. All is licensed under the GPLv3 license.
Stars: ✭ 1,139 (-11.71%)
Mutual labels:  gplv3

WiFi Analyzer Application Icon

News:

Get it on Google Play Get it on F-Droid Get it at Amazon Store

This is the official repository of WiFi Analyzer.

Feature Graphic - Dark Theme Feature Graphic - Light Theme

Table of Contents

Features

  • Identify nearby Access Points
  • Graph channels signal strength
  • Graph Access Point signal strength over time
  • Analyze WiFi networks to rate channels
  • HT/VHT Detection - 40/80/160MHz (Requires Android OS 6+)
  • Access Point view complete or compact
  • Estimated Distance to the Access Points
  • Export access points details
  • Dark, Light and System theme available
  • Pause/Resume scanning
  • Available filters: WiFi band, Signal strength, Security and SSID
  • Vendor/OUI Database Lookup
  • The application has too many features to mention them all

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

Usage Tips

  • Tap the title bar to switch between 2.4 and 5 GHz WiFi band.
  • SSID with *** or *hidden* means it is hidden.
  • Access Point security:
    • WPA2/WPA WPA3(SAE)/WPA2/WPA
    • WEP/WPS WEP/WPS
    • Disabled Disabled
  • Wi-Fi Standard (Requires Android OS 11+):
    • Wi-Fi 802.11a/b/g Wi-Fi 802.11a/b/g
    • Wi-Fi 802.11n Wi-Fi 802.11n
    • Wi-Fi 802.11ac Wi-Fi 802.11ac
    • Wi-Fi 802.11ax Wi-Fi 802.11ax

How-to

FAQ

Feedback

License

GPLv3

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

GPLv3 License key requirements:

  • Disclose Source
  • License and Copyright Notice
  • Same License
  • State Changes

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

GNU General Public License v3.0 (GPLv3).

WiFi Analyzer Build

Workflow Status Codacy Badge codecov

Known Vulnerabilities FOSSA Status

Issues Star Fork

Contribute

  • Feel free to fork the project and submit your changes.
  • To learn how to submit a pull request click here.
  • We want to express our gratitude to all people for their contributions, such as: patches, bug solving, updates and etc.
  • If you would like to contribute financially to the project please feel free to send any amount through paypal.
    • Thanks to every one who already donated so far!

Fork project

How to fork project

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 WiFi Analyzer repository and click "OK".
    • WiFi Analyzer will build automatically.

Running unit tests and jacoco coverage report

./gradlew lint testDebugUnitTest jacocoTestReport
  • lint report: app/build/reports/lint-results.html
  • unit test report: app/build/reports/tests/testDebugUnitTest/index.html
  • code coverage report: app/build/reports/jacoco/jacocoTestReport/html/index.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].