dot-obdgpslogger(5) dot-obdgpslogger(5) NAME dot-obdgpslogger - configuration file for obdgpslogger DESCRIPTION Configuration file for obdgpslogger Comments Any line whose first non-whitespace character is a # is a com- ment obddevice= Full path to obd device entry [typically /dev/some- thing] gpsdevice= Full path to gps device entry [typically /dev/some- thing] log_columns= Command-separated list of db_column entries to log. These are probably things you want to draw from "obdgpslogger -p" log_file= Write to this logfile. Can be relative or absolute path samplerate= Number of samples to take per second. 0 for "as fast as you can" baudrate= Set serial port baudrate to this. -1 disables attempt to change, or 0 to let the software try to guess. baudrate_upgrade= Upgrade the baudrate to this after success- ful setup. -1 disables attempt to change, or 0 to let the software try to figure out the best choice. optimisations= Set to 1 to enable ELM optimisations FILES TO PARSE The system loads these files, in order. Each one overwrites any set- tings from the file before it: 1) /etc/obdgpslogger 2) $HOME/.obdgpslogger 3) /var/run/obdftdipty.device 4) getenv("OBD_CONFIGFILE") ENVIRONMENT VARIABLES OBD_CONFIGFILE Full path to the obd config file you wish to read HOME If set, read .obdgpslogger from this dir APPDATA If HOME isn't set, will attempt to read .obdgpslogger from here instead SEE ALSO obdgpslogger(1), obdgui(1) AUTHORS Gary "Chunky Ks" Briggs dot-obdgpslogger(5)