diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -0,0 +1,12 @@ | |||
1 | # Synopsis | ||
2 | |||
3 | This package provides a thin layer for bittorrent protocol so we can with less effort. | ||
4 | Basically it provides serialization\deserealization and some widely used routines. | ||
5 | |||
6 | # Description | ||
7 | |||
8 | A 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. | ||