Changes between Version 9 and Version 10 of GEC15Agenda/WiMAXTutorial/WSN


Ignore:
Timestamp:
10/25/12 04:41:53 (11 years ago)
Author:
Fraida Fund
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC15Agenda/WiMAXTutorial/WSN

    v9 v10  
    8282
    8383
     84Turn these nodes back on with the command:
     85{{{
     86omf tell -a on -t omf.witest.node1,omf.witest.node2,omf.witest.node3,omf.witest.node4,omf.witest.node5,omf.witest.node6,omf.witest.node7
     87}}}
     88
    8489Reset the base station to its default settings, and then restart it so that the changes will take effect:
    8590
     
    101106
    102107
    103 
    104108== Experiment Execution ==
    105109
     110At NYU-Poly:
     111{{{
     112 omf exec -e gec15sensor gec15sensor-poly.rb
     113}}}
     114
     115At UCLA:
     116{{{
     117 omf exec -C omf-expctl.yaml -e gec15sensor gec15sensor-ucla.rb
     118}}}
     119(Custom EC config used so that all of the measurements from both sites will be stored together at NYU-Poly).
     120
     121Visit the web interface to see the experiment visualization in real time:
     122 * [http://witestlab.poly.edu:4000/ NYU-Poly]
     123 * [http://witestlab.poly.edu:5757/ UCLA]
     124
     125(The UCLA visualization is forwarded from UCLA server using SSH tunneling; run
     126{{{
     127ssh root@omf-server.cs.ucla.edu -L 5757:omf-server.cs.ucla.edu:4000
     128}}}
     129on the witestlab.poly.edu console to create the tunnel, and leave it running.)
     130
     131Look at the sent measurements (NYU-Poly) and received measurements (UCLA) and confirm that the data matches.
     132
    106133== Experiment Analysis ==