qTracker is an application built to function with the BitTorrent peer-to-peer file sharing protocol. The client is used for downloading and uploading torrents. It has common functionalities such as hit and runs, bonus points, ratios and invites.
Qt 5.*
libqt5sql5-mysql
Boost 1.23+
libssl-dev
The online documentation is available at this website.You might find the screenshots of the application and the development process in the wiki interesting.
The torrent files downloaded from the client carries a personal announce url. Each time your BitTorrent client announces the torrent it will send and receive data from
our tracker software. It is written in C++
and can be found here.
When sending out invites, a server is being used to send the e-mails. The source code can be found here.
Much appreciations to Kornelius Hauge for creating the logo and icons.
Thanks to jimporter for the bencode header-only library already included.