项目作者: BNETDocs

项目描述 :
A modern tracker for PvPGN servers using UDP datagrams and a PHP web interface
高级语言: PHP
项目地址: git://github.com/BNETDocs/pvpgn-tracker.git
创建时间: 2018-02-25T22:34:55Z
项目社区:https://github.com/BNETDocs/pvpgn-tracker

开源协议:MIT License

下载


pvpgn-tracker

This project transforms PvPGN tracker solicitations over UDP datagrams into
usable data for users to browse using a PHP web user interface.

Usage

There are two parts to PvPGN tracking, they are split into the daemon and the
web user interface.

The daemon binds to 6114/udp on a server and listens for UDP datagrams from
PvPGN servers. It reads and writes a state file that can be accessed by PHP. The
state file is the source of truth, the daemon will keep it pruned as necessary.

The PHP web user interface requires Nginx and PHP-FPM software, and the
environment needs to be able to access the daemon’s state file for reading. All
requests should be sent to the main.php file.

For information on the format of the UDP datagram, read the PvPGN Tracking
Protocol
document.

License & Warranty

See our License file included with this repository.

tl;dr: You’re responsible for yourself and everything you do or that happens.