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

Copyright (C) 2001-2002 University of Colorado

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

This program 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 2
of the License, or (at your option) any later version.

This program 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 (file LICENSE) for more details.

You should have received a copy of the GNU General Public License
along with this program (see LICENSE); if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307,
USA, or send email to one of the authors.

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.
