An open API service indexing awesome lists of open source software.

https://github.com/neoql/btlet

Some toolkits implements part of BT Protocol, like DHT spider.
https://github.com/neoql/btlet

bt dht golang spider

Last synced: 5 months ago
JSON representation

Some toolkits implements part of BT Protocol, like DHT spider.

Awesome Lists containing this project

README

          

# btlet

通过实现BT协议族中的部分协议来完成一些toolkit

* [DHT-Spider](./README.md#dht-spider)

## Install

```
$ go get -v github.com/neoql/btlet
```

## Dependences

* [willf/bloom](https://github.com/willf/bloom)

## Modules

### DHT-Spider

[示例代码](./example/btsniffer)

运行截图

![](./screenshot/btsniffer.png)

## License

MIT, read more [here](./LICENSE).