Class Fishnet

java.lang.Object
  extended by Fishnet

public class Fishnet
extends java.lang.Object

   
 Class with main method that starts up a Manager. Either an Emulator or a Simulator
 Usage:  java Fishnet    [fishnet file] [timescale]
         or
         java Fishnet     [fishnet file]
         
         Arguments in <> are required and arguments in [] are optional. Fishnet file is a file with commands for a node
         Topofile is the topology file to use. It also have commands for a node.
 


Constructor Summary
Fishnet()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fishnet

public Fishnet()
Method Detail

main

public static void main(java.lang.String[] args)
The main method. Entry point to start a Manager