From 86be1e51408bad1c35edc98ab6770fbd2730e473 Mon Sep 17 00:00:00 2001 From: simpo Date: Fri, 22 Feb 2019 12:27:40 +0100 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9d2ff2d..58ef764 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Perun for DCS World -This toolset extracts data from DCS World server and export it to local json file and UDP port. +This toolset extracts data from DCS World server and export it to local json file and UDP port. **Optional** windows app puts JSON data to MySQL database. ## Getting Started @@ -8,18 +8,26 @@ You can use this toolkit with or without Windows app. Simple DCS export scripts ### Prerequisites -* For JSON Export: - * DCS World stable or DCS World beta -* For UDP Export: - * Windows app which handles UDP readouts -* For MySQL Export: - * MySQL server with read/write access +Core: + * For JSON Export: + * DCS World stable or DCS World beta + * For UDP Export: + * Windows app which handles UDP readouts + * **(Optional)** For MySQL Export: + * MySQL server with read/write access +3rd party support: + * for [DCS SRS](https://github.com/ciribob/DCS-SimpleRadioStandalone/releases) integration location of the clients-list.json file and SRS configuration with JSON data export enabled - see [SRS documentation](https://github.com/ciribob/DCS-SimpleRadioStandalone/wiki) + * for [LotATC](https://www.lotatc.com/) integration location of the stats.json file and LotATC configuration with JSON data export enabled - see [LotATC documentation](https://www.lotatc.com/documentation/server_configuration.html) ### Installing -* Download latest [release](https://github.com/szporwolik/perun/releases) together with Win32 binary file +* Download latest [release](https://github.com/szporwolik/perun/releases) **optionaly** together with Win32 binary file for MySQL export * Copy contents of DCS folder to you \Scripts folder (inside DCS folder in your Saved Games) +* Add the following line to your Export.lua : TBD * Run the Win32 application +* Start DCS World and host multiplayer session + ** by default the JSON is written into : TBD + ** by default the UDP port TBD is in use ## Testing