wiki:Old/omf-4.4/NodeHandler/Commands/allNodes

Documentation | NodeHandler | Commands | allNodes

allNodes: Address all Nodes

This command allows the experimenter to send commands and configure resources on all nodes simultaneously.

Syntax

allNodes.command()
allNodes.resource_path = value
allNodes.resource_path {…}

  • command: Command to issue on all nodes.
  • resource_path: Path to resource.
  • value: Value to assign to resource.

The list of commands currently defined can be found missing. A description of the resource paths can be found mssing.

Usage

allNodes.startApplications
allNodes.net.w0.essid = "orbit"
allNodes.net.w0 { |w|
  w.essid = "orbit"
  w.ip = "%192.168.%x.%y"
}

See Also

nodes

Last modified 18 years ago Last modified on Apr 14, 2006, 6:44:59 AM
Note: See TracWiki for help on using the wiki.