3 projects
PyTCP
Pure-Python, zero-dependency TCP/IP stack — Ethernet through RFC 9293 TCP — running in user space on a TAP/TUN interface, with a Berkeley-sockets API.
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.