From db2dcfee3ef7de7fbcfab75b8f6adfefc80550ba Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Fri, 16 Oct 2015 22:07:13 +1100 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cd633b6f..cd184206 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This repository implements BitTorrent-related packages and command-line utilitie There is support for protocol encryption, DHT, PEX, uTP, and various extensions. See the package documentation for a more complete list. There are several data storage backends provided: blob, file, and mmap, and you can write your own, such as to store data on S3, or in a database. You can use the provided binaries in `./cmd`, or use `torrent` as a library for your own applications. -Many of the sub-packages can be used for other purposes: dht, bencode, and tracker, in particular. +Many of the sub-packages can be used for other purposes: [dht](https://godoc.org/github.com/anacrolix/torrent/dht), [bencode](https://godoc.org/github.com/anacrolix/torrent/bencode), and [tracker](https://godoc.org/github.com/anacrolix/torrent/tracker), in particular. ## Installation @@ -18,6 +18,10 @@ Install the library package with `go get github.com/anacrolix/torrent`, or the p There is a small example in the [package documentation](https://godoc.org/github.com/anacrolix/torrent). +## Other projects using Torrent + + * [Go Peerflix](https://github.com/Sioro-Neoku/go-peerflix) + ## Commands Here I'll describe what some of the provided commands in `./cmd` do. -- 2.48.1