Skip to content

Build a group based file sharing system where users can share, download files from the group they belong to. Downloading file is parallel with multiple pieces from multiple peers.

Notifications You must be signed in to change notification settings

anupam1608/Group-based-file-sharing-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group-based-file-sharing-system

Commands to run the program :

To compile tracker : g++ -pthread -o tracker tracker.cpp

To compile client : g++ client.cpp upload.cpp -o client -lssl -lcrypto -pthread

To run tracker : ./tracker trackerinfo.txt 1

To run client : ./client 127.0.0.1:8000 trackerinfo.txt

About

Build a group based file sharing system where users can share, download files from the group they belong to. Downloading file is parallel with multiple pieces from multiple peers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages