martin-ger

Results 321 comments of martin-ger

Does ist help to increase HTTPD_MAX_REQ_HDR_LEN in the configuration?

Would be indeed an interesting extension and should be possible - but is there an wireguard lib for esp-idf available?

It has been build using the plain ESP-IDF: https://github.com/martin-ger/esp32_nat_router#building-the-binaries

Should be not so difficult to combine it with something like: https://github.com/VALERE91/ESP32_WifiScan If I (or somebody else) find some time. Von: megabyte2010 ***@***.*** Gesendet: Mittwoch, 26. Mai 2021 13:27 An:...

The tablet should also have a 192.168.x.x IP, right? It should be able to ping the router and the mixer. Any device in the 10.20.1.0 network should see the ping...

Connection of the router with a random WiFi-password should work. Afterwards the captive portal asks for the user credential from the first client connected to the router.

I'm sure, it can be done easily, but the current software has no Ethernet support. Interesting board - will try to get one...

With set_ap_ip on the command line you can change the IP range of the internal network.

Currently, I am not working on that. But actually, it should not be so hard, as NAT-routing is now supported by the ESP-IDF.

Does this answer the question? From https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/build-system.html : - idf.py clean will “clean” the project by deleting build output files from the build directory, forcing a “full rebuild” the next...