Multi-threaded BitTorrent Tracker with SQLite backend
License
cbdevnet/traccoon
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
traccoon is a lightweight multi-threaded BitTorrent tracker implementation, using an SQLite database as backing store. The latest development snapshot may be accessed via cloning https://github.com/cbdevnet/traccoon. Should that location become unavailable in the future, a new location will be announced somewhere on https://dev.cbcdn.com/. Release tarballs may be downloaded from the tag overview page. Build prerequisites: libpthread libsqlite3-dev Build by running 'make' or, alternatively, compiling traccoon.c by hand. Verbosity may be controlled by editing traccoon.h (eg. having DEBUG(a) expand to nothing, thus disabling DEBUG level output) Setup instructions Run ./traccoon -h in order to see available options. Create a compatible SQLite backing file with the -c option. Optionally edit the database structure to suit your use case (do not remove or rename any columns, tables or views). Run traccoon with the -f option in order to use the created file. This distribution includes the following supporting tools: torrentinfo Utility for reading, analyzing and parsing .torrent files. Windows builds are supported. Build Prerequisites: libssl-dev getpeers Utility for querying trackers for BitTorrent peers and analyzing Tracker communication. Windows builds are supported. Build prerequisites: libssl-dev For more information, see the respective folders.
About
Multi-threaded BitTorrent Tracker with SQLite backend
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published