Skip to content

2019202009ankush/peer_to_peer_file_sharing_mini_torrent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Torrent ( P2P file sharing )

Architechture

Ankush1-Page-3.png

Important command

Run Tracker:

./tracker tracker_info.txt tracker_info.txt - Contains ip, port details of all the trackers

Run Client:

./client : tracker_info.txt tracker_info.txt - Contains ip, port details of all the trackers

Create User Account:

create_user <user_id>

Login:

login <user_id>

Create Group:

create_group <group_id>

Join Group:

join_group <group_id>

Leave Group:

leave_group <group_id>

List All Group In Network:

list_groups

List All sharable Files In Group:

list_files <group_id>

Upload File:

upload_file <file_path> <group_id>

Download File:

download_file <group_id> <file_name> <destination_path>

Logout:

logout

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published