| 1 | = allNodes: Address all Nodes = |
| 2 | |
| 3 | This 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 | |
| 12 | The list of commands currently defined can be found '''missing'''. A description of the resource paths can be found '''mssing'''. |
| 13 | |
| 14 | == Usage == |
| 15 | |
| 16 | {{{ |
| 17 | allNodes.startApplications |
| 18 | allNodes.net.wo.essid = "orbit" |
| 19 | allNodes.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 | |