martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.78k stars 903 forks source link

add wifi scanning in web page #207

Open duile11 opened 6 years ago

duile11 commented 6 years ago

The possibility of selecting the wifi points from the interface would facilitate the configuration

list scan: 1- Apwifi 2- Servicewifi 3- ....

https://github.com/samdenty99/Wi-PWN/blob/master/pictures/windows/chrome/default/scan.png

duile11 commented 6 years ago

`

Selections STA:

SSID BSID Signal Strength
Apwifi 00:00:00:00:00:00 65%
Servicewifi 11:11:11:11:11:11 50%
     
     

`

Ideas to improve :)

r1bnc commented 6 years ago

you can add it to web.h but loading the page is slow. You can get the telnet scan command string to output on web.h as %s variable.