Пакет gpsd: Информация

    Исходный пакет: gpsd
    Версия: 3.20-alt5
    Собран:  8 июля 2020 г. 17:32
    Категория: Система/Серверы
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.catb.org/gpsd

    Лицензия: BSD-2-Clause
    О пакете: Service daemon for mediating access to a GPS
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным 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)

    Сопровождающий: Anton V. Boyarshinov


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

    Последнее изменение


    24 июня 2020 г. Sergey Y. Afonin 3.20-alt5
    - added python3-module-gps to Requires of gpsd-clients subpackage
    24 июня 2020 г. Sergey Y. Afonin 3.20-alt4
    - updated gpsd-3.20-SConstruct.patch: sync all checks
      for target_python for xgps with upstream
    24 июня 2020 г. Sergey Y. Afonin 3.20-alt3
    - fixed check for aiogps for target_python
      (based on upstream's commit e876f4558)