8000 GitHub - nettr/udpt: A lightweight UDP torrent tracker
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nettr/udpt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. Build 6935 ing 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

Links

Author(s)

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

Packages

No packages published

Languages

  • C++ 93.3%
  • C 4.8%
  • Makefile 1.5%
  • CMake 0.4%
0