eckhchri / pcars-ds-liveview

Provides a html page for project cars dedicated server and display a map of the current race.
14 stars 1 forks source link

Implement a Replay/DataRecording Class #68

Open eckhchri opened 8 years ago

eckhchri commented 8 years ago

pcars_recorder.js a recording class saves all relevant data of race, qualy, training.

corresponding to issue https://github.com/eckhchri/pcars-ds-liveview/issues/60

Features:

Upload/Load: http://www.javascriptoo.com/jsonc [Example] http://stackoverflow.com/questions/29393064/reading-in-a-local-csv-file-in-javascript - http://jsfiddle.net/thzytf1w/2/ http://www.competa.com/blog/2013/10/how-to-read-a-file-on-the-client-side-using-javascript/ https://www.html5rocks.com/de/tutorials/file/dndfiles/ http://hayageek.com/docs/jquery-upload-file.php https://www.npmjs.com/package/jquery-simple-upload#simpleuploadjs

eckhchri commented 8 years ago

Start implementation with https://github.com/eckhchri/pcars-ds-liveview/commit/d38a6bb9c671dc85f113986d49dfbb51b9eec383

eckhchri commented 7 years ago

Implement a first version of Recording/Export/Import functionality with zip compression. https://github.com/eckhchri/pcars-ds-liveview/commit/6d24523726e69cd1bee3669bddb1e602a7dc6e80

eckhchri commented 7 years ago

Extended version implemented with https://github.com/eckhchri/pcars-ds-liveview/commit/ca9911f7f458a3d5b67a16cbe88755dfc712ab05