Changes between Version 32 and Version 33 of Old/orbitHandler


Ignore:
Timestamp:
Aug 25, 2006, 10:18:56 PM (18 years ago)
Author:
cmdavies
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/orbitHandler

    v32 v33  
    1919 * [wiki:Documentation/orbitHandler/extractIntelNodes extractIntelNodes] -- Extracts a list of all nodes with Intel wifi cards
    2020 * [wiki:Documentation/orbitHandler/getRadioInfo getRadioInfo] -- Dumps channel, BSSID and mode settings for all nodes in the set
     21
     22For Linux beginners, don't forget to set the executable permission for any scripts
     23{{{
     24joeuser@console.sb1:~$ chmod +x scriptFile
     25}}}
    2126
    2227(if you've come up with a useful utility, please add it to this section)
     
    6267 * '''orbitKillOne''' - Kills the first matching process on each node in the set
    6368
    64 Repeatable experiments can be created by building a script file that contains a series of these commands. For Linux beginners, don't forget when creating the script file that you need to set the execute permissions on it:
    65 
    66 {{{
    67 joeuser@console.sb1:~$ chmod +x scriptFile
    68 }}}
     69Repeatable experiments can be created by building a script file that contains a series of these commands.
    6970
    7071== Sample Experiment Script ==