Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import (snapshot) setups from telemetry #21

Open
parasyte opened this issue Dec 19, 2021 · 0 comments
Open

Import (snapshot) setups from telemetry #21

parasyte opened this issue Dec 19, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@parasyte
Copy link
Owner

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:

  1. html-to-html (as we have today)
  2. telemetry-to-telemetry

There would be no support for "html-to-telemetry" or "telemetry-to-html".

@parasyte parasyte added the enhancement New feature or request label Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant