Categorygithub.com/ProtocolONE/rain
modulepackage
0.8.7
Repository: https://github.com/protocolone/rain.git
Documentation: pkg.go.dev

# README

rain

BitTorrent client and library in Go.

Build Status GoDoc GitHub Release

Features

Installing

Get the latest binary from releases page or install development version:

go get -u github.com/ProtocolONE/rain

Usage

  • rain server command runs a RPC server.
  • rain client add <magnet_or_torrent> adds a torrent and print it's ID.
  • rain client stats <ID> prints the stats of the torrent.

Run rain help to see other commands.

# Packages

Package rainrpc provides a RPC client implementation for communicating with Rain session.
Package torrent provides a BitTorrent client implementation.