halley123 / open-gpstracker

Automatically exported from code.google.com/p/open-gpstracker
0 stars 1 forks source link

Streaming to OpenGTS Server thru OpenDMTP or HTTP #115

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to have a function to do live tracking to OpenGTS. 
(http://www.opengts.org/)

This will allow us to setup an open source fleet tracking solution.

Original issue reported on code.google.com by gj.nosco...@gmail.com on 9 Jun 2010 at 6:53

GoogleCodeExporter commented 8 years ago

Original comment by rcgr...@gmail.com on 25 Jun 2010 at 11:28

GoogleCodeExporter commented 8 years ago
I used the mobile trail explore 
http://www.substanceofcode.com/software/mobile-trail-explorer/ for a long time 
though it's a great program it is difficult to get working on Android.

But it had one feature to rule them all, and that was the ability to make a 
custom http request with different GPS values as parameters eg.

http://www.gpsuploadsite.com/?latitude=@LAT@&longitude=@LON@&speed=@SPD@&heading
=@HEAD@&trackid=@ID@

That way the stream function is not locked to one service, and opens the 
possibility to use other languages like PHP ASP.NET to create the "tracking" 
pages.

Ofcause it should still be possible to select default settings for known sites..

Original comment by fennek.a...@gmail.com on 22 Jan 2011 at 11:48