Changes between Version 42 and Version 43 of Tutorials/g0WmLTE/Tutorial2
- Timestamp:
- Jun 19, 2013, 7:05:24 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial2
v42 v43 115 115 116 116 {{{ 117 omf -5.3load -i wmx-tutorial.ndz -t node1-6.sb4.orbit-lab.org,node1-4.sb4.orbit-lab.org117 omf load -i wmx-tutorial.ndz -t node1-6.sb4.orbit-lab.org,node1-4.sb4.orbit-lab.org 118 118 }}} 119 119 … … 123 123 124 124 {{{ 125 omf -5.3tell -a on -t node1-4.sb4.orbit-lab.org,node1-6.sb4.orbit-lab.org126 omf -5.3exec wimax_ed.rb125 omf tell -a on -t node1-4.sb4.orbit-lab.org,node1-6.sb4.orbit-lab.org 126 omf exec wimax_ed.rb 127 127 }}} 128 128 … … 149 149 150 150 {{{ 151 wget "http://oml:505 3/result/dumpDatabase?expID=<your_experiment_ID>" -O myDatabase151 wget "http://oml:5054/result/dumpDatabase?expID=<your_experiment_ID>" -O myDatabase 152 152 }}} 153 153 … … 162 162 You can also view the results in a web browser by visiting the following URL: 163 163 {{{ 164 http://console.sb4.orbit-lab.org:505 3/result/dumpDatabase?expID=<your_experiment_ID>164 http://console.sb4.orbit-lab.org:5054/result/dumpDatabase?expID=<your_experiment_ID> 165 165 }}} 166 166