Categorygithub.com/dawidd6/p2p
repository
0.5.4
Repository: https://github.com/dawidd6/p2p.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

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.