Menu

Tree [78da74] master /
 History

HTTPS access


File Date Author Commit
 lib 2014-11-04 Jesper Baasch-Larsen Jesper Baasch-Larsen [78da74] added timeout to db connection + minor cleanup
 scripts 2014-03-12 Jesper Baasch-Larsen Jesper Baasch-Larsen [8f9335] removed obsolete script
 server 2014-03-12 Jesper Baasch-Larsen Jesper Baasch-Larsen [604556] now logging to stdout
 tests 2014-03-13 Jesper Baasch-Larsen Jesper Baasch-Larsen [a42828] bugfix
 .gitignore 2014-03-12 Jesper Baasch-Larsen Jesper Baasch-Larsen [5c0096] cleanup
 BUGS 2013-04-23 Jesper Baasch-Larsen Jesper Baasch-Larsen [a7c8e1] cleanup and more info files
 COPYING 2013-04-23 Jesper Baasch-Larsen Jesper Baasch-Larsen [a7c8e1] cleanup and more info files
 INSTALL 2014-03-12 Jesper Baasch-Larsen Jesper Baasch-Larsen [3c138c] better add some docs
 README 2014-03-12 Jesper Baasch-Larsen Jesper Baasch-Larsen [a9ccee] improved docs
 TODO 2013-10-05 Jesper Baasch-Larsen Jesper Baasch-Larsen [a042c4] added remove inspect calls

Read Me

AIS Web Service
---------------
Provides a JSON REST interface for retrieving AIS data. The AIS Web Service is
distributed under the GPL v.3 License, see COPYING for the full license. 
Installation instructions can be found in the INSTALL file.

Usage instructions
------------------
Go to the server directory. Run the ais_ws.py script in the scripts directory
with a configuration file as input. Example:

../scripts/ais_ws.py --cfgfile=dev.cfg

Please see the server.cfg.template for a documented example of a configuration
file.

[TODO: describe how to access server]