blob: 8f11cd475020b7b343123e528d5b493e9a3344a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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.
# Build Status
[![Build Status][1]][2]
[1]: https://travis-ci.org/fmap/network-bittorrent.png
[2]: https://travis-ci.org/fmap/network-bittorrent
|