Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 449 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 449 Bytes

bittorrentH

Implementation of most of the bittorrent protocol, written in Haskell.

Usage

Install cabal then:

cabal build bittorrentH
cabal run bittorrentH

Mostly need to:

  • Improve error catching and handling

  • Find more peers by: receive peer connections, poll the tracker more, poll multiple trackers, integrate udp for trackers

  • Check and tune the peer upload process and end game algo

  • Improve gui