PeerTracker

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
PeerTracker
PeerTracker Icon
Initial release October 24, 2009 (2009-10-24)
Stable release 0.1.3 / January 20, 2010; 14 years ago (2010-01-20)
Written in PHP
Operating system Cross-platform
Type BitTorrent tracker
License GPL
Website github.com/JonnyJD/peertracker

PeerTracker is a free (licensed as GPL) BitTorrent peer tracker software written in PHP that is designed to be fast and to have a low consumption of system resources.

Details

The focus of this project is to create a tracker in PHP that is fast, uses minimal server resources meanwhile providing full scale tracking capabilities.

PeerTracker does not concern itself with the indexing or uploading of torrents, nor with share ratio monitoring or any other form of user management.

It has been designed from the ground up to be easily deployed and operated from any shared or dedicated hosting environment.

Features

  • Operates under BEP 3, additionally supporting BEP 23
  • Code is fully PHP 5+ E_STRICT & E_DEPRECATED compliant.
  • profiled and optimized for extremely fast execution and minimal cpu/memory/database usage

Requirements

External links