Network monitor for Xfinity routers. Shows connected devices, signal strength, MAC vendors, and more.
- Real-time device list from router
- MAC vendor lookup (86K+ manufacturers)
- Signal strength (RSSI) display
- Online/offline tracking
- Public IP detection
- Multiple themes
git clone https://github.com/Ringmast4r/Router-Rader.git
cd Router-Rader
cp config.example.json config.json
# Edit config.json with your router password
python router_radar.py
# Open http://localhost:2600{
"router": {
"ip": "10.0.0.1",
"username": "admin",
"password": "YOUR_PASSWORD"
}
}MIT with Attribution - credit required. See LICENSE.
Created by Ringmast4r