Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
4answers
5k views

Which gps library would you recommend for python?

I'm looking for a free library for python that can calculate your direction and your speed from GPS coordinates and maybe can calculate if you are in some boundaries or things like this. Are there ...
1
vote
2answers
73 views

Test whether the GPS data been deleted

I have written a code in C (sending commands to phone) to delete GPS data (eph, alm, time, position etc) on LG Phoenix phone and i am trying to test if the data has been deleted. What would be the ...
1
vote
3answers
115 views

Two simultaneous Python loops with one result

I currently have a Python 2.6 piece of code that runs two loops simultaneously. The code uses the gps (gpsd) module and the scapy module. Basically the first function (gpsInfo) contains a continual ...
1
vote
1answer
154 views

WCF Service to Read Telnet Data

I am using an Android phone in my application to read GPS information. The GPS information is sent over Telnet and I want to read it in my application. I will then databind the position of something ...
1
vote
2answers
5k views

How to get GPS data from Android phone?

Is there a method to tether (USB wired) the GPS data from and Android phone to PC? I am using a GPSTether app currently that is based on the gpsd project. I am loooking for alternatives that give ...
0
votes
2answers
106 views

convert GPS latitude longitude to Cartesian X and Y

I found many algorithms to convert (latitude, longitude) into (X, Y)... however, I cannot verify if the results I'm getting are correct.. I found also this link which does the conversion online.. but ...
0
votes
1answer
634 views

Python GPS Module: Reading latest GPS Data

I have been trying to work with the standard GPS (gps.py) module in python 2.6. This is supposed to act as a client and read GPS Data from gpsd running in Ubuntu. According to the documentation from ...
0
votes
1answer
180 views

GPSD simple query's

I need some information from my GPSD server running on my NTP master server. Amount of satellites it is seeing Which satellites it is using for the positon fix (maybe also SNR) Which satellites ...
0
votes
1answer
410 views

gpsd python client

I'm trying to write a very simple python client for Gpsd, but I have this error after some time of execute the script: Traceback (most recent call last): File "gps_cap.py", line 13, in ...