3 projects
PyTCP
Pure-Python, zero-dependency TCP/IP stack — Ethernet through RFC 9293 TCP — running in user space on a TAP/TUN interface as a daemon (the supported mode), with a Berkeley-sockets API and a 1:1 stdlib-socket drop-in.
PyTCP-net-proto
The network-protocol packet parse/assemble layer of the PyTCP stack — Ethernet through TCP/UDP — fully usable on its own.
PyTCP-net-addr
An alternative to Python's standard-library ipaddress module — originally built for the PyTCP stack, fully usable on its own.