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

This package provides a thin layer for bittorrent protocol so we can with less effort.
Basically it provides serialization\deserealization and some widely used routines.

# Description

A 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.