Package gpsd: Information

    Source package: gpsd
    Version: 3.20-alt5
    Build time:  Jul 8, 2020, 05:32 PM
    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 (mipsel)
    gpsd-clients (mipsel)
    gpsd-clients-debuginfo (mipsel)
    gpsd-debuginfo (mipsel)
    libQgpsmm25 (mipsel)
    libQgpsmm25-debuginfo (mipsel)
    libgps-devel (mipsel)
    libgps25 (mipsel)
    libgps25-debuginfo (mipsel)
    python3-module-gps (mipsel)
    python3-module-gps-debuginfo (mipsel)



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

    Last changed


    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
    June 24, 2020 Sergey Y. Afonin 3.20-alt3
    - fixed check for aiogps for target_python
      (based on upstream's commit e876f4558)