aboutsummaryrefslogtreecommitdiff
path: root/docs/library/network.rst
AgeCommit message (Expand)Author
2016-03-30docs: network: esp8266: .scan() is now synchronous and returns result list.Paul Sokolovsky
2016-03-30docs: network: esp8266: status is WLAN object method.Paul Sokolovsky
2016-03-27docs/esp8266: esp.mac() replaced with network.WLAN.mac().Paul Sokolovsky
2016-03-27docs/esp8266: esp.wifi_mode() replaced with network.WLAN.active().Paul Sokolovsky
2016-03-27docs/esp8266: phy_mode() moved to network module.Paul Sokolovsky
2016-03-25docs/network: esp8266: Update docs on WLAN constructor.Paul Sokolovsky
2016-02-22cc3200: Rename 'server' class to 'Server' for consistency.danicampora
2016-01-13docs: Several minor changes: network, pyb, ADCAll and inline asm.Peter Hinch
2015-12-16docs/library: Add network server example.danicampora
2015-11-18docs: Update docs for WiPy wlan.connect().Noah
2015-10-22docs: Fix typos on wipy docs.danicampora
2015-10-21docs: Several corrections to the classes in the machine module.danicampora
2015-10-21docs: Add usocket and ussl modules' documentation.danicampora
2015-10-19cc3200: WLAN class can retrieve the existing instance.danicampora
2015-10-19docs/wipy: Add wipy tutorials section.danicampora
2015-10-19docs: Add wipy and network.server documentation.danicampora
2015-10-17docs: Update all WiPy docs to reflect the new API.danicampora
2015-10-06docs: Update esp8266 documentation to match the code.Radomir Dopieralski
2015-08-16cc3200: Improve callback API.Daniel Campora
2015-08-09cc3200: Improve support for WEP security.Daniel Campora
2015-08-09cc3200: Add nic.iwconfig() to set/get WLAN configuration.Daniel Campora
2015-06-27docs: Fix duplicate label error for network.WLAN.Damien George
2015-06-17esp8266: Updated documentation for scan() and moved to networkBill Owens
2015-06-13esp8266: Fix the documentation for esp.connect() and esp.disconnect()Radomir Dopieralski
2015-06-10docs: Add initial draft documentation for the WiPy.Daniel Campora
2014-12-04docs: Update network docs to reflect changes to code.Damien George
2014-10-31docs: Import documentation from source-code inline comments.Damien George