https://github.com/embetrix/obdgpslogger
https://github.com/embetrix/obdgpslogger
gps-data obd obd-ii simulation
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/embetrix/obdgpslogger
- Owner: embetrix
- License: gpl-2.0
- Created: 2017-07-06T11:38:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-06T12:51:55.000Z (over 8 years ago)
- Last Synced: 2025-06-02T22:05:32.771Z (7 months ago)
- Topics: gps-data, obd, obd-ii, simulation
- Language: C
- Homepage: https://icculus.org/obdgpslogger
- Size: 2.97 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
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.
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