An open API service indexing awesome lists of open source software.

https://github.com/henryquan/comp3331-2018s2-rdt

Simple Transport Protocol (STP)
https://github.com/henryquan/comp3331-2018s2-rdt

assignment cse python stp unsw

Last synced: about 1 month ago
JSON representation

Simple Transport Protocol (STP)

Awesome Lists containing this project

README

        

# STP (Simple Transfer Protocol)
This is the assignment for COMP3331 2018s2.

The goal of this assignment is to implement a reliable transport protocol over the UDP protocol.

Unfortunately, there is no pipeline support.