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

Changes between Version 29 and Version 30 of OverSimDevelop


Ignore:
Timestamp:
Sep 10, 2009, 1:31:12 PM (15 years ago)
Author:
Ingmar Baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OverSimDevelop

    v29 v30  
    597597}}}
    598598
    599 Now, unless specified otherwise, all configurations will use SimpleUnderlayNetwork as their network. Notice that the value of "network" is a module path, which represents the location of the ned file, and not a parameter path.
     599Now, unless specified otherwise, all configurations will use [http://www.oversim.org/chrome/site/doc/neddoc/oversim.underlay.simpleunderlay.SimpleUnderlayNetwork.html SimpleUnderlayNetwork] as their network. Notice that the value of "network" is a module path, which represents the location of the ned file, and not a parameter path.
    600600
    601601Further on networks, there are two base networks: SimpleUnderlay and Ipv4Underlay. !SimpleUnderlay is a simplified flat network where each node is assigned coordinates, packet latencies are calculated based on the distance of the source and destination node coordinates, and each nodes are directly connected to one another. Ipv4Underlay emulates real-life networks and contain hierarchies of nodes, routers, and backbones. Network modules can be accessed under the names of !SimpleUnderlayNetwork for !SimpleUnderlay and Ipv4Network for Ipv4Underlay.