Changes between Version 4 and Version 5 of Internal/OpenFlow/Controllers/Nox
- Timestamp:
- Oct 26, 2010, 6:17:02 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/Controllers/Nox
v4 v5 43 43 1. 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). 44 44 {{{ 45 /home/openflow/nox/src/scripts/nox-new-c-app.py -v cnf_test 45 cd nox/src/nox/coreapps 46 /home/openflow/nox/src/scripts/nox-new-c-app.py -v cnf_test 46 47 }}} 47 48 … … 50 51 2. run `boot.sh` and `configure` so nox can find and load the app when it starts up: 51 52 {{{ 52 ./boot.sh #this is found in the root of your nox directory e.g. ~/nox/boot.sh53 ./boot.sh #this is found in the root of your nox directory e.g. ${NOXPATH}/nox/boot.sh 53 54 cd build 54 55 ../configure