# sense-sim **Repository Path**: mirrors_esnet/sense-sim ## Basic Information - **Project Name**: sense-sim - **Description**: A tool for generating the SENSE-NSI-RM simulation environment. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.