This package contains the C++ implementation of the 
Siena Fast Forwarding algorithm.
 
Siena is a wide-area event notification system.

Copyright (C) 2001-2005 University of Colorado
Copyright (C) 2005-2012 Antonio Carzaniga

Authors: Antonio Carzaniga
         Jing Deng 
         Paolo Bonzini 
         See AUTHORS for full details.

Siena is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Siena is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Siena.  If not, see <http://www.gnu.org/licenses/>.

CONTACT

Please, address technical questions, bug reports and any sort of
technical and non-technical feedback to:

   Antonio Carzaniga.

DOCUMENTATION

The documentation for this package is available on-line at
http://www.inf.usi.ch/carzaniga/cbn/forwarding/

INSTALLATION

Instructions for the impatient:

  1. ./configure
  2. make

Please, read the INSTALL file for further installation instructions.
