Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AustinMurphy/OBD2-Scantool
A scantool to read OBD2 info from cars.
https://github.com/AustinMurphy/OBD2-Scantool
Last synced: 27 days ago
JSON representation
A scantool to read OBD2 info from cars.
- Host: GitHub
- URL: https://github.com/AustinMurphy/OBD2-Scantool
- Owner: AustinMurphy
- Created: 2011-11-27T22:28:43.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-03-17T13:59:46.000Z (over 1 year ago)
- Last Synced: 2024-08-04T04:06:27.888Z (4 months ago)
- Language: Python
- Homepage:
- Size: 96.7 KB
- Stars: 207
- Watchers: 30
- Forks: 53
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-canbus - OBD2-Scantool - A python scantool to read OBD2 info from cars. (Protocols / OBD-II tools)
README
OBD2 Scantool
-------------A scantool to read OBD2 info from cars.
Intended for use with ELM327 or similar OBD2 Interfaces.
Written in Python, using PySerial.
Forked from pyobd (GPL)
- http://www.cs.unm.edu/~donour/cars/pyobd/
- http://www.obdtester.com/pyobdDESIGN GOALS:
- Functional OBD2 scantool for Linux
- Flexible, modular design for easy extension and reuse