GitXplorerGitXplorer
s

node-dht

public
59 stars
15 forks
1 issues

Commits

List of commits on branch master.
Unverified
deba799754f318c023be856176a81af5e48cb063

node-dht v0.0.3

sstbuehler committed 12 years ago
Unverified
4dbc18e59ccd153ca6e4d88bf66b016d12adf941

Merge pull request #2 from aredridel/master

sstbuehler committed 13 years ago
Unverified
5d222a47c533b40a40d151669cd253dc4b7dc0b1

Fix JSON

committed 13 years ago
Unverified
c61297286aeb6005653fbf73b5466f141ecdfbfb

qualify util.debug

ttjfontaine committed 14 years ago
Unverified
3f96859756f8428c1b6a20cd26c9e08d539606f2

fix example/readme

sstbuehler committed 14 years ago
Unverified
1e6500972821faa1448d323009da8e17e878b82d

split into sub modules, fix some distance sorting

sstbuehler committed 14 years ago

README

The README file for this repository.

dht

DHT implementation.

install

npm install dht

usage

See example.js

status

Local hashtable not implemented (needs to handle timeout of peers); announce not tested.