Skip to content
/ gnuais Public

Open source software for demodulating and decoding AIS messages

License

Notifications You must be signed in to change notification settings

rubund/gnuais

Folders and files

NameName
Last commit message
Last commit date

Latest commit

746aad6 · Dec 25, 2015
Dec 25, 2015
Jul 10, 2012
Apr 24, 2014
Oct 24, 2014
Sep 22, 2008
Nov 2, 2014
Aug 24, 2014
Dec 20, 2008
Oct 25, 2014
Nov 2, 2014
Sep 21, 2014
Sep 22, 2008
Oct 23, 2014

Repository files navigation

The first time GNU AIS is started, a configuration file is created in ~/.config/gnuais/config. An alternative configuration file can be specified with the command line argument -c . If an alternative configuration file is specified the first time you run gnuais, the file ~/.config/gnuais/config will not be generated. It is explained in ~/.config/gnuais/config how you will have to edit it in order to fullfill your wishes.

You will also have to create a table in the database if the mysql option is desired:

Make new database (if needed) with command: mysqladmin create

You can also use any existing database adding table 'ais': mysql < create_table.sql

Or if you have specified username and password for your database: mysql -u -p < create_table.sql

The file create_table.sql can be found in this folder.