Brn.Gui

From
Revision as of 14:00, 16 March 2008 by Kurth (talk | contribs)
Jump to navigation Jump to search
Brn.Gui running a simulation with 500 nodes.

The Brn.Gui is a user interface for the Brn.Sim simulator. It is able to control the simulation execution like a debugger. It visualizes simulation results which are specified in simulation code via the Brn.Measure framework. Furthermore, it is also a result browser for already completed simulations which were executed by the Brn.DistSim distributed simulation framework and stored in the Brn.Db storage.

Features

Execution Control

Real-Time Visualization of Simulation Results

Properties Data

Brn.Gui displaying the current configuration (Properties Data).


Diagrams

Brn.Gui displaying a throughput diagram.


Time Bars

Brn.Gui displaying the Radio Packet Time-Bar.
Brn.Gui Color Code for Packet Timebar.


Forward Grapth

Link Quality and Signal Strength Graph

Brn.Gui showing the link quality graph in a network with 500 nodes.


TcpTrace Diagrams

Brn.Gui displaying the tcptrace time-sequence graph of a TCP flow.


Visualization of Database Simulation Results

Brn.Gui can be used to visualize simulation results stored in database in almost the same way as for real-time data. Specify "Database" as Data Source in the Config View and put in the connection information and the id of the simulation to use. The Data View will be populated in the same way as for real-time simulation data.

Implementation Details

The Brn.Gui is a stand-alone Eclipse RCP application. A Brn.Sim instance can be connected to the Brn.Gui via Java RMI. The out-of-process architecture (and the resulting RMI overhead) is mainly technical: the usage of custom classloader during simulation causes several problems which RMI solves through serialization.