Changes between Version 4 and Version 5 of Internal/OpenFlow/Controllers/Nox


Ignore:
Timestamp:
Oct 26, 2010, 6:17:02 PM (14 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/Controllers/Nox

    v4 v5  
    43431. Run nox-new-c-app.py from coreapps, netapps, or webapps (all three directories are found in ${NOXPATH}/nox/src/nox), where ${NOXPATH} is the place with your working nox directory).
    4444{{{
    45  /home/openflow/nox/src/scripts/nox-new-c-app.py -v cnf_test
     45cd nox/src/nox/coreapps
     46/home/openflow/nox/src/scripts/nox-new-c-app.py -v cnf_test
    4647}}}
    4748
     
    50512. run `boot.sh` and `configure` so nox can find and load the app when it starts up:
    5152{{{
    52 ./boot.sh                       #this is found in the root of your nox directory e.g. ~/nox/boot.sh
     53./boot.sh                       #this is found in the root of your nox directory e.g. ${NOXPATH}/nox/boot.sh
    5354cd build
    5455../configure