esp32_nat_router
esp32_nat_router copied to clipboard
compile with ESP-IDF v4.4 and network problems with the prebuild binaries
Thanks a lot for your work, also for the "esp_wifi_repeater"!
I have problems with the prebuild binaries. With port forwarding the speed to a mobile device in the ESP AP network is very bad with droppings and the ping is very high (sometimes 750ms and more with a lot of timeouts), but the mobile device itself is able to reach the 16.0 MBits/s or more the other way without problems.
If I compile the sources with ESP-IDF v4.4 the ping is much better/normal, but there's no port forwarding possible. All other things are working. The settings for "Method 1 - ESPIDF" were made correctly.
Ping and port forwarding with esp_wifi_repeater is much better, but of course the overall performance lower.
Are there some breaking changes with IDF v4.4?