
es.tid.emulator.node.NodeLauncher Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of network-emulator Show documentation
Show all versions of network-emulator Show documentation
Emulator of GMPLS-controlled transport Network
The newest version!
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package es.tid.emulator.node;
/**
* MAIN ROADM: Launches the ROADM
*/
public class NodeLauncher {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
NetworkNode r = new NetworkNode();
r.setConfig(args);
r.startNode();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy