bittorrent: Bittorrent protocol implementation.

[ bsd3, library, network ] [ Propose Tags ]

A library for making Haskell bittorrent applications easy.

For more information see: https://github.com/cobit/bittorrent/blob/master/README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.2, 0.0.0.3
Change log ChangeLog
Dependencies aeson, base (>=4 && <5), base16-bytestring, base32-bytestring, base64-bytestring, bencoding (>=0.4), binary, binary-conduit, bits-extras, BoundedChan (>=1.0.1.0), bytestring (>=0.10.0.0), cereal (>=0.3), cereal-conduit (>=0.5), conduit (>=1.0), containers (>=0.4), cryptohash (>=0.10 && <0.11), data-default, deepseq, directory (>=1), entropy, filepath (>=1), hashable, HTTP (>=4000.2), IntervalMap, intset, krpc (>=0.3), lens, mmap, mtl, network (>=2.4), network-conduit (>=1.0), old-locale (>=1.0), pretty, pretty-class, resourcet, SafeSemaphore, split, stm (>=2.4), text (>=0.11.0), time (>=0.1), transformers, unordered-containers, urlencoded (>=0.4), vector [details]
License BSD-3-Clause
Copyright (c) 2013, Sam Truzjan
Author Sam Truzjan
Maintainer Sam Truzjan <pxqr.sta@gmail.com>
Category Network
Home page https://github.com/cobit/bittorrent
Bug tracker https://github.com/cobit/bittorrent/issues
Source repo head: git clone git://github.com/cobit/bittorrent.git
this: git clone git://github.com/cobit/bittorrent.git -b master(tag v0.0.0.3)
Uploaded by SamTruzjan at 2013-11-25T04:30:39Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2700 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for bittorrent-0.0.0.3

[back to package description]

Synopsis

A library for making Haskell applications which use bittorrent protocol easy. This package aims to be a fast thin layer and at the same time provide both:

  • Concise high level API for typical usage scenarious.
  • More straightforward API if you need more fine grained control.

Currently it provides serialization and deserealization of core datatypes, some widely used routines and core types.

Status

See list of implemented BEPs.

Documentation

For documentation see haddock generated documentation.

Build Status

Build Status

Maintainer

This library is written and maintained by Sam T. pxqr.sta@gmail.com

Feel free to report bugs and suggestions via github issue tracker or the mail.