Martin Flynn

Show:

What's happening?

  • Followup: RE: Device isActive

    Hello, The Device 'isActive' flag is a hint to the device communication server to indicate whether it should accept data from the device, or not. If the the device communication ignores this flag (eg. the 'template' server does not currently look at this flag), then it will essentially have no effect on the system. The 'isActive' flag does not effect the display and reporting of...

    2010-01-06 19:43:18 UTC in Open GPS Tracking System

  • Followup: RE: Ignition Status

    Hello, The template server will need to detect the ignition state from the event received from the device, then set on of the status codes "StatusCodes.STATUS_IGNITION_ON" or "StatusCodes.STATUS_IGNITION_OFF" before writing the event into the EventData table. Best Regards, --Martin.

    2010-01-06 19:37:13 UTC in Open GPS Tracking System

  • Followup: RE: Format Date before epoch time

    HI Pierluigi, "Timestamps" prior to the Epoch (Jan 1, 1970) will not display properly using DateTime formatting. The currently released version does support of a "Day Number" that goes back to October 15, 1582 (the first day of the Gregorian Calendar), but still needs some work to support custom formatting. I'll see about adding support for "Day Number" formatting in the next release.

    2010-01-03 23:12:41 UTC in Open GPS Tracking System

  • Followup: RE: Date field

    Hi Pierluigi, The "DateTime.java" class can be used for parsing/converting dd/mm/yyyy date formats into a 'dayNumber' (number of days since October 15, 1582 - the first day of the Gregorian Calendar). To convert a year/month/day to a day-number: long dayNumber = DateTime.getDayNumberFromDate(year, month1, day); To convert a day-number into a year, month, day...

    2009-12-30 08:02:08 UTC in Open GPS Tracking System

  • Followup: RE: Add table to database

    All, Since a Driver table has been a frequently requested item, I'll be adding this table for the next release. Regards, --Martin.

    2009-12-30 02:37:03 UTC in Open GPS Tracking System

  • Followup: RE: add 2 new field

    Hello, You can add any number of additional displayed map fields by setting the method/function "getOptionalEventFieldCount" to return the number of fields you have defined. Then "getOptionalEventFieldTitle" and "getOptionalEventField" to return the field title and value for the specified field index. Best Regards, --Martin.

    2009-12-28 23:51:31 UTC in Open GPS Tracking System

  • Followup: RE: Add table to database

    Happy Birthday Oskar, The best way to see how to add a new table is to copy/rename/customize one of the existing table classes to your new table class (Driver), then search the code for how the existing table is used. You will need to let the system know about your new table by modifying the "DBConfig.java" module, or this can also be done in the"StartupInit.java" module. You may also...

    2009-12-22 20:09:10 UTC in Open GPS Tracking System

  • Open GPS Tracking System

    mdflynn made 2 file-release changes.

    2009-12-17 20:45:01 UTC in Open GPS Tracking System

  • Open GPS Tracking System

    mdflynn made 1 file-release changes.

    2009-12-17 20:44:01 UTC in Open GPS Tracking System

  • Open GPS Tracking System

    mdflynn made 2 file-release changes.

    2009-12-17 09:38:03 UTC in Open GPS Tracking System

About Me

  • 2002-05-02 (8 years ago)
  • 532305
  • mdflynn (My Site)
  • Martin Flynn

Send me a message