Page 1 of 1

Ethernet Wi-fi Bridge, or AP + STA bridge

Posted: Thu Oct 26, 2017 12:59 am
by pumpkin_pie
I was wondering if it was possible to either bridge the Ethernet to the Wi-Fi, or to put the Wi-Fi in APSTA mode and bridge the AP to the STA. Basically I want the functionality of being able to have devices connect to the ESP32 and for them to have internet through the ESP32. I imagine this should be possible, but I have not been able to unearth any native support for this type of thing? Is there any info out there about working examples of this, or steps to take to make this work?

Thanks

Re: Ethernet Wi-fi Bridge, or AP + STA bridge

Posted: Fri Oct 27, 2017 5:05 pm
by pumpkin_pie
I have seen an example of a NAT router for the ESP8266 here:
https://github.com/martin-ger/esp_wifi_repeater

I think NAT functionality would also be a good solution to the traffic routing problem. Does the ESP32 use a customized version of the LwIP library? Could I find a version of LwIP that supports one to many NAT and build my firmware with that library?

Re: Ethernet Wi-fi Bridge, or AP + STA bridge

Posted: Thu Apr 19, 2018 3:26 pm
by seigel
Following. Any headway?

Re: Ethernet Wi-fi Bridge, or AP + STA bridge

Posted: Fri Jan 18, 2019 2:05 pm
by kitts82
Also interested in this. Bridging between ETH, STA and AP.

Re: Ethernet Wi-fi Bridge, or AP + STA bridge

Posted: Thu Jul 16, 2020 10:44 am
by janis.wxyz
This ESP32 wifi repeater has ethernet support:

https://github.com/martin-ger/esp_wifi_ ... et-support

Some info on ESP32 wireless bridging, which might be relevant for ethernet support:
https://blog.robertelder.org/routing-pa ... 6-modules/

Re: Ethernet Wi-fi Bridge, or AP + STA bridge

Posted: Wed Jul 22, 2020 5:03 am
by BouncyHarpy
janis.wxyz wrote:
Thu Jul 16, 2020 10:44 am
This ESP32 wifi repeater has ethernet support:

https://github.com/martin-ger/esp_wifi_ ... et-support

Some info on ESP32 wireless bridging, which might be relevant for ethernet support:
https://blog.robertelder.org/routing-pa ... 6-modules/mcdvoice
I think NAT functionality would also be a good solution to the traffic routing problem.

Re: Ethernet Wi-fi Bridge, or AP + STA bridge

Posted: Mon Oct 05, 2020 4:25 pm
by tommyshelbyop
BouncyHarpy wrote:
Wed Jul 22, 2020 5:03 am
janis.wxyz wrote:
Thu Jul 16, 2020 10:44 am
This ESP32 wifi repeater has ethernet support:

https://github.com/martin-ger/esp_wifi_ ... et-support

Some info on ESP32 wireless bridging, which might be relevant for ethernet support:
https://blog.robertelder.org/routing-pa ... 6-modules/mcdvoice
I think NAT functionality would also be a good solution to the traffic routing problem.
can be but make sure of few things

Re: Ethernet Wi-fi Bridge, or AP + STA bridge

Posted: Fri Apr 01, 2022 6:57 am
by ESP_XCGuang