GLONASS Satellite Stats on iOS Devices
July 16, 2012 8:29 PM Subscribe
Is there an iOS app that shows the received signal strengths of GLONASS satellites?
I recently discovered that the GPS receiver on the iPad v3 receives signals from the GLONASS (Russian version of GPS) satellites in addition to (American) GPS satellites.
I have been looking for an app which will show the signal strengths of the GLONASS satellites being received, and possibly their position on a horizon display, but have not been able to find any that do so.
Can you find me an app that shows this information?
I recently discovered that the GPS receiver on the iPad v3 receives signals from the GLONASS (Russian version of GPS) satellites in addition to (American) GPS satellites.
I have been looking for an app which will show the signal strengths of the GLONASS satellites being received, and possibly their position on a horizon display, but have not been able to find any that do so.
Can you find me an app that shows this information?
Best answer: Unfortunately, the API used on iOS for location has no way to get to individual satellite strength and location.
posted by zsazsa at 9:05 PM on July 16, 2012 [1 favorite]
posted by zsazsa at 9:05 PM on July 16, 2012 [1 favorite]
Best answer: This is a great question for Stack Overflow.
posted by Blazecock Pileon at 10:20 PM on July 16, 2012
posted by Blazecock Pileon at 10:20 PM on July 16, 2012
(as far as what's possible on jail-broken devices, with respect to code)
posted by Blazecock Pileon at 10:22 PM on July 16, 2012
posted by Blazecock Pileon at 10:22 PM on July 16, 2012
Response by poster: Oh man, the question and preliminary answers posted by "Alex Reynolds" on Stack Overflow look promising. Thanks for the lead!
posted by Juffo-Wup at 3:54 PM on July 17, 2012
posted by Juffo-Wup at 3:54 PM on July 17, 2012
« Older I'll eat you out of that pineapple under the sea. | Help with rapidly deteriorating photo of recently... Newer »
This thread is closed to new comments.
A CLLocation object contains the following:
coordinate
altitude
horizontalAccuracy
verticalAccuracy
timestamp
description
horizontalAccuracy is just:
"The radius of uncertainty for the location, measured in meters."
From here.
posted by tylerkaraszewski at 9:04 PM on July 16, 2012 [1 favorite]