// // Copyright (C) 2006 Institut fuer Telematik, Universitaet Karlsruhe (TH) // // 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 for more details. // // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // // //# @page oversim-index.html, About the Simulation Framework OverSim // @titlepage // // <center><h1>ITM OverSim for OMNeT++</h1></center> // // <nohtml>OverSim is a flexible simulation framework for overlay networks. // It includes implementations of several overlay protocols like Chord, // Gia.</nohtml> // // <a href="history.html">History and contributors</a>. // // For up-to-date info, visit the current // <a href="http://www.oversim.org/" target="_top">OverSim home page</a>. // // A few useful starting points for browsing the documentation: // - the <a href="full-usage-diagram.html">Usage Diagram</a> // includes all modules and networks // - applications models: KBRTestApp, GIASearchApp, RealWorldTestApp, etc. // - overlay protocols: Chord, Gia, etc. // - underlay configurators: IPv4UnderlayConfigurator, SimpleNetConfigurator<br> // to automatically assing \IP addresses and set up static routes; // - hosts: OverlayHost, AccessRouter, OverlayAccessRouter, OverlayRouter etc. // - network access: dsl, ethernetline, fiberline // - global modules: GlobalObserver, BootstrapOracle // - message classes: BaseOverlayMessage, etc. // - control info classes (used in communication between protocol layers): // OverlayCtrlInfo, etc. // // Related documentation: // - <a href="../doxy/index.html" target="_top">C++ source documentation (Doxygen)</a> // // @page history.html, History // // The OverSim framework was written by Ingmar Baumgart, Bernhard Heep, // Stephan Krause, Markus Mauch and others at the Institut fuer Telematik, // Universitaet Karlsruhe (TH) in 2006. //