- Scan WiFi networks and display their signal strength
- Emit beeping sounds to indicate signal strength
- Filter WiFi networks by signal strength and other parameters
- Display a heat map of WiFi networks in your area
- Allow users to customize the app settings and preferences
- User authentication and authorization features
- Record WiFi network data in the app's database and display it in user history
- Backend server written in Node.js using Postgresql
- Frontend admin panel for managing WiFi networks, users, and statistics
- Open the app and allow it to access your device location
- The app will start scanning for nearby WiFi networks
- As you move around, the app will emit beeping sounds to indicate the signal strength of the WiFi networks in your area
- Use the filters to narrow down the results and view a heat map of WiFi networks
- Customize the app settings and preferences in the user settings menu
- View your scan history to see previously scanned WiFi networks
- Android Studio SDK
- Server
- Get the latest snapshot
git clone https://github.com/Bioneisme/wifi-signal-strength-android.git
- Change directory
cd wifi-signal-strength-android
- Wait for the Gradle build to complete and the project to fully load in Android Studio
- Change the Base_URL in the config folder of the backend server to your own
- Launch the application
Backend - https://github.com/Bioneisme/wifi-signal-strength-backend