Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
StackRduino
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
docs
library
network.rst
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 9, 2020
network.rst: remove duplicate method directive
sommersoft
committed
1c45a26
View commit details
Copy full SHA for 1c45a26
View code at this point
Browse repository at this point
Commits on Jul 28, 2019
add ':noindex:' to micropy's 'network.rst' to avoid sphinx conflict
sommersoft
committed
8c75962
View commit details
Copy full SHA for 8c75962
View code at this point
Browse repository at this point
Commits on May 3, 2018
docs: fix references to ubinascii
jepler
committed
647ff38
View commit details
Copy full SHA for 647ff38
View code at this point
Browse repository at this point
Commits on Feb 27, 2018
Merge remote-tracking branch 'adafruit/2.x' into merge_2x
tannewt
committed
bf05183
View commit details
Copy full SHA for bf05183
View code at this point
Browse repository at this point
Commits on Feb 21, 2018
Delete a bunch of docs, drivers and examples not relevant to CircuitPython.
Show description for 20dd3b1
tannewt
committed
20dd3b1
View commit details
Copy full SHA for 20dd3b1
View code at this point
Browse repository at this point
Commits on Oct 27, 2017
docs/library/network: Add dhcp_hostname parameter
Show description for b992326
joar
authored and
pfalcon
committed
b992326
View commit details
Copy full SHA for b992326
View code at this point
Browse repository at this point
Commits on Oct 16, 2017
docs/library/network: Update docs to state that W5500 is supported.
dpgeorge
committed
d90ade5
View commit details
Copy full SHA for d90ade5
View code at this point
Browse repository at this point
stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method.
dpgeorge
committed
65ba481
View commit details
Copy full SHA for 65ba481
View code at this point
Browse repository at this point
Commits on Oct 9, 2017
docs/library/network: Clarify usage of "bssid" arg in connect() method.
dpgeorge
committed
add933f
View commit details
Copy full SHA for add933f
View code at this point
Browse repository at this point
Commits on Aug 28, 2017
docs/library/network: Fix ref to "socket" module (should be "usocket").
pfalcon
committed
c5c0956
View commit details
Copy full SHA for c5c0956
View code at this point
Browse repository at this point
docs: More xrefs to "MicroPython port" in glossary.
pfalcon
committed
358a7ba
View commit details
Copy full SHA for 358a7ba
View code at this point
Browse repository at this point
Commits on Jun 25, 2017
docs/network: Use markup adhering to the latest docs conventions.
pfalcon
committed
dd16e21
View commit details
Copy full SHA for dd16e21
View code at this point
Browse repository at this point
Commits on Jun 4, 2017
docs/network: First step to describe standard network class interface.
Show description for cd64b30
pfalcon
committed
cd64b30
View commit details
Copy full SHA for cd64b30
View code at this point
Browse repository at this point
Commits on Jun 3, 2017
docs/network: Move confusingly-named cc3200 Server class to its reference.
Show description for 92206a7
pfalcon
committed
92206a7
View commit details
Copy full SHA for 92206a7
View code at this point
Browse repository at this point
Commits on Oct 28, 2016
docs/library/network: Typo fixes, consistent acronym capitalization.
pfalcon
committed
c28f9df
View commit details
Copy full SHA for c28f9df
View code at this point
Browse repository at this point
docs/library/network: Reword intro paragraph.
pfalcon
committed
b9a8868
View commit details
Copy full SHA for b9a8868
View code at this point
Browse repository at this point
Commits on Aug 2, 2016
docs: Spelling mistakes
mcauser
authored and
pfalcon
committed
ce166e6
View commit details
Copy full SHA for ce166e6
View code at this point
Browse repository at this point
Commits on Jun 6, 2016
docs/library/network: wipy: Fix literal block indentation.
pfalcon
committed
9487b80
View commit details
Copy full SHA for 9487b80
View code at this point
Browse repository at this point
Commits on May 2, 2016
docs/network: esp8266: MAC address is set via .config() method.
pfalcon
committed
a6cf458
View commit details
Copy full SHA for a6cf458
View code at this point
Browse repository at this point
Commits on Apr 27, 2016
docs/network: esp8266: Describe wlan.config() method.
pfalcon
committed
6d8156a
View commit details
Copy full SHA for 6d8156a
View code at this point
Browse repository at this point
docs/network: esp8266: Add wlan.ifconfig() method.
pfalcon
committed
06deec9
View commit details
Copy full SHA for 06deec9
View code at this point
Browse repository at this point
Commits on Apr 25, 2016
docs/network: esp8266: scan(): Add note that bssid is bytes object.
pfalcon
committed
650df97
View commit details
Copy full SHA for 650df97
View code at this point
Browse repository at this point
Commits on Mar 30, 2016
docs: network: esp8266: .scan() is now synchronous and returns result list.
pfalcon
committed
f50d947
View commit details
Copy full SHA for f50d947
View code at this point
Browse repository at this point
docs: network: esp8266: status is WLAN object method.
pfalcon
committed
d7019d0
View commit details
Copy full SHA for d7019d0
View code at this point
Browse repository at this point
Commits on Mar 27, 2016
docs/esp8266: esp.mac() replaced with network.WLAN.mac().
pfalcon
committed
87c783b
View commit details
Copy full SHA for 87c783b
View code at this point
Browse repository at this point
docs/esp8266: esp.wifi_mode() replaced with network.WLAN.active().
pfalcon
committed
679fe0a
View commit details
Copy full SHA for 679fe0a
View code at this point
Browse repository at this point
docs/esp8266: phy_mode() moved to network module.
pfalcon
committed
eda8746
View commit details
Copy full SHA for eda8746
View code at this point
Browse repository at this point
Commits on Mar 25, 2016
docs/network: esp8266: Update docs on WLAN constructor.
pfalcon
committed
4b5606b
View commit details
Copy full SHA for 4b5606b
View code at this point
Browse repository at this point
Commits on Feb 22, 2016
cc3200: Rename 'server' class to 'Server' for consistency.
danicampora
committed
add930c
View commit details
Copy full SHA for add930c
View code at this point
Browse repository at this point
Commits on Jan 13, 2016
docs: Several minor changes: network, pyb, ADCAll and inline asm.
peterhinch
authored and
dpgeorge
committed
c13b2f2
View commit details
Copy full SHA for c13b2f2
View code at this point
Browse repository at this point
Commits on Dec 16, 2015
docs/library: Add network server example.
danicampora
committed
67a5bfc
View commit details
Copy full SHA for 67a5bfc
View code at this point
Browse repository at this point
Commits on Nov 18, 2015
docs: Update docs for WiPy wlan.connect().
Show description for 0096013
noahwilliamsson
authored and
danicampora
committed
0096013
View commit details
Copy full SHA for 0096013
View code at this point
Browse repository at this point
Commits on Oct 22, 2015
docs: Fix typos on wipy docs.
danicampora
committed
4efed58
View commit details
Copy full SHA for 4efed58
View code at this point
Browse repository at this point
Commits on Oct 21, 2015
docs: Several corrections to the classes in the machine module.
danicampora
committed
ceb1690
View commit details
Copy full SHA for ceb1690
View code at this point
Browse repository at this point
docs: Add usocket and ussl modules' documentation.
danicampora
committed
04db848
View commit details
Copy full SHA for 04db848
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.