close
    Warning:
    BrowserModule failed with ConfigurationError: Look in the Trac log for more information.
  
 
      
      
        
      
      
      
        - Timestamp:
- 
          Sep 29, 2008, 11:24:10 AM (17 years ago)
        
- Author:
- 
          Ingmar Baumgart
        
- Comment:
- 
          
--
 
        
          Legend:
          
            - Unmodified
- Added
- Removed
- Modified
 
  
    - 
      
      
        
          
        
        
          
            | v35 | v36 |  |  
            | 15 | 15 | * '''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. |  
            | 16 | 16 |  |  
            |  | 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''. |  
            |  | 18 |  |  
            | 17 | 19 | * '''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. |  
            | 18 | 20 |  |