Now that the LWIP patches have been merged in v4.1-beta2 it is possible to run this compile this example without modifications, however it does not appear to work with the new esp_netif system which has replaced tcpip_adapter, and unusually the new esp_event system also seems to be preventing it from working. Has anyone had any success enabling NAT with the latest WiFi sample code? https://github.com/espressif/esp-idf/blob/master/examples/wifi/getting_started/station/main/station_example_main.c
The esp-nat-router project is a more recent and advanced NAT router project for the ESP32 using the esp_netif system. I tried it with ESP-IDF v4.2.1 and had no problems.
Now that the LWIP patches have been merged in v4.1-beta2 it is possible to run this compile this example without modifications, however it does not appear to work with the new
esp_netif
system which has replacedtcpip_adapter
, and unusually the newesp_event
system also seems to be preventing it from working. Has anyone had any success enabling NAT with the latest WiFi sample code? https://github.com/espressif/esp-idf/blob/master/examples/wifi/getting_started/station/main/station_example_main.c