Changes between Version 33 and Version 34 of Tutorials/g0WmLTE/Tutorial2


Ignore:
Timestamp:
Jul 13, 2012, 2:25:19 PM (12 years ago)
Author:
jeffrabi
Comment:

Update Progress

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial2

    v33 v34  
    9898#!ruby
    9999  node.addApplication("test:app:iperf") do |app|
    100     app.setProperty('client', true)
    101     app.setProperty('interval', "1")
    102     app.setProperty('bind', "10.41.255.255")
    103     app.measure('UDP_Rich_Info', :samples =>1)
     100    app.setProperty('client', '10.41.14.4', true)
     101    app.setProperty('interval', 1)
     102    app.setProperty('bind', "10.41.14.1")
     103    app.measure('TCP_Info', samples => 1)
    104104  end
    105105}}}
     
    119119Before launching the experiment, please ensure that the experiment description file is on the local machine.
    120120
    121 Image the nodes, as before.
     121Reset the base station to default settings, and then image the nodes, as before.
    122122
    123123{{{