martin-ger

Results 321 comments of martin-ger

The binaries are okay - please try the zip download and in case of trouble a lower baudrate for flashing.

Probably a download error - try to download the complete repo as zip and extract the binaries from there.

No, there is no default client. You can define a portmap rule for any required UDP port.

You have to modify the code: add the call(s) to ip_portmap_add() after esp32_nat_router.c#L367

Add the call(s) to ip_portmap_add() after esp32_nat_router.c#L367

I have no issues using the current binary. And in the sdkconfig file all neccessary options are also set.

I have no experience with Ethernet code on the ESP32 (mine is currently being shipped from China). Thus, your line of code doesn't tell me anything. Perhaps I will understand...

What do you mean: I didn't open the sources? It is all open source! The NAPT lib expension is now even part of espressif's esp_idf (https://github.com/espressif/esp-lwip). The fact, that I...

In the esp_wifi_repeater the determination which mesh level a node has is a complete protocol described here: https://github.com/martin-ger/esp_wifi_repeater#automesh-mode Is is not implemented in this software. However, you can modify the...