Difference between revisions of "SimulationConfiguration"

From Nsnam
Jump to: navigation, search
(New page: In order to configura simulations across multiple, probably virtualized, machines a large amount of configuration must be performed in order to construct the component systems. For exampl...)
 
Line 1: Line 1:
 +
{{TOC}}
 +
 +
== Simulation Configuration ==
 +
 
In order to configura simulations across multiple, probably virtualized, machines a large amount of configuration must be performed in order to construct the component systems.  For example, boxes with appropriate software must be put together, and dozens or perhpas hundreds of taps, bridges etc. must be configured in order to construct a topology.  The oppportunity for human error to creep in during this process renders it essentially manually unworkable for all but the simplest topologies.
 
In order to configura simulations across multiple, probably virtualized, machines a large amount of configuration must be performed in order to construct the component systems.  For example, boxes with appropriate software must be put together, and dozens or perhpas hundreds of taps, bridges etc. must be configured in order to construct a topology.  The oppportunity for human error to creep in during this process renders it essentially manually unworkable for all but the simplest topologies.
  
 
This real-world configuration information needs to be imported into ns-3 and the various systems and devices need to be mapped to ns-3 constructs.  For example, if a number of linux hosts are configured to participate in a wireless network using tap bridges, each ns-3 ghost node needs to know
 
This real-world configuration information needs to be imported into ns-3 and the various systems and devices need to be mapped to ns-3 constructs.  For example, if a number of linux hosts are configured to participate in a wireless network using tap bridges, each ns-3 ghost node needs to know
 +
 +
----
 +
[[User:Craigdo|Craigdo]] 17:49, 2 November 2009 (UTC)

Revision as of 17:49, 2 November 2009

Main Page - Current Development - Developer FAQ - Tools - Related Projects - Project Ideas - Summer Projects

Installation - Troubleshooting - User FAQ - HOWTOs - Samples - Models - Education - Contributed Code - Papers

Simulation Configuration

In order to configura simulations across multiple, probably virtualized, machines a large amount of configuration must be performed in order to construct the component systems. For example, boxes with appropriate software must be put together, and dozens or perhpas hundreds of taps, bridges etc. must be configured in order to construct a topology. The oppportunity for human error to creep in during this process renders it essentially manually unworkable for all but the simplest topologies.

This real-world configuration information needs to be imported into ns-3 and the various systems and devices need to be mapped to ns-3 constructs. For example, if a number of linux hosts are configured to participate in a wireless network using tap bridges, each ns-3 ghost node needs to know


Craigdo 17:49, 2 November 2009 (UTC)