Changes between Version 15 and Version 16 of Tutorials/g0WmLTE/Tutorial2


Ignore:
Timestamp:
Jul 4, 2012, 2:45:05 PM (12 years ago)
Author:
jeffrabi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial2

    v15 v16  
    4646
    4747{{{
     48#!ruby
    4849defProperty('firstMCS',"http://wimaxrf:5052/wimaxrf/dlprofile?dlprof1=13","Set MCS to profile 13 - QPSK (CTC) 1/2 ")
    4950defProperty('secondMCS',"http://wimaxrf:5052/wimaxrf/dlprofile?dlprof1=16","Set MCS to profile 16 - 16-QAM (CTC) 1/2")
     
    5859
    5960{{{
     61#!ruby
    6062defGroup('first_node', 'node1-1.sb4.orbit-lab.org')
    6163}}}
     
    6567
    6668{{{
     69#!ruby
    6770defGroup('first_node', 'node1-1.sb4.orbit-lab.org') do |node|
    6871  node.net.x0.profile = '51'
     
    8588
    8689{{{
     90#!ruby
    8791  node.addApplication("test:app:iperf") do |app|
    8892    app.setProperty('udp', true)
     
    109113----
    110114== Launch Experiment ==
     115
     116Before launching the experiment, please ensure that the experiment description file is on the local machine.
     117
     118Image the nodes, as before.
     119
     120{{{
     121omf-5.3 load -i wmx-tutorial.ndz -t node1-1.sb4.orbit-lab.org,node1-4.sb4.orbit-lab.org
     122}}}
     123
     124Optionally, double check that the image loaded correctly.
     125
     126Now, launch the experiment!
     127
     128{{{
     129omf-5.3 exec <experimentname>.rb
     130}}}