adafruit / circuitpython

CircuitPython - a Python implementation for teaching coding with microcontrollers
https://circuitpython.org
Other
4.12k stars 1.22k forks source link

Support IPv6 (at least on select espressif devices) #9420

Open jepler opened 4 months ago

jepler commented 4 months ago

see what changes are needed at the socketpool or wifi level. v6 support will be optional. needs to support tcp & udp

jepler commented 4 months ago

I'll be keeping my work in a branch https://github.com/adafruit/circuitpython/compare/main...jepler:circuitpython:veesix?expand=1

ipv6 addresses can now be resolved by getaddrinfo.