esp32_nat_router
esp32_nat_router copied to clipboard
A simple NAT Router for the ESP32
Will this project work with Particle Boron? ...assuming no.
Scan API
Hey martin do u including scanning button for wi-fi network ? To see what network of around me ?
Hi Martin, i love yor work, im using the esp8266 router and it works great, but i need more speed (im working in a rural school) could you please implement...
I want to use Deeper sonar but I can't.
Hi, I have created mesh on esp32c3 taken a reference from [wifi repeater](https://github.com/martin-ger/esp_wifi_repeater/issues). Thank you @martin-ger for this. We are using esp-idf revsion ESP-IDF v4.3-beta3-dirty. I have enable napt using...
For a ESP32 Dev board with Oled and battery, it would be great to show a Status. Like Signal strange, IP, clients and so on...
Hi, and congrats on your work, I find it super interesting! I'm testing the prebuilt firmware in a Lolin D32 Pro (ESP32-Wrover) and I can't squeeze more than between 0.5...
Reboot button in web UI doesn't cause router reset due to http_server.c expecting 'Restart' instead of 'Reboot' pages.h: 147 `'\'` sets 'reset' = 'Reboot' http_server.c: 68 'if (strcmp(buf, "reset=**Restart**") ==...
Hello , Is there any way that you can protect the setup page Also is there any way I can configure the router using post requests from python eg ```python3...
Is there a way to integrate the NAT feature into a Arduino project?