The gps-time tag has no wiki summary.
0
votes
0answers
48 views
How to solve time difference from device GPS and NTP server
I want to make my own time in app. Time would be from NTP server is there is internet connection and from GPS if there is no internet connection.
Normally this time has a difference of ~0.2 sec.
I ...
0
votes
1answer
110 views
How to get number of available sattelite in android gps
I'm working on GPS in android and I want to show the number of Satellite available at that time for current location and I am getting 3 at all the time in my app while in other app they showing 6 to 9 ...
1
vote
2answers
237 views
Header and repeating time information removal from a GPS TEC rinex file
I have a rinex file and is shown here..an image showing the first part of rinex file
http://imageshack.us/photo/my-images/593/65961409.jpg
The data (AOPR Rinex file) is downloaded from the site ...
2
votes
1answer
649 views
Time precision between NTP and GPS source
I have NTP client implementation (on Linux) to send/receive packets to (Stratum 1 or 2) NTP server and get the server time on the board. Also, I have another application running on Linux which gives ...
0
votes
0answers
210 views
How to use external gps puck with Android for GPS time
I want to use a Qstarz GPS puck with the Android GPS starting line clock application I have written. None of the interface apps I have tried are satisfactory.
1) Bluetooth GPS - works but will not ...
0
votes
1answer
294 views
Bluetooth GPS 5Hz interface for Android
I hope this is an appropriate question for this group. It is not strictly speaking a programming question unless I end up writing my own NEMA listener instead of the location listener but that would ...
1
vote
1answer
55 views
Is there a way to know which app is supplying GPS time so I can deal with the 16 seconds leap seconds correction?
I have an app that uses GPS to display the time to start a race. It has to be right on what is displayed on most any GPS device (Garmin etc). I use an external GPS bluetooth module and an app to ...
3
votes
3answers
539 views
BlackBerry Refresh location via GPS or Cell Tower
I am trying to refresh the current location through a click of a button. The location can be acquired via GPS or Cell Tower, whichever is available. My problem is I never see the "Loading Screen". I ...
0
votes
1answer
197 views
GPS and Time Activated Push Notifications
I'm trying to send push notifications to users when they are at a specific location for more than 5 min. I know that you can send push notifications when a user is at a specific location, but how ...
2
votes
1answer
456 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 ...
4
votes
2answers
727 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 ...
0
votes
0answers
317 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 ...
1
vote
2answers
338 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?
6
votes
3answers
692 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 ...
1
vote
1answer
517 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
0
votes
1answer
3k 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
284 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 ...
3
votes
1answer
361 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 ...
14
votes
1answer
867 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:
...
4
votes
2answers
2k 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 ...
5
votes
3answers
3k 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
3answers
309 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 ...