QUERY · ISSUE
esp8266: Allow forwarding between AP and STA interfaces
enhancementport-esp8266
I oppened a question some days ago about it and have not found anything anywhere https://stackoverflow.com/questions/44781305/micropython-nat-between-interfaces-on-esp8266
turns out that I can connect to a hotspot and act as a hotspot at the same time, but forwarding among interfaces is not permitted. I've being redirected to other software like NodeMCU but I would really like to use Micropython (and not having to compile ti myself)
CANDIDATE · PULL REQUEST
esp8266: add note in docs about simultaneous use of STA_IF and AP_IF
docs
see also https://github.com/esp8266/Arduino/issues/1624
not knowing about the issues of AP_IF when STA_IF is scanning was failing a demonstration... let's save other people from embarrassment ;-)