From 087dbe84af6b2c25fa631ae046ce9eea6e98825e Mon Sep 17 00:00:00 2001 From: VladMordock Date: Mon, 28 Oct 2019 17:04:41 +0100 Subject: [PATCH] Update README.md Update with information about data display --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 920abfe..fc7010b 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,12 @@ Example for windows shortcut: ``` C:\Perun_v1\Perun.exe 48621 1 "G:\DCS SRS\clients-list.json" "C:\Users\DCS\Saved Games\DCS\Mods\tech\LotAtc\stats.json" ``` +## Displaying data +Data displaying and handling is not in the current scope of this project. Since the end of 2018 the Perun data displaying has been hardcoded at forum.gildia.org , website for the Polish DCS community; examples: +![Who is online](https://i.imgur.com/5lVwsJw.png) +![Mission statistics](https://i.imgur.com/uiRSa9e.png) +Due to resource limitations, "Perun for DCS World" will focus on pulling the data from DCS (and external modules) and pushing it to MySQL server, but ** if anyone would like to develop open sourced PHP applets for data/statistics displaying ** we're willing to cooperate and support such projects. Unfortunetly it's not possible to share the hardcoded code from forum.gildia.org. + ## Troubleshooting - FAQ - [I keep getting 1305 MySQL error](#i-keep-getting-1305-mysql-error) - [Carrier landing are not tracked correctly](#carrier-landing-are-not-tracked-correctly)