ESP32 as Wlan Repeater
ESP32 as Wlan Repeater
Is a full functional script out there, whichs shows how ot use the ESP32 as a WLan Repeater? AP+STA should be possible, right?
-
- Posts: 9709
- Joined: Thu Nov 26, 2015 4:08 am
Re: ESP32 as Wlan Repeater
That would need forwarding in the lwip layer; I don't think anyone has made that work yet, let alone in a 'script'.
-
- Posts: 22
- Joined: Mon Apr 30, 2018 12:14 pm
Re: ESP32 as Wlan Repeater
hi,
can we able to make esp32 as a wifi repeater. some where i seen that esp not supporting nat in lwip. is there any way to tranfer data between ap netif and sta netif in apsta mode ?. thank u
can we able to make esp32 as a wifi repeater. some where i seen that esp not supporting nat in lwip. is there any way to tranfer data between ap netif and sta netif in apsta mode ?. thank u
-
- Posts: 22
- Joined: Mon Apr 30, 2018 12:14 pm
Re: ESP32 as Wlan Repeater
anybody any idea... ?
-
- Posts: 27
- Joined: Thu Sep 07, 2017 10:26 am
Re: ESP32 as Wlan Repeater
I have been able to receive UDP packets in promiscuous AP mode and then send them out again with esp_wifi_80211_tx() function. It is fairly easy if you limit it to a particular protocol. Probably it would be a lot of work if you wanted it to do more than that. And sending seems to be limited to about 800 packets per second.
Who is online
Users browsing this forum: Bing [Bot], MicroController and 239 guests