Implement telemetry for ACC with what provided by memory-mapped files and UDP socket. - [ ] Read MM telemetry - [ ] Receive UDP telemetry (requires #28 or it would be a lot of work for nothing) - [ ] Ignore UDP telemetry data if older than the current session - [ ] Handle reconnections if socket can't be opened or if it closes - [ ] Use the current MM data and the latest received UDP data - [ ] Support all gaming modes - [ ] Menu - [ ] Race (SP, MP driving, MP connected) - [ ] Practice - [ ] Replay (during race or standalone) - [ ] Spectator - [ ] Between sessions Notes: - [Official MM documentation](https://www.assettocorsa.net/forum/index.php?threads/acc-shared-memory-documentation.59965/). - UDP SDK can be found on the Dedicated Server installation folder under `sdk\broadcasting`. - Crew Chief [code](https://gitlab.com/mr_belowski/CrewChiefV4/-/tree/master/CrewChiefV4/ACC). - Second Monitor [code](https://gitlab.com/winzarten/SecondMonitor/-/tree/master/Connectors/AccConnector).
Implement telemetry for ACC with what provided by memory-mapped files and UDP socket.
Notes:
sdk\broadcasting.