Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

dawidd6/p2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P2P

CI PkgGoDev

A gRPC based P2P file sharing system, written in Go.

Building

Needs Go 1.15.

make

Install

There are 2 supported methods of installing this project right now:

Go

Installing via go get could give you an unstable version of the project.

go get github.com/dawidd6/p2p/cmd/...

Docker

latest Docker image tag corresponds to the latest git tag in this repo. Specific image tags corresponding to git tags are available too.

docker pull dawidd6/p2p

Usage

  • p2p program to control the daemon.
  • p2pd program to start the daemon.
  • p2ptrackerd program to start the tracker.