Changes between Version 6 and Version 7 of Old/NodeHandler/Commands/nodes


Ignore:
Timestamp:
Apr 15, 2006, 4:11:13 AM (18 years ago)
Author:
max
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/NodeHandler/Commands/nodes

    v6 v7  
    2222The supported syntax for the ''setSelector'' can be found in [wiki:Documentation/NodeHandler/Commands/defNodes defNodes] where it is simply called ''selector''.
    2323
    24 The list of commands currently defined can be found '''missing'''. A description of the resource paths can be found '''mssing'''.
     24The list of commands currently defined can be found '''missing'''.
     25
     26The following resource paths and their repsective value ranges are listed below:
     27
     28  * '''net''' Network resource
     29    * '''e0, e1''' Ethernet interface
     30     * '''arp''' = ''true|false'' En/disable ARP
     31     * '''forward''' = ''true|false'' Enable forwarding
     32     * '''ip''' = ''address/netmask'' IP address of interface
     33     * '''up''' = ''true|false'' En/disable interface
     34     * route
     35    * '''w0, w1''' Wireless interface
     36     * All the above
     37     * '''channel''' (intel only) = ''1..11; 36, 40, 44, 48, 52, 56, 60, 64, 149, 153, 157, 161''
     38     * '''essid''' = ''string''
     39     * '''frequency''' (intel only) = ''2.412..2.462''GHz (5 Mhz steps); ''5.18''GHz (20Mhz steps)
     40     * '''mode''' = ''master|managed|monitor'', ''ad-hoc'' (intel only)
     41     * '''rts''' (atheros only) = ''packetSizeThreshold'' [bytes]
     42     * '''rate''' (intel only) = ''1, 5, 11; 6, 9, 12, 18, 24, 36, 48, 54''
     43     * '''tx_power''' = ''-12..15'' dBm (intel), ''0..20'' dBm (atheros)
     44     * '''type''' = ''a/b/g''
    2545
    2646== Usage ==