Perun for DCS World

This toolset extracts data from DCS World server and sends information to the local Json file and UDP port.

Provided windows app puts JSON data to MySQL database. Additionaly Perun windows app can be used to merge LotATC and DCS SRS data in one database making Perun for DCS World wannabe ultimate integration tool for the server admins.

However this software is intended to be used by experienced users - the output is data Json and MySQL; you will need to process/display it yourself.

Perun in action Data flow

Prerequisites

Core:

  • For JSON Export:
    • DCS World stable or DCS World beta
  • (Optional) For MySQL Export:
    • MySQL server with read/write access

3rd party support:

  • for DCS SRS integration location of the clients-list.json file will be required (by default: SRS Server folder), "Auto Export List" option has to be enabled - see SRS documentation
  • for LotATC you will need location of stats.json file and proper LotATC configuration with JSON data export enabled - see LotATC documentation

Installing

  • Download latest release, optionaly together with Win32 binary file for MySQL export - DOWNLOAD
  • Copy contents of 01_DCS to your \Scripts folder (located inside DCS folder in your Saved Games)
  • optionaly Create MySQL server using SQL script located in 03_MySQL
  • optionaly Run the Win32 application
    • set MySQL connection data
    • point LotATC json file location
    • point DCS SRS json file location
    • click connect and leave the app running in the background
  • Start DCS World and host multiplayer session
    • by default the JSON is written into Scripts\Json folder located in your Saved Games DCS folder tree
    • by default the UDP port 48620 is in use as target port

Data packets

  • ID: 1, contains version information
  • ID: 2, contains status data in the following sections
    • mission - minimal information
    • players - connected players
  • ID: 3, available slots list and coalitions
    • coalitions - available coalitions
    • slots - available slots
  • ID: 4, stores mission data
  • ID: 50, chat event
  • ID: 51, game event
  • ID: 100, DCS SRS's client-list.json
  • ID: 101, LotATC's stats.json

Built With

Contributing

Please contact me if you'd like to contribute.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Thanks to Gildia DCS Polish community of DCS World pilots.
Description
Miroir de DaKerboul/perun (Perun DCS, reprise). Source de verite : GitHub.
Readme 1.4 MiB
Languages
C 49.8%
HTML 31.6%
C# 9.5%
Lua 5.3%
Makefile 1.2%
Other 2.6%