Pre-Release: Wiznet Ethernet Support
This library provides hardware support for Wiznet 5k chipsets via a CPython socket
-like API. This library currently only supports the WIZ5500 chipset but is extensible to other chipsets in the Wiznet W5k family.
NOTE: This initial alpha version of the code does not contain a DNS client. CircuitPython libraries which depend on hostname resolution such as Adafruit_CircuitPython_Requests
will not be compatible with the initial alpha release.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-wiznet5k
.
Read the docs for info on how to use it.