Changes between Version 32 and Version 33 of Old/orbitHandler
- Timestamp:
- Aug 25, 2006, 10:18:56 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/orbitHandler
v32 v33 19 19 * [wiki:Documentation/orbitHandler/extractIntelNodes extractIntelNodes] -- Extracts a list of all nodes with Intel wifi cards 20 20 * [wiki:Documentation/orbitHandler/getRadioInfo getRadioInfo] -- Dumps channel, BSSID and mode settings for all nodes in the set 21 22 For Linux beginners, don't forget to set the executable permission for any scripts 23 {{{ 24 joeuser@console.sb1:~$ chmod +x scriptFile 25 }}} 21 26 22 27 (if you've come up with a useful utility, please add it to this section) … … 62 67 * '''orbitKillOne''' - Kills the first matching process on each node in the set 63 68 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 }}} 69 Repeatable experiments can be created by building a script file that contains a series of these commands. 69 70 70 71 == Sample Experiment Script ==