62 Commits (1b89c503db690967d50699abe0bfa942f6f6b15e)

Author SHA1 Message Date
Damien George 35b6a66b0b docs/library: Document the network.PPP class. 2 months ago
Felix Dörre 4d16a9cced docs: Update docs to replace ifconfig with ipconfig. 8 months ago
Jim Mussared b329fdcb73 extmod/modnetwork: Increase max hostname length to 32. 1 year ago
Jim Mussared 304f13a74e docs/library/network: Clarify network.hostname() behaviour. 1 year ago
Jim Mussared 8b277d3c34 docs/library/network: Update docs for network.country, network.hostname. 2 years ago
Damien George 7d3f4b23dc drivers/cc3000: Remove CC3000 WiFi driver files. 2 years ago
iabdalkader 6e868d47dc docs: Update to use new WLAN argument names for ssid/security/key. 2 years ago
robert-hh 7a447e08b2 docs: Add quickref and docs for mimxrt, including network.LAN docs. 3 years ago
Jim Mussared 44818d1a35 docs/library/network.rst: Simplify socket import. 3 years ago
Jim Mussared c737cde947 docs: Replace ufoo with foo in all docs. 3 years ago
Mike Causer 31ac410a4f docs: Fix some spelling mistakes. 4 years ago
Zenix27 e76c7466b6 docs: Change `\*` to `*` in argument lists. 4 years ago
David Lechner 1e6d18c915 docs: Fix Sphinx 3.x warnings, and enable warnings-as-errors on build. 4 years ago
Mike Causer a2c4cb484d docs: Fix spelling in various parts of the docs. 6 years ago
Damien George 8a84e08dc8 docs/library/network: Make AbstractNIC methods layout correctly. 6 years ago
Damien George 217566b764 docs/library/network: Move specific network classes to their own file. 6 years ago
Damien George c5fe610ba1 esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface. 7 years ago
Damien George 31550a52e4 docs/library/network: Enhance AbstractNIC.status to take an argument. 7 years ago
Joar Wandborg b9923262db docs/library/network: Add dhcp_hostname parameter 7 years ago
Damien George d90ade5e3e docs/library/network: Update docs to state that W5500 is supported. 7 years ago
Damien George 65ba481cb0 stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method. 7 years ago
Damien George add933feaf docs/library/network: Clarify usage of "bssid" arg in connect() method. 7 years ago
Paul Sokolovsky c5c095690f docs/library/network: Fix ref to "socket" module (should be "usocket"). 7 years ago
Paul Sokolovsky 358a7ba014 docs: More xrefs to "MicroPython port" in glossary. 7 years ago
Paul Sokolovsky dd16e21562 docs/network: Use markup adhering to the latest docs conventions. 7 years ago
Paul Sokolovsky cd64b3082e docs/network: First step to describe standard network class interface. 8 years ago
Paul Sokolovsky 92206a78ae docs/network: Move confusingly-named cc3200 Server class to its reference. 8 years ago
Paul Sokolovsky c28f9df63a docs/library/network: Typo fixes, consistent acronym capitalization. 8 years ago
Paul Sokolovsky b9a88683a4 docs/library/network: Reword intro paragraph. 8 years ago
Mike Causer ce166e6b68 docs: Spelling mistakes 8 years ago
Paul Sokolovsky 9487b80666 docs/library/network: wipy: Fix literal block indentation. 9 years ago
Paul Sokolovsky a6cf45864f docs/network: esp8266: MAC address is set via .config() method. 9 years ago
Paul Sokolovsky 6d8156ae28 docs/network: esp8266: Describe wlan.config() method. 9 years ago
Paul Sokolovsky 06deec9d35 docs/network: esp8266: Add wlan.ifconfig() method. 9 years ago
Paul Sokolovsky 650df97c06 docs/network: esp8266: scan(): Add note that bssid is bytes object. 9 years ago
Paul Sokolovsky f50d9477c1 docs: network: esp8266: .scan() is now synchronous and returns result list. 9 years ago
Paul Sokolovsky d7019d0628 docs: network: esp8266: status is WLAN object method. 9 years ago
Paul Sokolovsky 87c783b454 docs/esp8266: esp.mac() replaced with network.WLAN.mac(). 9 years ago
Paul Sokolovsky 679fe0abae docs/esp8266: esp.wifi_mode() replaced with network.WLAN.active(). 9 years ago
Paul Sokolovsky eda8746324 docs/esp8266: phy_mode() moved to network module. 9 years ago
Paul Sokolovsky 4b5606bc09 docs/network: esp8266: Update docs on WLAN constructor. 9 years ago
danicampora add930c4b5 cc3200: Rename 'server' class to 'Server' for consistency. 9 years ago
Peter Hinch c13b2f2d00 docs: Several minor changes: network, pyb, ADCAll and inline asm. 9 years ago
danicampora 67a5bfc6d8 docs/library: Add network server example. 9 years ago
Noah 00960133c2 docs: Update docs for WiPy wlan.connect(). 9 years ago
danicampora 4efed58df1 docs: Fix typos on wipy docs. 9 years ago
danicampora ceb169008d docs: Several corrections to the classes in the machine module. 9 years ago
danicampora 04db848dc7 docs: Add usocket and ussl modules' documentation. 9 years ago
danicampora 9c72c71c05 cc3200: WLAN class can retrieve the existing instance. 9 years ago
danicampora 8faf2dc75b docs/wipy: Add wipy tutorials section. 9 years ago