Skip to content

lxfontes/lbtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

required:
v8 javascript engine ( http://code.google.com/p/v8/ ) ** shipped
libev IO layer ( http://software.schmorp.de/pkg/libev.html ) ** shipped
mysql libraries ( http://www.mysql.com ) -> MAKE SURE mysql_config is in your path
scons + python ( required to compile v8 )

just run:
cd src && make


torrent urls
http://host:8080/announce
http://host:8080/scrape

json urls
http://host:8080/lbtt/status
{"uptime": 123,"torrents": 46,"peers": 2457,"seeders": 27,"downloads": 15 }

http://host:8080/lbtt/info?info_hash=(20bytes infohash, like scrape)
{ "complete": 0,"downloaded": 0,"incomplete": 1 }

About

Bittorrent Tracker using Google's v8 engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published