This is a Flask-based mobile-optimized dashboard designed for Termux on Android. It displays real-time Wi-Fi metrics including:
- Connected network SSID, IP, and RSSI (signal strength)
- Nearby Wi-Fi networks (via
termux-wifi-scaninfo) - A summary page, history tracking, and audit logs
- Auto-refresh every 15 seconds
- Termux (latest)
- Python 3.12+
- Flask
- termux-api
pkg update && pkg upgrade
pkg install git python termux-api
pip install flask
git clone https://github.com/Jesseray4u/WIFI_Dashboard.git ~/wifi_dashboard
cd ~/wifi_dashboard
python app.pyVisit: http://<your-device-ip>:8080 in a browser on the same network
- Auto theme toggle (Dark/Light)
- Mobile-friendly controls
- Modular Python subprocess logic
MIT License