martin-ger / esp_wifi_repeater

A full functional WiFi Repeater (correctly: a WiFi NAT Router)
MIT License
4.72k stars 897 forks source link

code compilation for esp32 esp-idf #475

Closed Mrivilla closed 2 years ago

Mrivilla commented 2 years ago

Hi dears, I show the esp nat project, but I'm interested in the automesh in this project. It would be possible to compile this project in esp-idf for ESP32?

Thanks in advance. Marcos.

martin-ger commented 2 years ago

No, it is only implemented in the ESP8266 version. The code is substatially different due to the differences in the SDKs.

Mrivilla commented 2 years ago

Thanks Sir. It will be a good exercise for me refreshing my programming. Regards.