Menu

Tree [b30717] master /
 History

HTTPS access


File Date Author Commit
 data 2010-08-02 Simon Booth Simon Booth [8d6d80] PID window db corrections
 docs 2010-08-06 Simon Booth Simon Booth [e5d97e] Doxygen files for website
 include 2010-08-07 Simon Booth Simon Booth [b30717] Many changes to obdbase and elm class
 po 2010-07-15 Simon Booth Simon Booth [a6db8a] MIL Panel
 src 2010-08-07 Simon Booth Simon Booth [b30717] Many changes to obdbase and elm class
 .gitignore 2010-08-02 Simon Booth Simon Booth [ccb50a] Windows build and packaging
 CMakeLists.txt 2010-08-02 Simon Booth Simon Booth [ccb50a] Windows build and packaging
 FindSqlite3.cmake 2010-07-15 Simon Booth Simon Booth [bb10c0] Prep for sqlite3
 README 2010-08-02 Simon Booth Simon Booth [ccb50a] Windows build and packaging
 VERSION.cmake 2010-08-02 Simon Booth Simon Booth [ccb50a] Windows build and packaging

Read Me

Requirements:
	CMake
	wxWidgets (2.8 or higher)
	sqlite3

To build:
	Unpack archive and cd to directory.
	
	If you are building on WINDOWS, downloads the sqlite amalgamation from 
http://www.sqlite.org/download.html (currently sqlite-amalgamation-3_7_0.zip)
and mkdir sqlite.  Extract the source files to this sqlite directory.

	mkdir build
	cd build
	cmake ../
	make



To use:

Connect to an ELM327 via a serial port.  The MIL Status panel shows any
error codes which can be reset.  The PID panel show the outputs from the
ECU for all supported Mode 1 PIDs.