Skip to content
forked from abique/hefur

Standalone C++ BitTorrent tracker

License

Notifications You must be signed in to change notification settings

bitrise-tom/hefur

 
 

Repository files navigation

.---.  .---.     .-''-.   ________   ___    _ .-------.
|   |  |_ _|   .'_ _   \ |        |.'   |  | ||  _ _   \
|   |  ( ' )  / ( ` )   '|   .----'|   .'  | || ( ' )  |
|   '-(_{;}_). (_ o _)  ||  _|____ .'  '_  | ||(_ o _) /
|      (_,_) |  (_,_)___||_( )_   |'   ( \.-.|| (_,_).' __
| _ _--.   | '  \   .---.(_ o._)__|' (`. _` /||  |\ \  |  |
|( ' ) |   |  \  `-'    /|(_,_)    | (_ (_) _)|  | \ `'   /
(_{;}_)|   |   \       / |   |      \ /  . \ /|  |  \    /
'(_,_) '---'    `'-..-'  '---'       ``-'`-'' ''-'   `'-'

Hefur is a standalone C++ BitTorrent tracker.

Features:

  • support both BitTorrent v1 and v2
  • support HTTP, HTTPS and UPD announce and scrape
  • support both IPv4 and IPv6
  • no database required (everything in memory)
  • should be efficient
  • perfect for small setup
  • info_hash white list based on .torrent in a directory tree
  • control interface
  • control program: hefurctl

Installing:

  • Archlinux: pacman -S hefur
  • Debian: apt install hefur

Manual

Contact:

About

Standalone C++ BitTorrent tracker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 71.2%
  • C++ 26.6%
  • HTML 1.1%
  • Other 1.1%