Skip to content

Installation (English)

Byungjoon Lee edited this page Mar 19, 2014 · 2 revisions

OpenIRIS installation process ends with the download. If you have used Git, then that's it. If you have downloaded an archived version of OpenIRIS, just unarchive it, and that's it.

After that, you can check the installation is correctly done by following methods:

  1. Import the OpenIRIS into Eclipse as Java project, and run it.
  2. java -jar Torpedo under the OpenIRIS root directory.

If successfully executed, then you can see some console messages that the OpenIRIS is now up and running. But beware: there are multiple controller instances are included in the OpenIRIS packages. Just go to controllers/ directory and check there are three different controller instances: Benchmarking.jar, BasicOFController.jar, and SimpleOFController.jar. (About the controller instances and modules, see Controller Programming Guide).

One thing you should know is that you have to choose which controller instance you need to execute before you actually run OpenIRIS. Just see the torpedo.properties file.

etri.sdn.controller.app.basic.BasicOFController.run = true

In most cases, you just choose to run BasicOFController. It will make you use most out of OpenIRIS. If you are curious about the differences between the controller instances, just read 'What does each bundled controller instance do?'

Clone this wiki locally