mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 15:55:39 +02:00
Update README.md
This commit is contained in:
24
README.md
24
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user