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)
- Host: GitHub
- URL: https://github.com/henryquan/comp3331-2018s2-rdt
- Owner: HenryQuan
- Created: 2018-10-08T06:01:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-20T12:14:03.000Z (over 6 years ago)
- Last Synced: 2025-01-18T04:28:52.036Z (3 months ago)
- Topics: assignment, cse, python, stp, unsw
- Language: Python
- Homepage:
- Size: 2.08 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.