driver
Class CBR

java.lang.Object
  extended by driver.CBR

public class CBR
extends java.lang.Object

Constant Bit Rate simulation program. This program creates a field and places nodes randomly throughout it. Some of the nodes are designated as client-server pairs, and these pairs transmit packets to each other for the duration of the simulation. It is possible to specify, among other things, the routing protocol used, the packet loss probability, and the rate of node movement.


Nested Class Summary
static class CBR.Client
          A client node in the simulation.
static interface CBR.ClientInterface
          The interface for client nodes in the simulation.
static class CBR.Server
          A server node in the simulation.
static interface CBR.ServerInterface
          The interface for server nodes in the simulation.
 
Constructor Summary
CBR()
           
 
Method Summary
static void main(java.lang.String[] args)
          Starts the CBR simulation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CBR

public CBR()
Method Detail

main

public static void main(java.lang.String[] args)
Starts the CBR simulation.

Parameters:
args - command-line arguments that may determine the parameters of the simulation