Tracking options

200 views
Skip to first unread message

guru_10bosch

unread,
Nov 3, 2015, 2:05:09 AM11/3/15
to Open Source CAD
Hi,

I would like to set up unit tracking but I'm not that smart.

I like the fact that you can log in via a tablet and have it tracked but you cant track it if they don't log in. I have looked at all of the listed options withe the following results

APRS: Very confusing with many different companies plus it appears to be radio based not tablet based.
Instamapper: No longer exists. 
GTrack: Unable to find any info for Australia
LocateA: Looks as if its no longer in use.
Latitude: No longer exists.
OpenGTS: Complicated and difficult to set up.
Internal: ?
Mobile Tracker: Works well however relies on the person logging in (Need a app to work in the background)
Xastir: A version of APRS which is complicated.

Any info or advice would be helpful. One I have found that works in the background is Follow Mee (https://www.followmee.com). I wonder if that could be tied in via its API key.

Darrell Tenbosch
Lower Hunter
NSW Rural Fire Service



Richard Condie

unread,
Nov 3, 2015, 4:19:08 AM11/3/15
to open-source-cad
Hi Derrell

Recheck instamapper i have testing it for the last couple weeks and it seems to work

Richard C

St John Amb NSW

--
You received this message because you are subscribed to the Google Groups "Open Source CAD" group.
To unsubscribe from this group and stop receiving emails from it, send an email to open-source-c...@googlegroups.com.
To post to this group, send email to open-so...@googlegroups.com.
Visit this group at http://groups.google.com/group/open-source-cad.
For more options, visit https://groups.google.com/d/optout.

Arnie Shore

unread,
Nov 3, 2015, 4:28:30 AM11/3/15
to Open Source CAD
From the web site of the Instamapper for which we wrote a Tix interface some years ago:

     "InstaMapper was a popular GPS tracking / location sharing service. After nearly 5 years of operation, the site shut down in 2012.

     "We are hopeful that we will find a way to relaunch the service in the future. Please note that other sites or apps claiming to be "InstaMapper" are not affiliated with us in any way. "

The new InstaMapper  incarnation uses a different API.  It does not work with Tix.

Matteo Iacono

unread,
Nov 3, 2015, 2:17:42 PM11/3/15
to Open Source CAD
Insta-Mapper seems good, but how to configure it on Tickets?
It only supports Latitude, LocateA, Gtrack, OpenGTS and Internal Tracker.

Adam Harden

unread,
Nov 3, 2015, 4:25:41 PM11/3/15
to Open Source CAD
I have been struggling with this for the past year with Tickets.

Here is what I found.

I setup an OpenGTS server. It is hard to use, doesn't work with our tickets install and doesn't work with apple devices. At least, if it does, the documentation is outdated.

Enter Traccar. This program is extremely easy to use! For server side, it runs on most platforms. I have it running on a windows machine. You run the installer, open the ports on the firewall, and ensure you have the server running apache / mysql. That's not that hard to setup actually.

While it doesn't work with Tickets, they keep updating it. It works with a slew of hard wire devices, but all of my trackers are based on cell phones / tablets. Android and Apple. It's easy to update, easy to maintain and easy to use.


That's the web site for the project.

I use a modded Traccar with an easier to use interface and a responsive design: http://traccar.litvak.su/ 

Fantastic program all around. It doesn't work within Tickets, but I am done with OpenGTS and it's poor documentation, cumbersome operation and lack of support.

Matteo Iacono

unread,
Nov 4, 2015, 3:24:50 PM11/4/15
to Open Source CAD
Self answer: configure it in unit definition, not in config. Simple and working!
Thanks again.

Roberto Sanglay

unread,
Apr 14, 2018, 9:20:49 AM4/14/18
to Open Source CAD
Matteo,

Which information from traccar device should be used on the TicketsCAD units "Callsign/Key"?

I have a working TicketsCAD and Traccar on the same server unit.
so TicketsCAD setting for Traccar is:  db: "traccar.sql" user: "root" pass: "<password>" host:  "localhost"

Thanks

Robert

mdtayl...@gmail.com

unread,
Apr 17, 2018, 3:13:07 PM4/17/18
to Open Source CAD
Roberto,

Look at /opt/traccar/conf/traccar.xml

The settings for your Tickets config settings for traccar db, traccar dbpass, traccar dbuser, and traccar server are in that file exactly as you need to enter them.


Mark

Roberto Sanglay

unread,
Apr 18, 2018, 4:22:21 AM4/18/18
to Open Source CAD
For everyone reference:

The problem is the none existent "tracks_length" variable as used in the query.

Solution:

815:  // $tracks_length = get_variable("tracks_length");   // none existent variable
816:     $tracks_length = 1 ;   //  added as a test value

After the change, no further error "Applications error: {[remotes_inc.php]@[819]}" logged on the Tickets log database.

As I mentioned on my previous post here's my setup:
    Tickets CAD ver: 3.23A
    Traccar ver.  3.16

    OS:  Ubuntu 16.04
    php ver:       - PHP 5.6.35-1+ubuntu16.04.1+deb.sury.org+1
    mysql ver:    - mysql  Ver 14.14 Distrib 5.6.16, for debian-linux-gnu (x86_64)




Additional errors on the log:

1.  All mysql_connect() on /incs/remotes_inc.php is logging an error PHP Deprecated
     Solution:

     change all mysql_connect() to mysqli_connect()

     I'm using PHP 5.6.16 thus the "Deprecated error"

2. /forms/units_edit_screen.php is throwing and "Undefined Offset: 10 and 12 on lines 416 and 418
    Solution:

    line 413 -  $selects = array("", "", "", "", "", "", "", "", "", "", "", "", ""); // 9/6/13  added 3 blank quotes
Reply all
Reply to author
Forward
0 new messages