Package gpsd: Information

Source package: gpsd
Version: 3.20-alt6
Latest version according to Repology
Build time:  Mar 10, 2021, 09:21 PM in the task #267165
Category: System/Servers
Report package bug
License: BSD-2-Clause
Summary: Service daemon for mediating access to a GPS
Description: 
gpsd is a service daemon that mediates access to a GPS sensor
connected to the host computer by serial or USB interface, making its
data on the location/course/velocity of the sensor available to be
queried on TCP port 2947 of the host computer.  With gpsd, multiple
GPS client applications (such as navigational and wardriving software)
can share access to a GPS without contention or loss of data.  Also,
gpsd responds to queries with a format that is substantially easier to
parse than NMEA 0183.  A client library is provided for applications.

After installing this RPM, gpsd will automatically connect to USB
GPSes when they are plugged in and requires no configuration.  For
serial GPSes, you will need to start gpsd by hand.  Once connected,
the daemon automatically discovers the correct baudrate, stop bits,
and protocol. The daemon will be quiescent when there are no
clients asking for location information, and copes gracefully when the
GPS is unplugged and replugged.

List of rpms provided by this srpm:
gpsd (x86_64, ppc64le, i586, armh, aarch64)
gpsd-clients (x86_64, ppc64le, i586, armh, aarch64)
gpsd-clients-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
gpsd-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libQgpsmm25 (x86_64, ppc64le, i586, armh, aarch64)
libQgpsmm25-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
libgps-devel (x86_64, ppc64le, i586, armh, aarch64)
libgps25 (x86_64, ppc64le, i586, armh, aarch64)
libgps25-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
python3-module-gps (x86_64, ppc64le, i586, armh, aarch64)
python3-module-gps-debuginfo (x86_64, ppc64le, i586, armh, aarch64)




    1. libdbus-glib-devel
    2. asciidoc
    3. python3-dev
    4. python3-module-anyjson
    5. python3-module-pycairo
    6. python3-module-pygobject3
    7. python3-module-serial
    8. docbook-dtds
    9. docbook-style-xsl
    10. pps-tools-devel
    11. scons
    12. libgtk+3-devel
    13. qt5-base-devel
    14. libXaw-devel
    15. gcc-c++
    16. libXext-devel
    17. libXpm-devel
    18. libusb-devel
    19. libbluez-devel
    20. xsltproc
    21. xorg-cf-files

Last changed


March 10, 2021 Sergey Y. Afonin 3.20-alt6
- updated URL
- added pps-tools-devel to BuildRequires (ALT #39774)
June 24, 2020 Sergey Y. Afonin 3.20-alt5
- added python3-module-gps to Requires of gpsd-clients subpackage
June 24, 2020 Sergey Y. Afonin 3.20-alt4
- updated gpsd-3.20-SConstruct.patch: sync all checks
  for target_python for xgps with upstream