Find a file
2016-12-06 23:14:08 +02:00
src Fix for issue #25 2016-10-05 00:20:08 +03:00
vs Basic working windows service 2016-02-19 13:33:02 +02:00
.gitignore Updated project to VS2015 2016-02-13 18:40:48 +02:00
LICENSE Renamed license filename 2016-12-06 23:14:08 +02:00
Makefile Fix issue #22 2016-02-08 12:42:58 -08:00
README.md Basic daemon support 2016-01-28 19:08:43 -08:00
udpt.conf Added samploe configuration 2016-02-20 21:42:48 +02:00

UDPT

The UDPT project is a BitTorrent Tracking software. It uses the UDP protocol (instead of the HTTP protocol) to track peers downloading the same software. UDPT was written according to BEP 15 of the BitTorrent standard.

UDPT is designed to run on both Windows and Linux-based platform (It may run on Apple systems too).

License

UDPT is released under the GPL license, a copy is included in this repository. We use SQLite3 which is public-domain, and Boost which is released under the boost license.

Building

We didn't really work on creating any installer, at the moment you can just run udpt from anywhere on your filesystem. Building udpt is pretty straightforward, just download the project or clone the repo:

UDPT requires the SQLite3, boost_program_options and boost_thread develpment packages to be installed.

    $ git clone https://github.com/naim94a/udpt.git
    $ cd udpt
    $ make

And finally:

    $ ./udpt

Author(s)

UDPT was developed by Naim A. at for fun at his free time. The development started on November 20th, 2012.