Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/augustt198/udpt
Automatically exported from code.google.com/p/udpt
https://github.com/augustt198/udpt
Last synced: about 2 months ago
JSON representation
Automatically exported from code.google.com/p/udpt
- Host: GitHub
- URL: https://github.com/augustt198/udpt
- Owner: augustt198
- Created: 2015-05-11T03:06:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T03:11:51.000Z (over 9 years ago)
- Last Synced: 2023-08-02T15:35:24.563Z (over 1 year ago)
- Language: C++
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
What is 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.Who Wrote UDPT, and when?
UDPT is an ongoing project (at the meantime), it's development
started on Nevember 20th, 2012.
It was written by Naim A. . Naim wrote this
program for fun in his free time.Required Software:
UDPT depends on SQLite3 (public-domain, compatible with GPL).
UDPT's source is designed to be platform portable. It is
supported with Windows and with Linux based systems, It should
work with Apple's systems but it might not (no officially supported).I need help using this software, what should I do?
You may want to visit the documentation at the projects's site.
Address: http://code.google.com/p/udptCan I suggest a feature or report a bug?
Yes, you can. Please submit a feature request at:
http://code.google.com/p/udpt/issuesPlease visit http://code.google.com/p/udpt for updates.