All Downloads are FREE. Search and download functionalities are using the official Maven repository.

es.tid.emulator.node.NodeLauncher Maven / Gradle / Ivy

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