From 079af1f11f2e64015da251ca00bfe5bc8c384535 Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Mon, 28 Jan 2019 21:52:43 -0500 Subject: [PATCH] README, gitignore, and TODO update. --- .gitignore | 3 ++- README | 7 +++++-- TODO | 11 +++++++++++ 3 files changed, 18 insertions(+), 3 deletions(-) create mode 100644 TODO diff --git a/.gitignore b/.gitignore index e4bec7b..7918385 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ -testpi +*.o +aldl_pi diff --git a/README b/README index bc4ad06..9d12d24 100644 --- a/README +++ b/README @@ -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 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. Currently only supports the A179 datastream, used by, among others, 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 the GNU GPLv3 in the hopes that others will find it useful. I'd appreciate an email if that's the case! - Solomon Peachy pizza AT shaftnet DOT org January 2019 diff --git a/TODO b/TODO new file mode 100644 index 0000000..4d35b27 --- /dev/null +++ b/TODO @@ -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