avs-code / PREM-Podium-race-E-manager

Description PREM (Podium race e manager) is management software for races and race leagues. It can be used to create overviews of race results. Based on Paddock 7.10beta by: demontpx
https://arv187.github.io/PREM-Podium-race-E-manager/
GNU General Public License v3.0
5 stars 1 forks source link

Create a custom json result file #30

Open avs-code opened 7 years ago

avs-code commented 7 years ago

Create a custom json result file to get tyre/tire type, pit entry, fast lap time, etc.

I saw that server log get data such as pilot entry pits, and other interesting info missed in json result file.

It's possible get divers data of interest during race to export to a custom json result race? May be making a python app? Or already exists?

Serverside: You can write a Server-Plugin, where make your own JSON-File. You will find a c# example in your AC-Directory "..\sdk\dev\acRemoteServerUDP_Example".

or how you said: You can write a own python-App

http://www.assettocorsa.net/forum/index.php?threads/create-custom-json-results-its-possible.42527/#post-827896

Manuals:

ACPythonDocumentation(1).pdf ACSharedMemoryDocumentation(1).pdf

This involve a php code to get & show this data in race results.