A tracker for the LBRY protocol.
cmd/chihaya | ||
config | ||
pkg | ||
server | ||
tracker | ||
.travis.yml | ||
AUTHORS | ||
chihaya.go | ||
CONTRIBUTORS | ||
LICENSE | ||
README.md |
Chihaya
Chihaya is an open source BitTorrent tracker written in Go.
Differentiating features include:
- Extensible, middleware-oriented request flow that is customized in a YAML configuration file
- Low resource consumption, and fast, asynchronous request processing
- Unified IPv4 and IPv6 support
Getting Started
TODO(jzelinskie): I should fill this section in
Development
Long-term discussion and bug reports are maintained via GitHub Issues. Code review is done via GitHub Pull Requests.
Related projects
- OpenTracker: a popular BitTorrent tracker written in C
- Ocelot: a private BitTorrent tracker written in C++
License
Chihaya is distributed under the 2-Clause BSD license that can be found in the LICENSE
file.