https://github.com/arstgit/dht-spider
dhtspider
https://github.com/arstgit/dht-spider
Last synced: about 1 month ago
JSON representation
dhtspider
- Host: GitHub
- URL: https://github.com/arstgit/dht-spider
- Owner: arstgit
- Created: 2019-12-17T10:55:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T23:08:17.000Z (over 6 years ago)
- Last Synced: 2025-03-05T06:32:32.681Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# dhtspider
[](https://travis-ci.org/derekchuank/dhtspider)
dhtspider.
## Compile & Install
```
$ make
$ make install
```
## Usage
In order to read result from stdout, simply run:
```
$ dhtspider
```
Or, make result piped to a `fifo` file:
```
$ dhtspider fifo
```
The fifo file is located in /var/dhtspider/, named `fifo`.
## Traffic control
`tc` is used with docker to control the out traffic, you can modify `Dockerfile` and `docker-compose.yml` for more sophisticated control.