
Copyright 2003, Juan Segarra Flor

This is part of videocache

Videocache 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.

Videocache 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 Foobar; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

------------------------------------------------------------

Videocache es un "simulador" de transmisiones de red planificadas/reservadas.
El simulador construye la topologa jerrquica de red con los parmetros que 
se le especifiquen, construye la informacin (segmentos de vdeo) que va a 
transmitir, la distribuye en el sistema, empieza a simular peticiones y
reserva ancho de banda para dichas peticiones.

El fichero 'config.h' se usa para especificar el comportamiento de la
simulacin (parmetros, topologa, polticas,...) y el fichero 'config.c'
se usa para configurar el tamao de los nodos y la funcin de peso para
llenarlos.

Videocache ha sido usado como simulador para trabajos de investigacin, con
lo que tiene varias partes "sucias", que corresponden a los estudios que no
dieron buenos resultados y se abandon esa lnea. El resto es mucho ms
legible, y probablemente no tenga errores. En cualquier caso, revisa bien el
cdigo para asegurarte de que hace lo que crees que hace, y verifica que los
resultados sean coherentes.

Actualmente este software no est mantenido, con lo que no es previsible que
salga ninguna otra versin por ahora.

Si quieres contactar conmigo, en estos momentos estoy en la Universidad de
Zaragoza, y mi direccin de correo electrnico es: jsegarra@unizar.es.


