BaltradDex
BALTRAD Data Exchange System
Loading...
Searching...
No Matches
Introduction
Date
December 2015
Version
2.2

Index

About

BaltradDex is a part of the BALTRAD project, allowing to establish connections between BALTRAD nodes, access and subscribe data sources available on a given node as well as to receive and send radar data. BaltradDex also provides a web interface allowing for integrated access to other system components.

Project structure

Project directory tree consists of the following:
  • doc contains project documentation
  • doxygen contains Doxygen configuration file
  • etc contains configuration files
  • extralib contains additional libraries
  • itest contains integration tests
  • lib contains libraries
  • script contains executable shell scripts and python scripts
  • src contains source code files
  • test contains tests
  • tools contains additional executables
  • web contains web interface files

Generating documentation

In order to generate documentation, call the following ant task from build.xml script:

$ cd BaltradDex
$ ant doc

Documentation will be stored in dox/build directory. This manual will be available under doxygen directory, whereas javadoc source code documentation will be available in javadoc folder.