Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2013-10-16 10:39:05 +0400
committerFeross Aboukhadijeh <feross@feross.org>2013-10-16 10:39:05 +0400
commit493a5763990228388e235f2e9a3bc86217033c8e (patch)
treef12e39629445999ce22c9c689ca8c01257afe0ac /README.md
parent136a68985002e4627e2ffb915afdfd2ea1b771e7 (diff)
more links
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index c18fe10..0cc16a0 100644
--- a/README.md
+++ b/README.md
@@ -5,4 +5,11 @@ A streaming torrent client in your browser, powered by webRTC data channels (no
## Useful
+- [BitTorrent Spec](https://wiki.theory.org/BitTorrentSpecification)
+
+### DHT
+
- [DHT Protocol](http://www.bittorrent.org/beps/bep_0005.html)
+- [Kademlia Paper](http://pdos.csail.mit.edu/~petar/papers/maymounkov-kademlia-lncs.pdf)
+- [Main DHT implementation](https://github.com/jech/dht)
+- [Optimized DHT bootstrap implementation](https://github.com/jech/dht-bootstrap) \ No newline at end of file