Thomas Krueger
Thomas Krueger
ok, now im getting: esp32_nat_router/components/cmd_router/cmd_router.c:27:2: error: #error "IP_NAPT must be defined" #error "IP_NAPT must be defined" ^~~~~
ok thanks, i just used the binarys for now.
works;) but the esp_nat_router appears as "non-encrypted" although i set a passwd in the webconfig. do i have to select an encryption scheme somewhere?
what encryption scheme are you using?
ok, a passwd length of 4 was too short ;_) now using a length of 10 and it works.
is this project actually the same as the esp-wifi-repeater , just for the esp32?
nebenbei....eine seehr schöne software...Kompliment!
general question: your "auto-mesh" network, is it using the esp-idf mesh api ? or did you design it yourself?
Hi elerir, Well, i am using linux to compile these projects. You need ESP-IDF from: https://github.com/espressif/esp-idf The crosscompiler from: https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0.tar.gz When downloaded, you need to clone this project to somewhere...
PS. i checked the configuration value of the TCP/IP-Adapters IPaddress_lost_timer. Its set to 120 seconds, so plenty of time for doing 5 retrys. If after 5 retrys no connection can...