Made a slave master distributed file download system that coherently downloads a file from a hosted server like a torrent
Contains the code for the master side of the distributed system, the master coordinates with the clients for the shared file download.
It contains the code for the slave side of the distributed system.
contains an explanation of the code and working analysis of the master-slave design with the server.