File: control

package info (click to toggle)
obdgpslogger 0.16-1.3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 5,160 kB
  • ctags: 7,498
  • sloc: ansic: 73,206; cpp: 2,055; php: 407; sh: 51; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download
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
Source: obdgpslogger
Section: science
Priority: extra
Maintainer: Gary Briggs <chunky@icculus.org>
Build-Depends: cmake,
               debhelper (>= 9),
               fluid,
               libdbus-1-dev,
               libfltk1.1-dev,
               libgps-dev,
               libsqlite3-dev
Standards-Version: 3.9.8
Homepage: https://icculus.org/obdgpslogger
Vcs-Browser: https://svn.icculus.org/obdgpslogger
Vcs-Svn: svn://svn.icculus.org/obdgpslogger/trunk

Package: obdgpslogger
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: gpsd
Description: suite of tools to log OBDII and GPS data
 OBDII is a standard for getting diagnostic information from your car.
 The main tool, obdgpslogger, is a command-line tool to log that data,
 with your gps position, to a sqlite database. Provided alongside are
 various tools used to convert logs to formats such as CSV or Google
 Earth KML.
 Also contained in the package is an OBDII and ELM327 simulator, obdsim,
 that uses plugins to generate data.