Changes between Initial Version and Version 1 of Old/Documentation/orbitHandler/getRadioInfo


Ignore:
Timestamp:
Aug 25, 2006, 9:24:23 PM (18 years ago)
Author:
cmdavies
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/Documentation/orbitHandler/getRadioInfo

    v1 v1  
     1[wiki:Documentation]
     2| !getRadioInfo
     3
     4= Get Radio Info =
     5
     6This Ruby function prints a list of channel, BSSID and mode settings for all nodes in the set.
     7
     8Usage
     9{{{
     10joeuser@console.sb1:~$ ./getRadioInfo nodeset
     11}}}
     12
     13Source 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}}}