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

    Исходный пакет: gpsd
    Версия: 2.37-alt1
    Собран:  11 апреля 2008 г. 18:36
    Категория: Система/Серверы
    Сообщить об ошибке в пакете
    Домашняя страница: http://developer.berlios.de/projects/gpsd/

    Лицензия: BSD
    О пакете: 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, i586)
    gpsd-clients (x86_64, i586)
    libgps (x86_64, i586)
    libgps-devel (x86_64, i586)

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

    Список участников:
    Anton V. Boyarshinov

    Права:
    @qa_p5

      1. libdbus-glib-devel
      2. libncurses-devel
      3. lesstif-devel
      4. libXaw-devel
      5. docbook-style-xsl
      6. python-devel
      7. xorg-cf-files
      8. xsltproc
      9. imake
      10. gcc-c++

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


    11 апреля 2008 г. Anton V. Boyarshinov 2.37-alt1
    - first build for Sisyphus
    1 января 2008 г. Eric S. Raymond <esr@snark.thyrsus.com> - 2.36
    - Urgent fix to leap-day calculation affecting dates from today to
      28 Feb on generic NMEA GPSes, Zodiacs, and SirFs emitting message 0x62.
      Integrated Garmin Simple Text Protocol driver from Peter Slansky.
      Minor fixes in error modeling and a better NaN guard stabilize the
      Trimble regression tests.  Remove the wired-in NTP time offset from the 
      NMEA driver, this could only have worked by accident and should be
      set in ntpd.conf. Integrated Ashtech driver from Chris Kuethe.
    10 декабря 2007 г. Eric S. Raymond <esr@snark.thyrsus.com> - 2.35-1
    - Navcom driver merged. Removed -d -f and -p options of gpsd; these 
      have been undocumented for a while.  Make gpsd play well with pkgconfig.
      Incorrect computation of VDOP when GPSes didn't supply it has been fixed.
      The xgps code has been revamped and now has a much nicer interface.
      Add -b (no-configuration) option as a sadly clumsy workaround for some
      problems with Bluetooth receivers.  Added tests for Haicom-305N and Pharos 
      360; separated out the tests for the unstable Trimble drivers.
      32-vs-64-bit problems in the regression tests have been solved.