Skip to content

Instantly share code, notes, and snippets.

@marcom04
marcom04 / .python-c-echo
Last active April 20, 2024 18:14
Basic echo between Python client and C server via socket using Python ctypes
Basic echo between Python3 client and C server, and vice versa, via socket using Python ctypes