Skip to content

shahrooz1997/shorrent

Repository files navigation

Shorrent - A torrent-like system to share files

Getting Started

This project will give you two executable files, Server and Peer. You need to have one Server and as many peers as you want.

Prerequisites

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

Installation

To make the project, run the INSTALL.sh script.

Usage

First, you need to run the Server. Then, you need to run the peers.

About

A torrent-like server and peer to share data

Resources

License

Stars

Watchers

Forks