An open API service indexing awesome lists of open source software.

https://github.com/esnet/sense-sim

A tool for generating the SENSE-NSI-RM simulation environment.
https://github.com/esnet/sense-sim

Last synced: 11 months ago
JSON representation

A tool for generating the SENSE-NSI-RM simulation environment.

Awesome Lists containing this project

README

          

A tool for generating OpenNSA configurations based on all NSA and topologies
defined in the NSI-DDS. These configurations are then used to drive a massive
SENSE-RM simulation.

Note: This application is dependent on the nsi-common-lib and nsi-dds-lib
java libraries located at:

https://github.com/BandwidthOnDemand/nsi-common-lib
https://github.com/BandwidthOnDemand/nsi-dds-lib

To make the tool use maven:

mvn clean install

The generation tool has the followign input parameters:

usage: generate.sh -dds ...
-dds DDS server URL.
-out Directory to write genrated files.
-pwd Database user password for use by SENSE and OpenNSA.
-rm SENSE-NSI-RM configuration template.
-schema Location of OpenNSA database schema file.
-user Database user identifier for use by SENSE and OpenNSA.

An example use of the command:

./generate.sh -dds https://nsi-aggr-west.es.net/discovery -out output -user sense -pwd BobIsYourUncle \
-rm src/main/resources/sense-rm.yaml -schema src/main/resources/schema.sql

Files generated by the tool:

nsa0.conf The OpenNSA configuration file.
nsa0.nrm The OpenNSA port definition file.
nsa0.tac The OpenNSA twisted startup file.
sense0.yaml The SENSE-NSI-RM configuration file.
db.sql The postgresql schema file.
peer.xml The NSI-DDS peer discovery URL for OpenNSA instances.
sandbox.sh The OpenNSA startup scripts for all NSA.