Package gpsd: Information

Source package: gpsd
Version: 3.15-alt1
Latest version according to Repology
Build time:  Jun 9, 2015, 09:50 PM in the task #145238
Category: System/Servers
Report package bug
License: BSD (revised)
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, i586)
gpsd-clients (x86_64, i586)
gpsd-clients-debuginfo (x86_64, i586)
gpsd-debuginfo (x86_64, i586)
libgps-devel (x86_64, i586)
libgps22 (x86_64, i586)
libgps22-debuginfo (x86_64, i586)
python-module-gps (x86_64, i586)
python-module-gps-debuginfo (x86_64, i586)




    1. libdbus-glib-devel
    2. scons
    3. docbook-dtds
    4. docbook-style-xsl
    5. python-devel
    6. python-module-json
    7. libXaw-devel
    8. libXext-devel
    9. rpm-build-licenses
    10. libXpm-devel
    11. gcc-c++
    12. libusb-devel
    13. xorg-cf-files
    14. libbluez-devel
    15. xsltproc

Last changed


June 9, 2015 Sergey Y. Afonin 3.15-alt1
- 3.15
- Removed "Requires: gpsd" from lib* packages
June 3, 2015 Sergey Y. Afonin 3.14-alt2
- Built with debuginfo
- Added libusb-devel to BuildRequires
- Installed udev-rules
- Fixed linking with libm
- Removed RPATH without chrpath
May 28, 2015 Sergey Y. Afonin 3.14-alt1
- 3.14
- New URL: http://www.catb.org/gpsd
- changed abiversion to 22
- added libbluez-devel to BuildRequires