Skip to content

michelealbano/mabravo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mabravo

Simulator for the MABRAVO overlay routing algorithm

usage

To deploy the system: execute on the command line:

make

execution modes

The first execution mode is the graphical mode. It is executed by providing 3 parameters on the command line:

  • the number of sites;
  • the number of points defining the AoI;
  • a random seed.

Example:

java -cp mabravo-1.1.0.jar mabravo.Mabravo 100 10 1000

The other execution mode is the batch mode. It allows to perform a series of different simulations of the system, and to extract performance indicators. Five parameters are passed from the command line:

  • the number of sites;
  • the number of points defining the AoI;
  • the number of routing processes to be performed over each network;
  • the number of networks to be simulated;
  • a random seed.

Example:

java -cp mabravo-1.1.0.jar mabravo.Mabravo 100 10 100 10 100

About

Simulator for the MABRAVO overlay routing algorithm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages