0.1.6 • Published 9 years ago

ogtorrent v0.1.6

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

OGTorrent

Synopsis


Work-in-progress-but-functional BitTorrent client written entirely in asynchronous Node.js

Currently SupportedSoon-to-be SupportedDoes Not Support
Reading single .torrent filesUploading files to peersDistributed Hash Table
Multiple trackersGraceful shutdown
Multiple file torrentsResuming partial torrents
Random -> Rarest First -> Endgame peer requestingMutliple .torrent files
SHA1 hash checks on completed pieces

Dependencies


Node - 0.12.x

Bluebird - 2.9.x
Underscore - 1.8.x

Install


Install via npm:

npm install ogtorrent

Install via github (requires working versions of underscore and bluebird, see package.json):

git clone https://github.com/frrakn/OGTorrent.git

Usage


To run specifying a single file:

node torrent path/to/torrent/file.torrent

Files are saved in the downloads/ directory.

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago