mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 18:05:40 +02:00
Update README.md
This commit is contained in:
25
README.md
25
README.md
@@ -1,3 +1,8 @@
|
|||||||
|

|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
# Perun for DCS World
|
# Perun for DCS World
|
||||||
|
|
||||||
This toolset extracts data from DCS World server and sends information to the local Json file and UDP port for further processing.
|
This toolset extracts data from DCS World server and sends information to the local Json file and UDP port for further processing.
|
||||||
@@ -38,20 +43,20 @@ Core:
|
|||||||
* Data shall be filling your MySQL database
|
* Data shall be filling your MySQL database
|
||||||
|
|
||||||
## Data packets
|
## Data packets
|
||||||
* ID: 1, contains version/diagnostic information
|
* ```ID: 1```, contains version/diagnostic information
|
||||||
* ID: 2, contains status data in the following sections
|
* ```ID: 2```, contains status data in the following sections
|
||||||
* mission - minimal information about mission
|
* mission - minimal information about mission
|
||||||
* players - connected players
|
* players - connected players
|
||||||
* ID: 3, available slots list and coalitions
|
* ```ID: 3```, available slots list and coalitions
|
||||||
* coalitions - available coalitions
|
* coalitions - available coalitions
|
||||||
* slots - available slots
|
* slots - available slots
|
||||||
* ID: 4, stores mission data **WIP: not yet implemented**
|
* ```ID: 4```, stores mission data **WIP: not yet implemented**
|
||||||
* ID: 50, chat event
|
* ```ID: 50```, chat event
|
||||||
* ID: 51, game event
|
* ```ID: 51```, game event
|
||||||
* ID: 52, player stats **WIP: not yet implemented**
|
* ```ID: 52```, player stats **WIP: not yet implemented**
|
||||||
* ID: 53, player login to DCS server
|
* ```ID: 53```, player login to DCS server
|
||||||
* ID: 100, DCS SRS's client-list.json
|
* ```ID: 100```, DCS SRS's client-list.json
|
||||||
* ID: 101, LotATC's stats.json
|
* ```ID: 101```, LotATC's stats.json
|
||||||
|
|
||||||
## Built With
|
## Built With
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user