close Warning: BrowserModule failed with ConfigurationError: Look in the Trac log for more information.

Changes between Version 36 and Version 37 of OverSimFeatures


Ignore:
Timestamp:
Sep 29, 2008, 11:24:43 AM (16 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimFeatures

    v36 v37  
    1515  * '''Base Overlay Class''': The base overlay class facilitates the implementation of structured peer-to-peer protocols by providing a RPC interface, a generic lookup class and a common API key-based routing interface to the application.
    1616
    17   * '''Different routing modes''': All implemented KBR protocols that make proper use of BaseOverlay support the following routing modes: ''iterative'', ''exhaustive-iterative'', ''semi-recursive'', ''full-recursive'', and ''source-routing-recursive''.
     17  * '''Different routing modes''': All implemented KBR protocols that make proper use of the Base Overlay Class support the following routing modes: ''iterative'', ''exhaustive-iterative'', ''semi-recursive'', ''full-recursive'', and ''source-routing-recursive''.
    1818
    1919  * '''Reuse of Simulation Code''': The different implementations of overlay protocols are reusable for real network applications, so that researchers can validate the simulator framework results by comparing them to the results from real-world test networks like [http://www.planet-lab.org/ PlanetLab]. Therefore, the simulation framework is able to handle and assemble real network packets and to communicate with other implementations of the same overlay protocol.