Softpedia
 

MAC CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • EarthDesk 5.8.5
  • GraphicConverter 8...
  • MacPorts 2.1.1
  • CCleaner 1.03.131
  • Quicksilver ß68 Bu...
  • TextWrangler 4.0.1...
  • Google Chrome 21.0...
  • Winclone 3.3
  • ScreenFlow 3.0.6
  • Apple Security Upd...
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Minecraft 1.2.5
    6,736 downloads
    iPhone and iPod
    Firmware (iOS) 5.1.1

    5,230 downloads
    Java for Mac OS X
    10.7 Update 2012-003
    / 10.6 Update 8 /
    10.5 Update 10

    3,924 downloads
    Apple Xcode 4.3.2
    3,221 downloads
    SPSS Statistics
    20.0.0

    2,729 downloads
    Cheat Engine 5.6.1
    2,693 downloads
    Mac Boy Advance
    1.7.6

    2,423 downloads

    downloads
    Internet Explorer
    5.2.3

    2,100 downloads
    Canon PIXMA MP280
    Driver 10.51.2.0

    2,040 downloads
    Home > Mac > Utilities > OBD GPS Logger > Changelog

    OBD GPS Logger 0.15 - Changelog


    What's new in OBD GPS Logger 0.15:

    October 8th, 2010

    · Sim: Always return errors in groups of three, padded if necessary
    · Logrepair: split repair functions into separate library
    · kml: Fix errors that caused some singlevalue plots to not plot
    · Sim: Freezeframe [mode 0x02] support
    · Logrepair: run PRAGMA integrity_check
    · Arch Linux packaging
    · Initial add of obd2gpx converter
    · kml: Add graph based solely on gps data
    · Logger: log course,speed,gpstime from gps



    What's new in OBD GPS Logger 0.14:

    April 9th, 2010

    · Sim: gui_fltk has dials instead of input boxes
    · obdfft: Show axes ranges on graph, fix CSV parsing issue
    · Logger: Bundle up several seconds of updates into single transactions
    · Sim: Option to listen on bluetooth
    · Logger: Baudrate guesser
    · Logger: Baudrate upgrader
    · Move obd comms into separate library
    · Sim: Multiple ECU support [attach a generator for each ecu]
    · Sim: Random,cycle generators don't return values they can't support
    · Sim: Support for modes 0x03,0x04
    · Sim: Add "Error" data generator
    · Sim: gui_fltk now has support for DTCs



    What's new in OBD GPS Logger 0.13:

    March 1st, 2010

    · Opensolaris packaging [for jucr]
    · Read OBD_CONFIGFILE environment variable for a config file
    · Initial add of simple data analysis tool [fourier filter against db columns]
    · Logger can redirect stdout/err to a file
    · obdsim: Ability to use a real device instead of a pty on unix
    · Logger: Add columns to log if tables already existed
    · Logger: Create DB with IF NOT EXISTS to reduce warnings
    · Logger,Logrepair: Add indexed tripid column to obd and gps tables
    · Kml: Use tripids where possible instead of times to key on trips
    · Kml: Warn if tripids are missing from obd or gps tables
    · Kml: Don't output kml for trips without gps co-ordinates
    · Kml: Add trip number to graphs
    · Initial add of simple trip comparison tool [mpg, fuel usage]
    · Sim: dlopen generator takes a sub-seed
    · Logger: Gracefully handle delayed gpsd startup
    · Logrepair: Run ANALYZE against log



    What's new in OBD GPS Logger 0.12:

    January 5th, 2010

    · ftdipty: Support user-specified device and vendor ids
    · Logger: Support gpsd V3 protocol
    · Sim: Support ATI, ATL{0,1}
    · Sim: Tidy up linefeed handling throughout app



    What's new in OBD GPS Logger 0.11:

    November 26th, 2009

    · Logger: Recognise multi-line serial output, break out line parsing
    · Logger: Work on reading error codes
    · Logger: Always clean up serial port on early exit
    · Sim: bugfixes
    · Sim: Move to stdlib read/write instead of stdio
    · Sim: Simplify output mechanism
    · Sim: Use /dev/ptmx if posix_openpt isn't available
    · Sim: Optionally attach a screen session
    · Sim: Add "Cycle" generator
    · Sim: Add longdesc to generators so they can self-document
    · Docs: Add manpage for obdsim-dbus
    · Sim: Convert to C++. Make simport abstract class
    · Sim: Implement posix, windows simport classes
    · Logger: Don't offer to daemonise on windows
    · Sim: Support logging all serial comms
    · Sim: Allow command-line options for faking AT{Z,@1}
    · Logger: Attempt to guess supported PIDs if car reports zero for 0100
    · Sim: Add shell of megasquirt code



    What's new in OBD GPS Logger 0.10:

    November 2nd, 2009

    · Logger, conf: Ability to adjust serial baudrate
    · Initial add of ftdi-pty proxy for systems without ftdi-sio
    · conf: Add ability to write config file back to disk
    · ftdipty can modify config file for obdgpslogger
    · Logger, conf: Ability to configure logfile name
    · Logger: Gracefully exit if a serial write fails
    · Logger,doc: Hotplug docs
    · Logger: cygwin compilation fixes
    · Sim: Don't build socket generator without getaddrinfo symbol
    · Logger: If obd device isn't available, exit [would log gps before]



    What's new in OBD GPS Logger 0.9:

    September 28th, 2009

    · Logger: Create indices on tables when the tables are created
    · obd2kml: Small table optimisations
    · New tool: obdlogrepair. Small tool to fix any minor issues in logfile
    · obdsim: Initial add of socket generator [for wifi obd devices]
    · obd2csv: Take --start and --end time parameters
    · obd2csv: add option to gzip csv file
    · obdsim: dbus plugin work with more types on the bus
    · config,logger: Make columns to log run-time configurable
    · obd2kml: Add date to start & end beacons
    · Logger: fix stupid wait on startup
    · Logger: Adding ability to handle OBD errors



    What's new in OBD GPS Logger 0.8:

    September 7th, 2009

    · Put Copyright/GPL notices in all files
    · Cosmetic build improvements
    · obdsim: Add idle callback to generators
    · obdsim: Messing with serial comms
    · logger: Make newline configurable
    · logger: Add timeout on database in case someone's scraping it
    · obdsim: Initial add of fltk gui generator
    · logger: Add option to daemonise
    · obdsim: Add mode to all getvalue module calls
    · logger: Catch SIGTERM to gracefully exit
    · obdsim: Seed Random generator with passed seed
    · manpage: describe obdsim seeds
    · obd2csv,obd2kml,obdsim logger: Don't create the database file
    · logger: adding some dbus methods



    What's new in OBD GPS Logger 0.7:

    June 29th, 2009

    · Initial add of new module, obdsim
    · obdsim plugins: dlopen, Logger, DBus, Random



    What's new in OBD GPS Logger 0.6:

    June 17th, 2009

    · Move obdlogger source into its own subdir
    · logger optimisation: remove all spaces in obd streams
    · logger: add a serial port communications log
    · logger: move capabilities into its own file, add features
    · logger: Only create database columns, and only try to log, supported pids
    · logger: add serial port logging option
    · cmake: default gps dev [for ui] separately compile-time configurable
    · logger: Dbus support, announce obd samples using SYSTEM dbus
    · logger: reset elm device when we begin, and when we exit
    · Add common "conf" library to read configuration common to all components



    What's new in OBD GPS Logger 0.5:

    May 23rd, 2009

    · The program now makes sure that OBD numbers reported are always real values, not just bit patterns.
    · Many changes were made to packaging, usability, and code cleanliness.




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM