Changes between Version 40 and Version 41 of Tutorials/g0WmLTE/Tutorial2
- Timestamp:
- Oct 22, 2012, 12:42:35 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/g0WmLTE/Tutorial2
v40 v41 149 149 150 150 {{{ 151 wget "http://oml:505 4/result/dumpDatabase?expID=<your_experiment_ID>" -O myDatabase151 wget "http://oml:5053/result/dumpDatabase?expID=<your_experiment_ID>" -O myDatabase 152 152 }}} 153 153 … … 158 158 {{{ 159 159 sqlite3 -init myDatabase myDatabase.sq3 160 }}} 161 162 You can also view the results in a web browser by visiting the following URL: 163 {{{ 164 http://console.sb4.orbit-lab.org:5053/result/dumpDatabase?expID=<your_experiment_ID> 160 165 }}} 161 166