33 Forks
293 Stars
293 Watchers

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.

How to download and setup PyTCP

Open terminal and run command
git clone https://github.com/ccie18643/PyTCP.git
git clone is used to create a copy or clone of PyTCP repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with PyTCP https://github.com/ccie18643/PyTCP/archive/master.zip

Or simply clone PyTCP with SSH
[email protected]:ccie18643/PyTCP.git

If you have some problems with PyTCP

You may open issue on PyTCP support forum (system) here: https://github.com/ccie18643/PyTCP/issues