Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 1.47 KB

README.md

File metadata and controls

34 lines (30 loc) · 1.47 KB

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