Closed anecdata closed 3 years ago
A simple TCP client example using ESP32SPI.
Requires running a TCP server listening on the same port. For example, CPython on a general-purpose computer: https://github.com/adafruit/circuitpython/blob/main/tests/circuitpython-manual/socketpool/client/host-server.py or CircuitPython native sockets: https://github.com/adafruit/circuitpython/blob/main/tests/circuitpython-manual/socketpool/server/cpy-server.py
A simple TCP client example using ESP32SPI.
Requires running a TCP server listening on the same port. For example, CPython on a general-purpose computer: https://github.com/adafruit/circuitpython/blob/main/tests/circuitpython-manual/socketpool/client/host-server.py or CircuitPython native sockets: https://github.com/adafruit/circuitpython/blob/main/tests/circuitpython-manual/socketpool/server/cpy-server.py