Myriad - a DBIx::Class-based BitTorrent tracker
my $myriad = Myriad::Schema->connect('dbi:mysql:database=tracker', '', '');
my $peers = $myriad->resultset('Tracker')
->active
->find('tracker.example.net')
->announce({});
Myriad is a BitTorrent tracker backend that is suitable for use with Perl-based web application frameworks like Catalyst or Mojolicious.
Jan Tore Morken [email protected]
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.