Changes between Version 5 and Version 6 of GIR3.2_MeasurementManager


Ignore:
Timestamp:
06/21/11 14:34:09 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_MeasurementManager

    v5 v6  
    1515
    1616git clone git://noxrepo.org/nox
    17 <<<missing cd nox>>>
     17<<LN>><<missing cd nox, command below does not work unless in nox directory.>>>
    1818git checkout -b destiny remotes/origin/destiny
    1919
     
    2222
    2323cd nox/src/nox/netapps
    24 nox-new-py-app.py meas_monitor <<do not exist as stated>>  ../../scripts/nox-new-py-app.py
    25 nox-new-py-app.py grnoc_switch <<do not exist as stated>>
     24nox-new-py-app.py meas_monitor
     25<<LN>> <<does not exist in netapps, as stated had to execute as  ../../scripts/nox-new-py-app.py meas_monitor >>>
     26
     27nox-new-py-app.py grnoc_switch
     28<<LN>><<does not exist in netapps, as stated had to execute as ../../scripts/nox-new-py-app.py grnoc_switch >>
     29
     30Each of the two nox-new-py-app.py generates the following output:
     31{{{
     32Create new application and directory
     33 (...5 blank lines )
     34Please rerun ./boot.sh and ./configure
     35}}}
     36<<LN>> <<This output does not indicate that the copy should occur before the "./boot.sh" and "./configure".>>
    2637
    2738Copy the python components into their corresponding
    2839directories, from meas_manager/nox/meas_monitor/
     40
     41<<LN>> << These instructions are confusing, is the point is to replace the nox package "meas_monitor.py with the one
     42from your Measurament manager package? If so, should the original be backed up?  If not, please elaborate,
     43not sure what is expected here.>>
    2944
    3045grnoc_switch.py to nox/src/nox/netapps/grnoc_switch/grnoc_switch.py
     
    4459}}}
    4560
    46 Was able to execute the INSTALL instructions without any problem. Next the two README files includes:
     61Executed the INSTALL instructions but did not have a successful compilation.
     62
     63
     64Next the two README files includes:
    4765
    4866'''meas_manager/model_builder/README'''