martin-ger / esp_wifi_repeater

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

Make it works on esp32 #486

Open romcoca opened 2 years ago

romcoca commented 2 years ago

Hello and thank you for your project It works fine on esp8266 but i want to increase speed using esp32 I have tried https://github.com/martin-ger/esp32_nat_router/ but the captive portal dost not forward.

I let a issue on the esp32 repo to have an help.

Hello and thanks for this big job. Its works fine for me but not the forwarding of the Captive Portal. In fact, i connect the esp32 to a captive portal wifi and i want to fill captive portal information with my computer through the esp32 but the captive portal page never appears to the computer (computer -> esp32 (AP) & esp32(STA) -> Wifi router (Captive Portal) It work on esp8266 with https://github.com/martin-ger/esp_wifi_repeater but i want to increase the speed with esp32. Thank you