Live Tracking with GYPSIES

Started by fatom, April 17, 2018, 10:55:18 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

fatom

Hello,



I know lifetracking is possible with mapmytracks.com. (But it is a pro feature which needed a paid subscription.) OruxMaps has already support for GPSIES. It looks not too difficult to implement. Is there a way do to it by myself with some tricks in OruxMaps?



According to the  GPSies Live tracking API



Live tracking server URL: http://www.gpsies.com/liveTracking.do">http://www.gpsies.com/liveTracking.do



Live tracking mandatory parameter:

?username=

&pin=

&latitude=<double value, e.g. 52.45334>

&longitude=<double value, e.g. 13.33677>

&requestTimestamp=<UTC timestamp (phone clock) in seconds, e.g. 1523954834 ( = 17. April 2018 10:47:13)>



Optional parameter:

&locationTimestamp=<UTC timestamp (GPS time) in seconds, e.g. 1523954834 ( = 17. April 2018 10:47:13)>

&accuracy=<double value in metres, e.g. 7>

&ele=<double value in metres, e.g. 33>

&offset=<char value, e.g. +01:00>

&fileId=<valid fileId of GPSies with 16 chars>



all I need is a way to send the latitude, longitude and requestTimestamp to http://www.gpsies.com/liveTracking.do">http://www.gpsies.com/liveTracking.do



Best regards

Andreas