Skip to content

This is a Flask-based mobile-optimized dashboard designed for Termux on Android.

Notifications You must be signed in to change notification settings

Jesseray4u/WIFI_Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Wi-Fi Dashboard

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

Getting Started

Requirements

  • Termux (latest)
  • Python 3.12+
  • Flask
  • termux-api

Installation

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.py

View Dashboard

Visit: http://<your-device-ip>:8080 in a browser on the same network

Features

  • Auto theme toggle (Dark/Light)
  • Mobile-friendly controls
  • Modular Python subprocess logic

License

MIT License

About

This is a Flask-based mobile-optimized dashboard designed for Termux on Android.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published