This is a Ionic Framework app wich connects to a CANBus Triple device and does some OBD II communication through CAN protocol.
Currently it has been tested on Android platform, but it should work on iOS and Windows Phone, too.
NOTE: You need a firmware which supports CAN mask filtering, such as my v0.5.1 can-mask branch.
Make sure you have Ionic Framework installed (it requires also Node.js to be installed).
Switch to project folder and run the following command to install framework libraries and plugins:
npm install
Then run the following command to add the platform(s) for which you want to build the app:
ionic cordova platform add android
You can build the app with the following command:
ionic cordova build android
Or you can run it directly to an attached device with:
ionic cordova run android