Skip to content

AnimMouse/atrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atrack Torrent Tracker

Atrack is a Bittorrent tracker designed from the ground up to run on Google’s App Engine grid.

Atrack is based on the abandoned Atrack by Uriel †.

Features

  1. It uses memcache to store IP addresses, ports, and hashes/keys.
  2. It uses ntrack, the Network Tracker protocol.
  3. It is a torrent tracker running in Google's fast servers.
  4. It also aims to respect your privacy, other than what is needed for the most basic tracking (hashes/keys and IP/ports), atrack gathers no information whatsoever.

Installation

This tutorial uses the new Google Cloud SDK (gcloud) instead of the original App Engine SDK (appcfg).

Make sure you have a Google Account and created an application inside a project in Google Cloud Platform.

Because App Engine now uses Cloud Build to deploy the application, it is necessary to enable billing in order to deploy the application. But you can disable billing afterwards after deploying it.

  1. Clone or Download the latest source here.
  2. Download the Google Cloud SDK here
  3. Set the project name on the gcloud gcloud config set project project-name
  4. Deploy the instance by typing this command gcloud app deploy -v 1 inside the instance folder

Contributing

Feel free to make suggestions, create pull requests, report issues or any other feedback.

Contact us on [email protected]