README, gitignore, and TODO update.

This commit is contained in:
Solomon Peachy 2019-01-28 21:52:43 -05:00
parent 8207b6080d
commit 079af1f11f
3 changed files with 18 additions and 3 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
testpi *.o
aldl_pi

7
README
View File

@ -21,18 +21,21 @@ video output, and collects its data using one of the RPi's GPIOs.
The dashboard rendering, data acquiition, and ALDL protocol handling The dashboard rendering, data acquiition, and ALDL protocol handling
are modular, so this code should be easily extendible to other vehicles are modular, so this code should be easily extendible to other vehicles
and computing platforms. and computing platforms.
Requires the wiringPi, SDL2, and SDL2_ttf libraries. Requires the wiringPi, SDL2, and SDL2_ttf libraries.
Currently only supports the A179 datastream, used by, among others, Currently only supports the A179 datastream, used by, among others,
1992-1995 C/K trucks with manual transmissions. 1992-1995 C/K trucks with manual transmissions.
NOTE: Physical interfacing of the vehicle to the RPi is beyond the
scope of this README. Do not blame me if you blow up your RPi or the
ECU on your vehicle!
This software was written to meet my own needs, but I'm releasing it under This software was written to meet my own needs, but I'm releasing it under
the GNU GPLv3 in the hopes that others will find it useful. I'd appreciate the GNU GPLv3 in the hopes that others will find it useful. I'd appreciate
an email if that's the case! an email if that's the case!
Solomon Peachy Solomon Peachy
pizza AT shaftnet DOT org pizza AT shaftnet DOT org
January 2019 January 2019

11
TODO Normal file
View File

@ -0,0 +1,11 @@
Non-exclusive TODO:
* Additional data streams (patches welcome!)
* Better flesh out dashboard
* More explicit modes (driving/stopped..?)
* better use of color
* Additional data
* GPS support
* Data logging
* ???
* Profit