[wiki:Documentation] | [wiki:Documentation/NodeHandler NodeHandler] | [wiki:Documentation/NodeHandler/Commands Commands] | allNodes = allNodes: Address all Nodes = This command allows the experimenter to send commands and configure resources on all nodes simultaneously. == Syntax == '''allNodes.command()[[BR]] allNodes.''resource_path'' = ''value''[[BR]] 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.wo.essid = "orbit" allNodes.net.wo { |w| w.essid = "orbit" w.ip = "%192.168.%x.%y" } }}} == See Also == [wiki:Documentation/NodeHandler/Commands/nodes nodes]