aboutsummaryrefslogtreecommitdiff
path: root/esp8266/modnetwork.c
AgeCommit message (Collapse)Author
2015-09-15esp8266: Added wlan.isconnected() to maintain parity with other ports.Bill Owens
2015-06-20esp8266: Move status() from esp module to networkBill Owens
2015-06-17esp8266: Move scan from esp module to networkBill Owens
2015-06-12esp8266: Move connect/disconnect from "esp" module to network.Paul Sokolovsky
2015-06-12esp8266: Add skeleton "network" module.Paul Sokolovsky
MicroPython "network" module interface requires it to contains classes to instantiate. But as we have a static network interace, make WLAN() "constructor" just return module itself, and just make all methods module-global functions.