summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam T <sta.cs.vsu@gmail.com>2013-04-17 10:30:35 +0400
committerSam T <sta.cs.vsu@gmail.com>2013-04-17 10:30:35 +0400
commit626aa5d6e6c77639063abd7090a568c292bcabf5 (patch)
treec0de3f39ab744208fb43ffff2e79cf9fd9df846f
parent7328cad0379c2717317fb5b9b6d171110d7ffbeb (diff)
+ Add basic readme.
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29b..f96fa78d 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,12 @@
1# Synopsis
2
3This package provides a thin layer for bittorrent protocol so we can with less effort.
4Basically it provides serialization\deserealization and some widely used routines.
5
6# Description
7
8A module hierarhy is tend to be:
9
10* Data.Torrent — for torrent metainfo, data verification, etc
11* Network.Torrent.PeerWire - peer wire TCP message passing.
12* Network.Torrent.Tracker — tracker HTTP message passing.