Skip to content

Built a group-based file sharing system where users can share, download files from the group they belong to. Download was made parallel with multiple pieces from multiple peers.

Notifications You must be signed in to change notification settings

sayan-dey/Peer-to-Peer-Group-Based-File-Sharing-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AOS Assignment 2

An example showing how to run tracker and peer:

For Tracker:

Compilation: g++ tracker.cpp -o tracker -pthread -lssl -lcrypto

Running: ./tracker tracker_info.txt 1

For Peer:

Compilation: g++ peer.cpp -o peer -pthread -lssl -lcrypto

Running: ./peer 127.0.0.1:8000 tracker_info.txt

About

Built a group-based file sharing system where users can share, download files from the group they belong to. Download was made parallel with multiple pieces from multiple peers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages