| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-16 | docs/library: Add network server example. | danicampora | |
| 2015-11-18 | docs: Update docs for WiPy wlan.connect(). | Noah | |
| - The link establishment timeout is infinite by default - Fix typo in notes about the auth kwarg | |||
| 2015-10-22 | docs: Fix typos on wipy docs. | danicampora | |
| 2015-10-21 | docs: Several corrections to the classes in the machine module. | danicampora | |
| 2015-10-21 | docs: Add usocket and ussl modules' documentation. | danicampora | |
| 2015-10-19 | cc3200: WLAN class can retrieve the existing instance. | danicampora | |
| 2015-10-19 | docs/wipy: Add wipy tutorials section. | danicampora | |
| 2015-10-19 | docs: Add wipy and network.server documentation. | danicampora | |
| 2015-10-17 | docs: Update all WiPy docs to reflect the new API. | danicampora | |
| 2015-10-06 | docs: Update esp8266 documentation to match the code. | Radomir Dopieralski | |
| * Move the esp.status() to network module. * Describe the wifi.isconnected() method. * Describe esp.mac(), esp.wifi_mode(), esp.phy_mode(), esp.sleep_type(), esp.deepsleep(), and esp.flash_id() functions. | |||
| 2015-08-16 | cc3200: Improve callback API. | Daniel Campora | |
| Rename "wakes" param to "wake_from" and make "value" an object instead of an integer. | |||
| 2015-08-09 | cc3200: Improve support for WEP security. | Daniel Campora | |
| Key is always entered as a string, but if security is WEP, the key is converted automatically to hex before connecting or configuring the device as an AP. | |||
| 2015-08-09 | cc3200: Add nic.iwconfig() to set/get WLAN configuration. | Daniel Campora | |
| Changes are based on this post: https://github.com/micropython/micropython/issues/876#issuecomment-115255551 The constructor can optionally take the same params of iwconfig in order to configure WiFi when creating the object. Params are keyworkd only. The WiPy accepts: - mode (int -> WLAN.AP or WLAN.STA) - ssdi (string) - security (int -> WLAN.OPEN, WLAN.WEP, WLAN.WPA, WLAN.WPA2) - key (string) - channel (int (1-11)) - antenna (int -> WLAN.INTERNAL, WLAN.EXTERNAL) | |||
| 2015-06-27 | docs: Fix duplicate label error for network.WLAN. | Damien George | |
| 2015-06-17 | esp8266: Updated documentation for scan() and moved to network | Bill Owens | |
| 2015-06-13 | esp8266: Fix the documentation for esp.connect() and esp.disconnect() | Radomir Dopieralski | |
| Since the commit that moved those two functions failed to update the documentation, this is a fix for that. | |||
| 2015-06-10 | docs: Add initial draft documentation for the WiPy. | Daniel Campora | |
| This makes all common files "port-aware" using the .. only directive. | |||
| 2014-12-04 | docs: Update network docs to reflect changes to code. | Damien George | |
| 2014-10-31 | docs: Import documentation from source-code inline comments. | Damien George | |
| The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory. | |||
