martin-ger

Results 321 comments of martin-ger

Okay, I understand. The later ESP32 Arduino core includes the lwip_napt.h from the esp-idf ( https://github.com/espressif/arduino-esp32/blob/master/tools/sdk/esp32/include/lwip/lwip/src/include/lwip/lwip_napt.h ). So I guess it is included in liblwip and you can just include...

Does it change anything if you include "dhcpserver/dhcpserver.h" and "dhcpserver/dhcpserver_options.h" as "extern "C" { ... }?

I used this: https://github.com/espressif/esp-idf/releases/tag/v3.3.5

Did you configure this: ``` in the project directory run make menuconfig (or idf.py menuconfig for cmake). *Component config -> LWIP > [x] Enable copy between Layer2 and Layer3 packets....

Should be encrypted after restart - perhaps something cached in the client?

The idea is the same, but the implementation is completely different and it has LEDs features. Am 20. April 2021 16:59:25 schrieb xenpac ***@***.***>: > > is this project actually...

Where did you change the IP address? Here as well? https://github.com/martin-ger/esp32_nat_router/blob/master/main/esp32_nat_router.c#L505 Think, this should do the job...

Added a new command on the serial console: "set_ap_ip [addr]". With this you can modify the IP of the ESP's AP.

Did you download the binaries separately with the browser. Perhaps you corrupted them during download. Please try to download the zip-file and extract the binaries from there. This is the...