bcds.phison.gentraf
Class gentraf

java.lang.Object
  extended by bcds.phison.gentraf.gentraf

public class gentraf
extends java.lang.Object

A traffic generator. It supports .net or .sgf network files which contain the [traffic] section.

See the output of --help for a description of parameters and operation.

Note:This is a partial re-implementation of Janos Tapolcai's "convert".

Author:
mmanzano

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

Constructor Detail

gentraf

public gentraf()
Method Detail

parseArgs

public void parseArgs(java.lang.String[] args)

main

public static void main(java.lang.String[] args)