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

  • Default inline alert: Версия в репозитории: 3.23.1-alt2.1

Исходный пакет: gpsd
Версия: 3.20-alt5
Последняя версия по данным Repology
Собран:  24 февраля 2021 г. 6:21 в задании #265234
Категория: Система/Серверы
Сообщить об ошибке в пакете
Домашняя страница: 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 (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. 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. scons
    9. docbook-dtds
    10. docbook-style-xsl
    11. libXaw-devel
    12. libXext-devel
    13. libgtk+3-devel
    14. libXpm-devel
    15. qt5-base-devel
    16. libusb-devel
    17. libbluez-devel
    18. gcc-c++
    19. xorg-cf-files
    20. xsltproc

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


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)