mirror of
https://github.com/go-i2p/go-i2p-bt.git
synced 2025-07-06 06:24:20 -04:00
dafbca62c41e9d825d0a6c2203fcc9ab5654879b
BT - Another Implementation Based On Golang

A pure golang implementation of BitTorrent library, which is inspired by dht and torrent.
Features
- Support
Go1.9+
. - Support IPv4/IPv6.
- Pure Go implementation.
- Multi-BEPs implementation. See below
- Only library without any denpendencies. For the command tools, see bttools.
Install
$ go get github.com/xgfone/bt
Example
The Implemented Specifications
- BEP 03: The BitTorrent Protocol Specification
- BEP 05: DHT Protocol
- BEP 06: Fast Extension
- BEP 07: IPv6 Tracker Extension
- BEP 09: Extension for Peers to Send Metadata Files
- BEP 10: Extension Protocol
- BEP 11: Peer Exchange (PEX)
- BEP 12: Multitracker Metadata Extension
- BEP 15: UDP Tracker Protocol for BitTorrent
- BEP 19: WebSeed - HTTP/FTP Seeding (GetRight style) (Only
url-list
in metainfo) - BEP 23: Tracker Returns Compact Peer Lists
- BEP 32: IPv6 extension for DHT
- BEP 33: DHT scrape
- BEP 41: UDP Tracker Protocol Extensions
- BEP 43: Read-only DHT Nodes
- BEP 44: Storing arbitrary data in the DHT
- BEP 48: Tracker Protocol Extension: Scrape
Description
Bittorrent library for use with I2P from Go. Orignally forked from xgfone/bt, now maintained as a separate module.
Languages
Go
100%