1.7.0 - Ethernet WSGI Web Server and Bug Fixes
This release:
- #28 Adds WSGI web server with up to 7 simultaneous connections, which are serviced sequentially
- #28 Adds socket
listen
andbind
function - #28 Fixes socket 'connected' logic and made compatible with 'listen'
- #28 Fixes source port > 65535 bug
- #28 Removes
SOCKETS
list. - #28 Fixes TX buffer pointer limit to 16-bit
- #28 Increases DHCP response to 30 seconds
- Thanks to @xorbit for their contributions towards this release.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-wiznet5k
.
Read the docs for info on how to use it.