six519 / cordova-plugin-btobdspeed

Get Speed of vehicle via Raspberry App Python Client through BT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supported Platform

Android Only

Installation

cordova plugin add https://github.com/six519/cordova-plugin-btobdspeed.git

Usage

window.bTOBDSpeedPlugin.start(function(e){
    console.log('The speed is: ' + e + 'km/h');
}, function(e){
    alert('Error: ' + e);
});

About

Get Speed of vehicle via Raspberry App Python Client through BT


Languages

Language:Java 73.3%Language:Python 24.5%Language:JavaScript 2.3%