Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 2.61 KB

README.md

File metadata and controls

41 lines (32 loc) · 2.61 KB

BT - Another Implementation For Golang Build Status GoDoc License

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.