Changes between Version 2 and Version 3 of GIR3.2_MeasurementManager


Ignore:
Timestamp:
06/17/11 15:56:07 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_MeasurementManager

    v2 v3  
    99== Measurement Manager How-to ==
    1010
    11 Download software from
     11Download software from meas_manager and unpack. Package contains 2 READMEs and one INSTALL instruction files.  The meas_manager/nox/meas_monitor/INSTALL file states:
     12
     13{{{
     14INSTALL
     15
     16git clone git://noxrepo.org/nox
     17<<<missing cd nox>>>
     18git checkout -b destiny remotes/origin/destiny
     19
     20To create the component directory,
     21make sure (nox/src/scripts is in your path and) execute:
     22
     23cd nox/src/nox/netapps
     24nox-new-py-app.py meas_monitor <<do not exist as stated>>  ../../scripts/nox-new-py-app.py
     25nox-new-py-app.py grnoc_switch <<do not exist as stated>>
     26
     27Copy the python components into their corresponding
     28directories, from meas_manager/nox/meas_monitor/
     29
     30grnoc_switch.py to nox/src/nox/netapps/grnoc_switch/grnoc_switch.py
     31meas_monitor.py to nox/src/nox/netapps/meas_monitor/meas_monitor.py
     32
     33Compile NOX as usual:
     34 ./boot.sh
     35 mkdir build
     36 cd build
     37 ../configure
     38 make -j
     39
     40To run NOX, with the meas_monitor and grnoc_switch components:
     41        cd src
     42        ./nox_core -i ptcp:6633 meas_monitor grnoc_switch
     43
     44}}}
     45
     46Was able to execute the INSTALL instructions without any problem.
     47
     48{{{
     49$ tar xvf meas_manager.tar
     50$ meas_manager/nox/meas_monitor
     51
     52 Install nox:
     53
     54$ git clone git://noxrepo.org/nox
     55git checkout -b destiny remotes/origin/destiny
     56
     57$ cd meas_manager/nox
     58$ sudo apt-get install libfrontier-rpc-perl
     59}}}
     60
    1261
    1362