0.0.3 • Published 12 years ago

torrent-swarm v0.0.3

Weekly downloads
14
License
-
Repository
-
Last release
12 years ago

torrent-swarm

a network swarm implementation that uses the DHT to find peers

npm install torrent-dht

usage

var swarm = require('torrent-swarm');
var nodes = swarm(myInfoHash);

nodes.on('connection', function(connection) {
	// a relevant connection has appeared
	// you should pipe this to a torrent protocol stream
});

nodes.listen();
0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago