freebsd-ports/net-p2p/xbt/pkg-descr
Alexey Dokuchaev 31518129c6 net-p2p/xbt: new BitTorrent tracker port had been added (+)
It is written in modern C++ and designed for high performance
while consuming little resources (CPU and RAM).

Consisting of just a dozen files, it can be easily built with
BSD or GNU make.
2022-11-16 03:42:02 +00:00

7 lines
365 B
Plaintext

XBT (Extended BitTorrent) tracker is a BitTorrent tracker written in
modern C++. It's designed to offer high performance while consuming
little resources (CPU and RAM). It's a pure tracker, so it doesn't
offer a frontend; please use any (e.g. PHP-based) frontend you want.
The tracker stores statistics in a MySQL database/table; version 5 or
higher is required.