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
Ethernet Wi-fi Bridge, or AP + STA bridge
-
- Posts: 5
- Joined: Wed Oct 25, 2017 9:32 pm
Re: Ethernet Wi-fi Bridge, or AP + STA bridge
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?
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
Following. Any headway?
Re: Ethernet Wi-fi Bridge, or AP + STA bridge
Also interested in this. Bridging between ETH, STA and AP.
-
- Posts: 1
- Joined: Thu Jul 16, 2020 10:40 am
Re: Ethernet Wi-fi Bridge, or AP + STA bridge
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/
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/
-
- Posts: 1
- Joined: Wed Jul 22, 2020 5:02 am
Re: Ethernet Wi-fi Bridge, or AP + STA bridge
I think NAT functionality would also be a good solution to the traffic routing problem.janis.wxyz wrote: ↑Thu Jul 16, 2020 10:44 amThis 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
-
- Posts: 1
- Joined: Mon Oct 05, 2020 4:23 pm
Re: Ethernet Wi-fi Bridge, or AP + STA bridge
can be but make sure of few thingsBouncyHarpy wrote: ↑Wed Jul 22, 2020 5:03 amI think NAT functionality would also be a good solution to the traffic routing problem.janis.wxyz wrote: ↑Thu Jul 16, 2020 10:44 amThis 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
-
- Posts: 25
- Joined: Fri Aug 31, 2018 7:34 am
Who is online
Users browsing this forum: No registered users and 180 guests