Skip to content

ShayGali/QUIC_flows

Repository files navigation

QUIC flows

This is the final project for the course "Communication Networks."

The project instructions can be found here.

An explanation of the project and the 'dry part' of the assignment can be found here.

Requirements

  • Python 3.12

Running the project

  1. Clone the repository
  2. Run the following command:
py receiver.py
py sender.py <file_name> <number of streams>

you can use this command as well:

py sender.py <number of streams>
  • not send a file and not specify the number of streams: the default number of streams is 1, and the default file is inputs/1mb_file.txt
py sender.py

Collaborators

About

Implementation of QUIC flows

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages