You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a crate for reading telemetry data: iracing. It does have some worrying unsafe code. I can address some of these things myself.
This would allow capturing setup info directly from telemetry. Unfortunately, I don't think these snapshots could be compared directly with the HTML exports. The formats will just be too different. We would end up with two supported comparison modes:
html-to-html (as we have today)
telemetry-to-telemetry
There would be no support for "html-to-telemetry" or "telemetry-to-html".
The text was updated successfully, but these errors were encountered:
There is a crate for reading telemetry data:
iracing
. It does have some worryingunsafe
code. I can address some of these things myself.This would allow capturing setup info directly from telemetry. Unfortunately, I don't think these snapshots could be compared directly with the HTML exports. The formats will just be too different. We would end up with two supported comparison modes:
There would be no support for "html-to-telemetry" or "telemetry-to-html".
The text was updated successfully, but these errors were encountered: