Changes between Version 5 and Version 6 of Tutorials/oMF/tut1


Ignore:
Timestamp:
Oct 15, 2014, 4:41:30 PM (10 years ago)
Author:
wontoniii
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/oMF/tut1

    v5 v6  
    144144==== Setting up the Software Node Groups ====
    145145
    146 The following shows how the node groups for the routers are setup in the OMF control scripts. Node groups allows experimenters to use single statements to set configuration and execute commands across all nodes in the group.
     146The following shows how the node groups for the routers are setup in the OMF control scripts. Node groups allows experimenters to use single statements to set configuration (e.g. network interfaces) and execute commands across all nodes in the group.
    147147
    148148{{{
     
    231231{{{
    232232#!ruby
    233     onEvent(:ALL_UP) do |event|
     233    onEvent(:ALL_UP_AND_INSTALLED) do |event|
    234234   
    235235    info "This is my first MobilityFirst experiment"