BT - Another Implementation For Golang
A pure golang implementation of BitTorrent library, which is inspired by dht and torrent.
Install
$ go get -u github.com/xgfone/go-bt
Features
- Support
Go1.11+
.
- Support IPv4/IPv6.
- Multi-BEPs implementation.
- Pure Go implementation without
CGO
.
- Only library without any denpendencies. For the command tools, see bttools.
The Implemented Specifications
Example
See godoc or bttools.