Tagged Questions
The gps-time tag has no wiki summary.
5
votes
2answers
182 views
Find nearby users of an app (iPhone and Android)
I am working on an app that has an iPhone version as well as an Android version.
My goal is...
display a list of nearby users of my app (iPhone app users and Android app users). Lets say a list ...
3
votes
1answer
188 views
Where can I find some GPS unit test data?
Where can I find some GPS unit test data to validate my code?
For example:
Distance between two coordinates (miles / kilometers)
Heading/bearing from Point A to Point B
Speed from Ponit A to Point ...
3
votes
3answers
2k views
Is it possible to get the atomic clock timestamp from the iphone GPS?
I'm looking for a reliable way to get the time. It can't be tampered with and it needs to work offline. So no internet time , no user time setup in settings and no BSD uptime time since last reboot. ...
2
votes
1answer
60 views
GPS Time to GMT time
I have a millions of GPS data records that I wanted to use for some statistical analysis. Unfortunately there is a field called GPSTime that contains data like: 1320303210, 1318118326, 1302167205.
I ...
2
votes
2answers
41 views
GPS position to Timezone
I'd like to know the local time where my user is sending his request from.
Basically, is there such a thing as a function like this
var localTime = getLocalTime( lat, long );
I'm not sure if a ...
2
votes
0answers
435 views
Android: Put GPSTimeStamp into jpg EXIF tags
I trying to set the "GPSTimeStamp" into the exif tags of an jpg via android. The documentation is pretty scarce on this one:
...
1
vote
2answers
69 views
GPS data to be deleted for Cold start
Can anyone tell me what all the GPS data (almanac, epheremis, time, sa data etc) gets deleted on a cold start? And how long will it take to get a fix?
1
vote
1answer
112 views
GPS-time in Android
I'm looking for a way to display GPS-time in my app.
What is the easiest way to do this?
(It has to be GPS-time due to slight time differences between gps time and internal system time)
Thanks
1
vote
2answers
1k views
Android problem finding out how recent latest GPS fix is
My app uses LocationListener to keep track of the current location. So long as the GPS Provider is providing regular fixes this works well. However, I want my app to alert the user if the location is ...
1
vote
2answers
219 views
How accurate can I expect the time to be from a stratum 0 NTP server on the same subnet on ethernet?
I have an application that depends on gpsd and ntpd to accurately set the system time on a linux machine.
gpsd is fed NMEA + PPS
The application is punping ~25MB per second over the network and I ...
0
votes
0answers
57 views
How to save correct date and time from gps
Actually i am writing a code so that i can save my date and time from the location
i am getting accurate date but my time is +5:30 from GMT according to my country i want to save accurate time how can ...
0
votes
1answer
446 views
convert from GPS week number,time of week to datetime
i have gps device that sending some objects including a gps time to my server.
it's coming in format of week number,seconds into week.
i want to convert that to a datetime format.i found some codes ...
0
votes
1answer
152 views
GPS hardware requirements and custom download link
I have 2 unrelated questions in one so please bear with me.
I want to know if an Android device absolutely requires a simm card inorder to execute all things Location Based Services.
And ...
I ...