Changes between Version 40 and Version 41 of Tutorials/g0WmLTE/Tutorial2


Ignore:
Timestamp:
Oct 22, 2012, 12:42:35 AM (12 years ago)
Author:
ffund01
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/g0WmLTE/Tutorial2

    v40 v41  
    149149
    150150{{{
    151 wget "http://oml:5054/result/dumpDatabase?expID=<your_experiment_ID>" -O myDatabase
     151wget "http://oml:5053/result/dumpDatabase?expID=<your_experiment_ID>" -O myDatabase
    152152}}}
    153153
     
    158158{{{
    159159sqlite3 -init myDatabase myDatabase.sq3
     160}}}
     161
     162You can also view the results in a web browser by visiting the following URL:
     163{{{
     164http://console.sb4.orbit-lab.org:5053/result/dumpDatabase?expID=<your_experiment_ID>
    160165}}}
    161166