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
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".
Create a custom json result file to get tyre/tire type, pit entry, fast lap time, etc.
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.