summaryrefslogtreecommitdiff
path: root/README.md
blob: 6d2eef3da6dfb4ae97727ab84b574c149998b3af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Synopsis

This package aims to provide a thin layer for bittorrent protocol.
Basically it provides serialization\deserealization and some widely used routines.

# Description

The module hierarhy is tend to be:

* Data.Torrent — for torrent metainfo, data verification, etc
* Network.Torrent.PeerWire - peer wire TCP message passing.
* Network.Torrent.Tracker  — tracker HTTP message passing.