Repeater?
Posted:
Thu Sep 25, 2014 6:18 pm
by johnyradio
Anyone know if the chip can be used as a repeater?
thx
Re: Repeater?
Posted:
Fri Sep 26, 2014 3:15 am
by Bert
With some creativity it should at least technically be possible, since the ESP8266 can handle AP + STA simultaneously.
Exactly how to get it to forward packets is, of course, an entirely different question. Software NAT might be possible (but AFAICS not through the espconn API), but one would soon run out of RAM. Whether or not transparently bridging the two interfaces is possible at all (without low-level ROM modifications), I don't know.