ccie18643 / PyTCP

PyTCP is a fully functional TCP/IP stack written in Python. It supports TCP stream-based transport with reliable packet delivery based on a sliding window mechanism and basic congestion control. It also supports IPv6/ICMPv6 protocols with SLAAC address configuration. It operates as a user space program attached to the Linux TAP interface.
GNU General Public License v3.0
345 stars 35 forks source link

Use pipes instead of creating a TunTap interface #24

Closed nvelozsavino closed 10 months ago

nvelozsavino commented 10 months ago

The Idea is to allow using pipes instead of creating an interface by default, this will allow the creation of the interface outside or by another means