Skip to content

Latest commit

 

History

History
30 lines (30 loc) · 857 Bytes

File metadata and controls

30 lines (30 loc) · 857 Bytes

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