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

Исходный пакет: gpsd
Версия: 3.20-alt6
Последняя версия по данным Repology
Версия в репозитории: 3.23.1-alt2.1
Собран:  10 марта 2021 г. 21:21 в задании #267165
Категория: Система/Серверы
Сообщить об ошибке в пакете
Домашняя страница: https://gpsd.gitlab.io/gpsd/index.html

Лицензия: 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 (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)

Сопровождающий: 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. scons
    9. libgtk+3-devel
    10. libXaw-devel
    11. qt5-base-devel
    12. libXext-devel
    13. libXpm-devel
    14. gcc-c++
    15. libbluez-devel
    16. xorg-cf-files
    17. libusb-devel
    18. xsltproc
    19. pps-tools-devel
    20. libdbus-glib-devel
    21. asciidoc

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


10 марта 2021 г. Sergey Y. Afonin 3.20-alt6
- updated URL
- added pps-tools-devel to BuildRequires (ALT #39774)
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