Changes between Initial Version and Version 1 of Old/omf-4.4/NodeHandler/Commands/allNodes


Ignore:
Timestamp:
Apr 13, 2006, 12:36:31 PM (18 years ago)
Author:
max
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/omf-4.4/NodeHandler/Commands/allNodes

    v1 v1  
     1= allNodes: Address all Nodes =
     2
     3This command allows the experimenter to send commands and configure resources on all nodes simultaneously.
     4
     5
     6== Syntax: allNodes.command(), allNodes.resource_path = value, allNodes.resource_path {...} ==
     7
     8  * '''command''': Command to issue on all nodes.
     9  * '''resource_path:''' Path to resource.
     10  * '''value:''' Value to assign to resource.
     11
     12The list of commands currently defined can be found '''missing'''. A description of the resource paths can be found '''mssing'''.
     13
     14== Usage ==
     15
     16{{{
     17allNodes.startApplications
     18allNodes.net.wo.essid = "orbit"
     19allNodes.net.wo { |w|
     20  w.essid = "orbit"
     21  w.ip = "%192.168.%x.%y"
     22}
     23}}}
     24
     25
     26
     27
     28== See Also ==
     29
     30 
     31