Find a file
2016-01-23 15:11:48 -08:00
src Remove useless comments or prints 2016-01-23 15:11:48 -08:00
.gitignore New README 2016-01-23 15:11:48 -08:00
gpl.txt Added Copyright license; 2012-12-04 00:44:30 +02:00
Makefile minor fixes 2015-11-28 15:37:38 -08:00
README.md New README 2016-01-23 15:11:48 -08: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.

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 develpment package 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.