Quickstart
For those of you anxious to get started, here are the short instructions:
- Read the license!
- Download Reflex!
See the Download section.
- Untar the files.
(Windows: Use Winzip)
tar -zxvf <filename>
- Check for required software (perl, g++, make)
(Windows: See Required Software)
perl --version (5.003 tested)
g++ --version (2.95.2 tested)
make --version (3.77 tested)
- Run the tests.
See the What Is Included section.
(Windows: also 'make test')
make test
- Select an I/O mechanism, or make your own I/O module.
We provide a Siena module and a file I/O module.
See the I/O Retargeting section.
(Windows: use 'copy')
cp correlator_io_xxx.cpp correlator_io.cpp
- Write a policy to support your needs.
See the Making Policies section.
- Compile the Policy.
Compiler <filename>
- Build the Correlator Engine
make Correlator
- Deploy it!
See the Deployment section.
Download
The latest version of Reflex is 1.00.0. We don't have any precompiled binaries yet. Here is the source:
Reflex-1.00.0.tar.Z
Reflex-1.00.0-docs.tar.Z
Please read the License as well.