Last active
March 23, 2021 16:14
-
-
Save anecdata/3d5be8bd12db74f9301af6b348272278 to your computer and use it in GitHub Desktop.
CircuitPython Sockets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Moved to: https://github.com/anecdata/Socket/