Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abique/hefur
Standalone C++ BitTorrent tracker
https://github.com/abique/hefur
Last synced: 3 days ago
JSON representation
Standalone C++ BitTorrent tracker
- Host: GitHub
- URL: https://github.com/abique/hefur
- Owner: abique
- License: mit
- Created: 2012-05-05T08:36:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-09-12T14:38:54.000Z (over 1 year ago)
- Last Synced: 2024-07-31T22:52:56.432Z (7 months ago)
- Language: C++
- Homepage:
- Size: 1.22 MB
- Stars: 189
- Watchers: 14
- Forks: 31
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Authors: AUTHORS.md
Awesome Lists containing this project
README
.---. .---. .-''-. ________ ___ _ .-------.
| | |_ _| .'_ _ \ | |.' | | || _ _ \
| | ( ' ) / ( ` ) '| .----'| .' | || ( ' ) |
| '-(_{;}_). (_ o _) || _|____ .' '_ | ||(_ o _) /
| (_,_) | (_,_)___||_( )_ |' ( \.-.|| (_,_).' __
| _ _--. | ' \ .---.(_ o._)__|' (`. _` /|| |\ \ | |
|( ' ) | | \ `-' /|(_,_) | (_ (_) _)| | \ `' /
(_{;}_)| | \ / | | \ / . \ /| | \ /
'(_,_) '---' `'-..-' '---' ``-'`-'' ''-' `'-'Hefur is a standalone C++ BitTorrent tracker.
## Features
- Support both BitTorrent v1 and v2
- Support HTTP, HTTPS and UDP 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
``` shell
pacman -S hefur
```### Debian
``` shell
apt install hefur
```## Usage
[Manual](manual/manual.md)## Contact
[email protected]