Skip to content
forked from shurikk/bttrack

Basic BitTorrent tracker using Sinatra

License

Notifications You must be signed in to change notification settings

jarthod/bttrack

 
 

Repository files navigation

Ruby/Sinatra BitTorrent Tracker

Simple BitTorrent tracker using Sinatra that doesn't require database backend

Implements BEP 3 and BEP 23

Build Status

Installation

Running on localhost:

$ git clone git://github.com/shurikk/bttrack.git
$ cd bttrack
$ bundle install
$ bundle exec rackup

You can also use a demo instance: create a .torrent file and use http://bttrack.herokuapp.com/announce as announce URL.

Configuration

Configuration options are available at the top of bttrack.rb

Contributors

About

Basic BitTorrent tracker using Sinatra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 82.5%
  • HTML 11.7%
  • CSS 5.5%
  • Procfile 0.3%