udpt/README.md
2017-10-02 18:09:08 +03:00

1.8 KiB

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.

If you find the project useful, please consider a donation to the following bitcoin address: 1KMeZvcgnmWdHitu51yEFWBNcSTXL1eBk3.