Changes between Version 33 and Version 34 of Tutorials/g0WmLTE/Tutorial2
- Timestamp:
- Jul 13, 2012, 2:25:19 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial2
v33 v34 98 98 #!ruby 99 99 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) 104 104 end 105 105 }}} … … 119 119 Before launching the experiment, please ensure that the experiment description file is on the local machine. 120 120 121 Image the nodes, as before. 121 Reset the base station to default settings, and then image the nodes, as before. 122 122 123 123 {{{