Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleONOS_APPS
export ONOS_APPS=odtn-service,roadm,gui2

Note 3: You also need to install *netconf-console* that is a  console application for interacting with NETCONF servers built on top of ncclient as follows.

Code Block
languagebash
pip3 install netconf-console

Note 4: You also need to make sure   ncclient version 0.6.3  is installed on your machine. If higher versions of ncclient installed on your machine, you need to reinstall it as follows:

Code Block
languagebash
pip3 install ncclient==0.6.3


A good starting point to get familiar with ODTN project is using ODTN emulators and ONOS together. You can find more info about that here:

...