Changes between Initial Version and Version 1 of Old/Documentation/orbitHandler/getRadioInfo
- Timestamp:
- Aug 25, 2006, 9:24:23 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Documentation/orbitHandler/getRadioInfo
v1 v1 1 [wiki:Documentation] 2 | !getRadioInfo 3 4 = Get Radio Info = 5 6 This Ruby function prints a list of channel, BSSID and mode settings for all nodes in the set. 7 8 Usage 9 {{{ 10 joeuser@console.sb1:~$ ./getRadioInfo nodeset 11 }}} 12 13 Source for 'getRadioInfo' 14 {{{ 15 ./orbitRun $1 "iwconfig ath0 | head -n 2 | tail -n 1" 16 ./orbitRun $1 "iwconfig ath0 | head -n 2 | tail -n 1" 17 ./orbitWait '' iwconfig 18 }}}