Skip to content

Instantly share code, notes, and snippets.

@anecdata
Last active March 23, 2021 16:14
Show Gist options
  • Save anecdata/3d5be8bd12db74f9301af6b348272278 to your computer and use it in GitHub Desktop.
Save anecdata/3d5be8bd12db74f9301af6b348272278 to your computer and use it in GitHub Desktop.
CircuitPython Sockets
Socket Feature Availability
CircuitPython CircuitPython
CPython ESP32SPI ESP32-S2
TCP Server Yes Not Impl. Yes
TCP Client Yes Yes Yes
UDP Server Yes Not Impl. Yes
UDP Client Yes Yes Yes
Compatibility (Verified)
CircuitPython CircuitPython
CPython ESP32SPI ESP32-S2
TCP Server TCP Server TCP Server
CPython
TCP Client Yes Not Impl. Yes
CircuitPython
ESP32SPI
TCP Client Yes Not Impl. Yes
CircuitPython
ESP32-S2
TCP Client Yes Not Impl. Yes
CircuitPython CircuitPython
CPython ESP32SPI ESP32-S2
UDP Server UDP Server UDP Server
CPython
UDP Client Yes Not Impl. *
CircuitPython
ESP32SPI
UDP Client Yes Not Impl. *
CircuitPython
ESP32-S2
UDP Client Yes Not Impl. *
* pending circuitpython issue
@anecdata
Copy link
Author

anecdata commented Mar 21, 2021

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment