1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: gnuais
Section: hamradio
Priority: optional
Maintainer: Ruben Undheim <ruben.undheim@gmail.com>
Build-Depends: debhelper (>= 9), cmake, libasound2-dev, default-libmysqlclient-dev,
libpulse-dev, libcurl4-openssl-dev, libgtk-3-dev,
libosmgpsmap-1.0-dev, libsoup2.4-dev
Standards-Version: 3.9.8
Vcs-Git: https://github.com/rubund/gnuais.git -b debian
Vcs-Browser: https://github.com/rubund/gnuais/tree/debian
Homepage: http://gnuais.sourceforge.net/
Package: gnuais
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: AIS receiver which uses the discriminator output of VHF receivers
A tool for demodulating and decoding Automatic Identification System messages
using the line input of the sound card. AIS messages are transmitted by
marine vessels and contain their position, velocity and other interesting
information. The messages may be saved to a mysql-database, forwarded as NMEA
packets or uploaded to an AIS web service.
Package: gnuaisgui
Architecture: any
Depends: gnuais (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: OpenStreetMap GUI for gnuais
This GUI plots the vessels that are received by gnuais in an OpenStreetMap
GUI.
.
gnuais must be running in the background for gnuaisgui to be
functional.
|