Update README.md

This commit is contained in:
simpo
2019-02-22 12:27:40 +01:00
committed by GitHub
parent b15ea79c93
commit 86be1e5140

View File

@@ -1,6 +1,6 @@
# Perun for DCS World # 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 ## Getting Started
@@ -8,18 +8,26 @@ You can use this toolkit with or without Windows app. Simple DCS export scripts
### Prerequisites ### Prerequisites
Core:
* For JSON Export: * For JSON Export:
* DCS World stable or DCS World beta * DCS World stable or DCS World beta
* For UDP Export: * For UDP Export:
* Windows app which handles UDP readouts * Windows app which handles UDP readouts
* For MySQL Export: * **(Optional)** For MySQL Export:
* MySQL server with read/write access * 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 ### 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) * 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 * 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 ## Testing