Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrd0ll4r/poke

A tool to feature-test BitTorrent trackers via HTTP
https://github.com/mrd0ll4r/poke

Last synced: 21 days ago
JSON representation

A tool to feature-test BitTorrent trackers via HTTP

Awesome Lists containing this project

README

        

# poke
A tool to feature-test BitTorrent trackers via HTTP and UDP announces

# How to get it
A simple

go get github.com/mrd0ll4r/poke/cmd/poke

should get and build it.

# How to use it
Run

poke -a [-debug]

to test the tracker specified by `` via HTTP.
To use UDP, specify the UDP endpoing (e.g. `localhost:1234`) via the `-u` flag.
The `-u` flag has priority over the `-a` flag.

# License
MIT