Giter VIP home page Giter VIP logo

obdlib's Introduction

ODBLib

Build Status Coverage Status

ODB II library that allows to connect and interact with a Bluetooth ELM327.

Warning: this project is tested on Linux because it uses PyBlue (Linux / Windows support only)

Features

This library is still in a development stage and includes :

  • bluetooth connection to an ODB device (tested on an ELM327 Bluetooth)
  • a command line testing tool
  • AT command submission according to a mode and PID
  • live engine RPM reading

Installation

Go to your local workspace

cd /path/to/your/workspace/

Clone the project from Github

git clone https://github.com/k2r79/ODBLib.git

Go to the cloned directory

cd ODBLIb

First install libbluetooth-dev on your system

sudo apt-get install libbluetooth-dev
```

Then install the project's pip dependencies
```
pip install -r requirements.txt
```

Check that everything works
```
nosetests
```

Licence
---
This project is under [MIT License](http://opensource.org/licenses/MIT), feel free to use and modify it.

obdlib's People

Contributors

vincentkelleher avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

jasonwiener

obdlib's Issues

Scan to include Port

It would be nice if the scan utility was able to assess the port, or auto-assign, or just provide more information on finding what to send in via the port argument. I Have no clue what a valid option for port argument would be, but as it is a number, I'd assume a simple loop could find the port on a device (I'll do some testing and hopefully not kill the car).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.