A gRPC based P2P file sharing system, written in Go.
Needs Go 1.15.
make
There are 2 supported methods of installing this project right now:
Installing via
go get
could give you an unstable version of the project.
go get github.com/dawidd6/p2p/cmd/...
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
p2p
program to control the daemon.p2pd
program to start the daemon.p2ptrackerd
program to start the tracker.