Skip to content
/ DHT Public

自动收集磁力链接,磁力链接网站开发,DHT网络,P2P网络

Notifications You must be signed in to change notification settings

zyhahaha/DHT

Repository files navigation

调用

const spider = new (require('./lib/spider'))

spider.on('ensureHash', (hash, addr)=> console.log(`magnet:?xt=urn:btih:${hash}`))

spider.on('unensureHash', (hash)=> console.log(hash))

spider.on('nodes', (nodes)=>console.log('foundNodes'))

spider.listen(6339)

About

自动收集磁力链接,磁力链接网站开发,DHT网络,P2P网络

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published