Changes between Version 5 and Version 6 of Tutorials/oMF/tut1
- Timestamp:
- Oct 15, 2014, 4:41:30 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/oMF/tut1
v5 v6 144 144 ==== Setting up the Software Node Groups ==== 145 145 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.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 (e.g. network interfaces) and execute commands across all nodes in the group. 147 147 148 148 {{{ … … 231 231 {{{ 232 232 #!ruby 233 onEvent(:ALL_UP ) do |event|233 onEvent(:ALL_UP_AND_INSTALLED) do |event| 234 234 235 235 info "This is my first MobilityFirst experiment"