Layer 2 bridging
Posted: Sun Sep 13, 2020 1:08 pm
Hi,
I would like to create a wifi bridge between two networks - a server on my home network, and one or more ethernet clients on a small rover. I would like to use the LR-mode as I value range over throughput in this use case.
My idea was to setup one ESP32 in AP-STA mode, with STA connecting to my home wifi, and the softAP in LR mode. The rover would also have an ESP32 in LR STA mode, with an ethernet module connected to one or more ethernet clients.
Sketch of the setup below:
I have tried out AP_STA and also tried out an ESP32 NAT implementation, however what I would really like is to have Layer 2 functionality, where the ethernet clients in the rover transparently (as in bridging) communicate with the base network.
Anyone tried this? Does the ESP32 IDF support this use-case?
I would like to create a wifi bridge between two networks - a server on my home network, and one or more ethernet clients on a small rover. I would like to use the LR-mode as I value range over throughput in this use case.
My idea was to setup one ESP32 in AP-STA mode, with STA connecting to my home wifi, and the softAP in LR mode. The rover would also have an ESP32 in LR STA mode, with an ethernet module connected to one or more ethernet clients.
Sketch of the setup below:
I have tried out AP_STA and also tried out an ESP32 NAT implementation, however what I would really like is to have Layer 2 functionality, where the ethernet clients in the rover transparently (as in bridging) communicate with the base network.
Anyone tried this? Does the ESP32 IDF support this use-case?