Page 1 of 1

ESP32 as Wlan Repeater

Posted: Mon Nov 20, 2017 1:00 pm
by Saskia
Is a full functional script out there, whichs shows how ot use the ESP32 as a WLan Repeater? AP+STA should be possible, right?

Re: ESP32 as Wlan Repeater

Posted: Thu Nov 23, 2017 8:36 pm
by Saskia
push

Re: ESP32 as Wlan Repeater

Posted: Fri Nov 24, 2017 8:35 am
by ESP_Sprite
That would need forwarding in the lwip layer; I don't think anyone has made that work yet, let alone in a 'script'.

Re: ESP32 as Wlan Repeater

Posted: Wed Feb 13, 2019 7:00 am
by anandvilayil
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

Re: ESP32 as Wlan Repeater

Posted: Wed Feb 13, 2019 7:21 am
by anandvilayil
anybody any idea... ? :?: :?:

Re: ESP32 as Wlan Repeater

Posted: Fri Feb 15, 2019 11:09 pm
by humptydumpty
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.