summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/network.rst
Commit message (Expand)AuthorAge
* docs: Spelling mistakesMike Causer2016-08-02
* docs/library/network: wipy: Fix literal block indentation.Paul Sokolovsky2016-06-07
* docs/network: esp8266: MAC address is set via .config() method.Paul Sokolovsky2016-05-03
* docs/network: esp8266: Describe wlan.config() method.Paul Sokolovsky2016-04-28
* docs/network: esp8266: Add wlan.ifconfig() method.Paul Sokolovsky2016-04-28
* docs/network: esp8266: scan(): Add note that bssid is bytes object.Paul Sokolovsky2016-04-26
* docs: network: esp8266: .scan() is now synchronous and returns result list.Paul Sokolovsky2016-03-30
* docs: network: esp8266: status is WLAN object method.Paul Sokolovsky2016-03-30
* docs/esp8266: esp.mac() replaced with network.WLAN.mac().Paul Sokolovsky2016-03-27
* docs/esp8266: esp.wifi_mode() replaced with network.WLAN.active().Paul Sokolovsky2016-03-27
* docs/esp8266: phy_mode() moved to network module.Paul Sokolovsky2016-03-27
* docs/network: esp8266: Update docs on WLAN constructor.Paul Sokolovsky2016-03-25
* cc3200: Rename 'server' class to 'Server' for consistency.danicampora2016-02-22
* docs: Several minor changes: network, pyb, ADCAll and inline asm.Peter Hinch2016-01-13
* docs/library: Add network server example.danicampora2015-12-16
* docs: Update docs for WiPy wlan.connect().Noah2015-11-18
* docs: Fix typos on wipy docs.danicampora2015-10-22
* docs: Several corrections to the classes in the machine module.danicampora2015-10-21
* docs: Add usocket and ussl modules' documentation.danicampora2015-10-21
* cc3200: WLAN class can retrieve the existing instance.danicampora2015-10-19
* docs/wipy: Add wipy tutorials section.danicampora2015-10-19
* docs: Add wipy and network.server documentation.danicampora2015-10-19
* docs: Update all WiPy docs to reflect the new API.danicampora2015-10-17
* docs: Update esp8266 documentation to match the code.Radomir Dopieralski2015-10-06
* cc3200: Improve callback API.Daniel Campora2015-08-16
* cc3200: Improve support for WEP security.Daniel Campora2015-08-09
* cc3200: Add nic.iwconfig() to set/get WLAN configuration.Daniel Campora2015-08-09
* docs: Fix duplicate label error for network.WLAN.Damien George2015-06-27
* esp8266: Updated documentation for scan() and moved to networkBill Owens2015-06-17
* esp8266: Fix the documentation for esp.connect() and esp.disconnect()Radomir Dopieralski2015-06-13
* docs: Add initial draft documentation for the WiPy.Daniel Campora2015-06-10
* docs: Update network docs to reflect changes to code.Damien George2014-12-04
* docs: Import documentation from source-code inline comments.Damien George2014-10-31