From 634c82f09e60e8dc1abda8868c489f8ce1682fc7 Mon Sep 17 00:00:00 2001 From: Simon Bernier St-Pierre Date: Sun, 11 Dec 2016 19:15:39 -0500 Subject: [PATCH] add docs --- docs.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs.md diff --git a/docs.md b/docs.md new file mode 100644 index 0000000..b208031 --- /dev/null +++ b/docs.md @@ -0,0 +1,9 @@ +* Bencode [spec](http://www.bittorrent.org/beps/bep_0003.html#bencoding) + * [x] decoding + * [x] encoding +* Tracker + * [ ] udp [spec](http://www.bittorrent.org/beps/bep_0015.html) + * [ ] http [spec](http://www.bittorrent.org/beps/bep_0003.html#trackers) +* Metainfo + * [ ] torrent files [spec](https://wiki.theory.org/BitTorrentSpecification#Metainfo_File_Structure) + * [ ] magnet links