README
author Tomas Zeman <tzeman@volny.cz>
Thu, 14 Apr 2011 15:35:47 +0200
changeset 18 a19b95b09409
parent 3 009d59a415c1
permissions -rw-r--r--
b7821dd12dd8b749 Repeated Status Type column

                       Radius Viewer Application
                       -------------------------
                     Tomas Zeman <tzeman@volny.cz>
                             Released: 2011

RadViewer provides web-based view/search of BTS, Syslog and Radius
accounting databases.

Configuration and deployment:

The application is packaged as a standard webarchive to be deployed in
any servlet container. It is configured via
/WEB-INF/classes/default.props file (in Java properties format) and
expects 3 database connections to be configured:

  - syslog (syslog entries)
  - radius accounts (subscriber info)
  - radius accounting packets (CDRs)

Building from source:

The application can be build via simple build tool
(http://code.google.com/p/simple-build-tool/). Just do:

$ sbt update
$ sbt clean
$ sbt package

# vim: tw=72 et ts=2 sw=2