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
docs/library/network: ESP8266 mention config() method differences
docs
The config method has a different set of parameters for interfaces in STA and AP mode. These differences are documented with this PR. Additionally some notes from the vendor API reference are mentioned as well.