Shorrent - A torrent-like system to share files
This project will give you two executable files, Server and Peer. You need to have one Server and as many peers as you want.
The following packages must be installed on your system.
cmake VERSION >= 3.17
protobuf-compiler
To install them on Ubuntu, you may run the following command:
sudo apt install -y build-essential cmake libprotobuf-dev protobuf-compiler
To make the project, run the INSTALL.sh script.
First, you need to run the Server. Then, you need to run the peers.