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