forked from oesmith/obdgpslogger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
40 lines (24 loc) · 971 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
OBDII/GPS Logging Tool
What?
Your car has lots of interesting things it can tell you from the
on-board computer while it's running. obdgpslogger is a small tool
to grab data from an OBDII device and log it to an sqlite database.
If you enable it [on by default, and a large part of this project's
point], then your gps position is also logged to the same database.
What are the other requirements?
Install gpsd first if you want gps support.
The GUI component requires FLTK and fluid.
On ubuntu, install `gpsd libfltk1.1 libgps22`
How do I build this?
mkdir build
cd build
cmake .. # or ccmake .. to edit options
make
make install
And how do I run it?
obdgui # GUI for launching and getting live feedback from other tools
obdgpslogger [-s serialport] [-d sqlite database] # Actual logger
obd2kml [-d sqlite database] [-o output file] # Convert to Google Earth
More specific information is availble in --help or man pages
Chunky Kibbles
chunky@icculus.org