Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bitbynik/udp_reliable_cc

COL672 Assignment-4
https://github.com/bitbynik/udp_reliable_cc

computer-networks congestion-control iitd reliability udp

Last synced: 3 days ago
JSON representation

COL672 Assignment-4

Awesome Lists containing this project

README

        

# Simple File Transfer protocol using UDP sockets

Add a dummy text file named "send_file.txt" in the same folder

## P1 Files (implements reliability)

Running server:
```bash
python3 p1_server.py
```
Running client:
```bash
python3 p1_client.py
```

## P2 Files (implements reliability and congestion control)

Running server:
```bash
python3 p2_server.py
```
Running client:
```bash
python3 p2_client.py
```