
es.tid.emulator.pccPrueba.RemoteAutomaticPCCLauncher 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.pccPrueba;
/**
* MAIN ROADM: Launches the ROADM
*/
public class RemoteAutomaticPCCLauncher {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
RemoteAutomaticPCC r = new RemoteAutomaticPCC();
r.startRemoteAutomaticPCC();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy