Separation of concerns #5
Replies: 4 comments
-
|
Pushed the SDK wrapper code here: https://github.com/racedirector/iracing-data-api/tree/feature/iracing-sdk/packages/sdk |
Beta Was this translation helpful? Give feedback.
-
|
Service demonstrating usage is here: https://github.com/racedirector/iracing-data-api/tree/feature/iracing-sdk/services/telemetry-server But to save you a click: |
Beta Was this translation helpful? Give feedback.
-
|
Hey @justinmakaila - yeah nice I think event based approach is definitely a little better, I've speghettied it with the overlay manager. Happy to review a PR though and give it a test! There's a couple of things on the irsdk-node package that need improving:
|
Beta Was this translation helpful? Give feedback.
-
|
There's also a discord here if you want to jump on: https://discord.gg/E3KKB6W4 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey hey,
I had some time this weekend, and was super interested in this project when I found it earlier this week. I'm a full-time React/react-native developer, and have grown frustrated with the available overlay solutions. I'm also an owner/admin over at FTR Events, an endurance racing league.
We've been playing with the
pyirsdkfor a couple years now to develop our proprietary "road-course caution" software. It's a CLI tool that an admin of a race session (typically a live-steward) can run with a given config file (.ini) to tailor the automated cautions. We've also explored building out custom overlays for our drivers to indicate certain things to them, and we've toyed with building local tools for them to run to enhance the "racedirector" experience.A week or two ago, I put together a repo, for interacting with the iRacing
/dataAPI.This weekend, I've pulled a lot of the "wrapper" code you had for the
irsdk-nodeand put it in a sub-package of that repo (sup-package is not published yet).I was wondering if you'd be interested with reviewing what I currently have, and if you'd be open to a feature PR to this library to use the package?
Wasn't sure how else to reach out, figured this was an appropriate avenue. Happy to keep discussions localized here or move to an email or discord thread.
Cheers,
Justin
Beta Was this translation helpful? Give feedback.
All reactions