Questions tagged [gpsd]

gpsd is a gps provider which provides the values of the current position

gpsd is a utility that can listen to a GPS or AIS receiver and re-publish the positional data in a simpler format. gpsd is a daemon that receives data from a GPS receiver, and provides the data back to multiple applications such as Kismet or GPS navigation software.

171 questions
2
votes
1 answer

Package for getting location values in Tizen

Which package in Tizen is used to get the value of longitude and latitude? In the Tizen source there are many packages like geoclue, gpsmanager and libslp-location having many functions for getting GPS values.
Ajay Soman
  • 1,631
  • 4
  • 19
  • 37
1
vote
2 answers

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 best way to test it?
Angel
  • 191
  • 4
  • 4
  • 12
1
vote
0 answers

Get constant GPS data stream from PC on Moving Vehicle

I am working on a project which in short consists of a box pc (Dell Edge Gateway 5200 with 4G upgrade) instrumented with accelerometers and a USB GPS unit (Tel0138 GPS receiver). The PC runs Windows 10 IoT which runs a VM of Debian11. I have a…
GKelly
  • 87
  • 8
1
vote
3 answers

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 while loop grabbing GPS data from a GPS device and…
thefragileomen
  • 1,537
  • 8
  • 24
  • 40
1
vote
0 answers

How to feed NMEA data to gpsfake to run with gpsd

I have an NMEA test data file that contains a few gps…
wiswasi
  • 23
  • 6
1
vote
1 answer

Sending command to GPS device using gpsd python library

I use the gpsd python library in order to read and parse the NMEA string recieved from the gps device. I would like to send some command to gps in order to fine tune the measurement rate, report rate and so on. It is possible using the gpsd library…
1
vote
0 answers

Raspberrypi 4 can't get the data from gps module

I'm currently missing with GPS configuration and didn't know where is the problems, please if someone have an idea to share with me the solution, I'm using Raspberrypi 4 Model B 4GB RAM and a sim808 GPS module, Sim808 GPS module I did TX pin to RX,…
1
vote
0 answers

Providing GPS data to Core Location?

I have a home network in my RV, a GPS receiver on the roof, and a GPSd service running on my router advertising my exact coords, heading, etc to my home network. In an ideal world, I would like to write something that can consume that information…
sdellysse
  • 39,108
  • 9
  • 25
  • 24
1
vote
0 answers

gpsd not getting signal in Ubuntu 18.04

dev ttyACM0 shows up in the devices (U-Blox AG in lsusb). cat shows no output. what am i missing here? This is the "VK-162 Remote Mount USB GPS Dongle" off amazon by stratux I've tried setting the speed to 4800 which had no result in getting…
1
vote
0 answers

gpsd ttyACM0 No such device

I have a pi zero with USB GPS which keeps loosing position. It seems to be a problem with the USB but I've changed all of the hardware including the pi, SD card, GPS and power supply with exactly the same problem. gpsd shows that it cannot access…
Tim
  • 435
  • 1
  • 4
  • 12
1
vote
1 answer

Track GPS data for a certain time with Python

I want to create a fitness program using python. When the user creates a account in my program he/she needs to have the option to select the location of their gym or the place where they workout. So in other words, a map opens up and the user has to…
Blerdijan
  • 27
  • 6
1
vote
2 answers

Cross compilation for gpsd shows "unrecognized option"

I am cross-compiling gpsd3.20 on my Ubuntu 16.04 for the ARM architecture. As you may know, gpsd uses Sconsctruct to compile the source codes. During my cross-compilation, the moment when it needs to create the libgps.so it shows an error…
Raaj Lokanathan
  • 479
  • 3
  • 7
  • 19
1
vote
1 answer

calculation of unix time from utc time on ubuntu

I am using ubuntu 18.04 on my machine. My ntp is configured to use gpsd as a source. Time provided by gpsd does not consider leap seconds but NTP adjusts it and provides UTC with leap seconds adjusted. So my system clock will be synced to UTC by…
debonair
  • 2,505
  • 4
  • 33
  • 73
1
vote
1 answer

how to chekc that the gpsd is running?

I should make some tests with a GPS module using gpsd. I tried to manipulate the position data to a reference point and it works like I expected. Now, the next step will be to verify the maximum "bootup-time" of the gpsd. For this I wait untill the…
Stefan
  • 11
  • 1
  • 2
1
vote
1 answer

GPSD Not Responding to New Connections

I'm using GPSd v3.17-5 from Ubuntu's Bionic repo. I'm having an issue where GPSd simply refuses to respond to new client connections. Below is a dump from lsof that shows how gpsmon is connected (you can see both gpsd and gpsmon have established…
Skinner927
  • 953
  • 2
  • 13
  • 25