Changes between Initial Version and Version 1 of GEC16Agenda/WiMAX-Tutorial/Coop/05


Ignore:
Timestamp:
03/20/13 16:11:39 (11 years ago)
Author:
dmeyer@cs.wisc.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GEC16Agenda/WiMAX-Tutorial/Coop/05

    v1 v1  
     1'''[wiki:GEC16Agenda/WiMAX-Tutorial/Coop/04 Previous]'''
     2
     3== Writing the Experiment Script ==
     4
     5Once all of the OMF application wrappers are installed on the OMF EC console, we can prepare the experiment script:
     6
     7[[br]]
     8> '''Deconstructing the experiment script''': [[br]]
     9> Every OMF-enabled node in the experiment (purple node) is represented by a "defGroup" stanza. [[br]]
     10> Every OML-enabled application that runs on an OMF node is represented by an "addApplication" stanza within the "defGroup"
     11[[br]]
     12
     13{{{
     14#!ruby
     15
     16Paste ED file here!
     17
     18
     19}}}
     20
     21[[br]]
     22
     23'''[wiki:GEC16Agenda/WiMAX-Tutorial/Coop/06 Next]'''