Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mrd0ll4r/poke
- Owner: mrd0ll4r
- License: mit
- Created: 2016-04-23T20:43:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-16T09:35:15.000Z (about 8 years ago)
- Last Synced: 2024-10-16T06:35:12.995Z (2 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# poke
A tool to feature-test BitTorrent trackers via HTTP and UDP announces# How to get it
A simplego get github.com/mrd0ll4r/poke/cmd/poke
should get and build it.
# How to use it
Runpoke -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