Skip to content

hmiefert/electron-irtelemetry

Repository files navigation

electron-irtelemetry

Barebones iRacing telemetry project using node-irsdk-2023 and ElectronJS.

get it up and running

Clone the repo and install dependencies
Update 2023-11-19: Had to set a different Python version via set PYTHON=python3.7 as Python deprecated the distutils package in version 3.10 and removed it with version 3.12, which now is causing node-gyp errors.

git clone https://github.com/hmiefert/electron-irtelemetry
cd electron-irtelemetry
npm install

Recompile node-irsdk-2023 to match electrons NodeJS module version.

npm run recompile

Finally start the app

npm run start

create application package

Using Electron Forge

npm run make

possible errors

If you get errors running npm install or npm run recompile read this and this
If you get an error running npm run make you might need to check this and this

screenshots

Screenshot disconnected Screenshot connected

About

ElectronJS iRacing telemetry starter project

Resources

License

Stars

Watchers

Forks

Packages

No packages published