A WEB-BASED PROTOTYPE FOR REMOTE CAR DIAGNOSTICS
Version
0.0.1
Tech
- Hardware
- Raspberry Pi
- Car Chassis Development Kit
- Software
- Web Application Back-End
- Web Application Front-End
Installation
You need grunt and nodejs installed globally:
Fisrt download node.js after
$ npm install -g grunt-cli
$ git clone https://github.com/lupu60/remote_diagnostics.git
$ cd remote_diagnostics
$ npm install
$ grunt production
$ npm start