Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.06 KB

File metadata and controls

21 lines (12 loc) · 1.06 KB

distributed-file-download-network

Introduction

In many organizations like educational institutions, government entities and private establishments, due to the large number of devices on the network, the bandwidth/data usage is restricted. It is difficult to download large files from external network and may take a very long time or exceed the data usage policy set by network administrators. The goal of this project is to provide a distributed solution to tackle such problems of throttled bandwidth or data usage.

Setup

The project requires python>=3.9. Clone the repository. Admin, Server and Helper nodes have to be setup on different systems with different IP addresses.

Installing required packages

pip install -r requirements.txt

Check admin setup

Check helper setup

Check server setup