Skip to content

jantore/myriad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Myriad - a DBIx::Class-based BitTorrent tracker

SYNOPSIS

my $myriad = Myriad::Schema->connect('dbi:mysql:database=tracker', '', '');
my $peers = $myriad->resultset('Tracker')
    ->active
    ->find('tracker.example.net')
    ->announce({});

DESCRIPTION

Myriad is a BitTorrent tracker backend that is suitable for use with Perl-based web application frameworks like Catalyst or Mojolicious.

AUTHOR

Jan Tore Morken [email protected]

COPYRIGHT AND LICENSE

This software is copyright (c) 2008-2018 by Jan Tore Morken.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

About

A Perl and DBIx::Class-based BitTorrent tracker

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages