Changes between Version 16 and Version 17 of Old/orbitHandler
- Timestamp:
- Aug 23, 2006, 4:38:23 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/orbitHandler
v16 v17 69 69 ./orbitPower nodeList on 70 70 71 # Configure my wireless interface by running commands 72 # on all experiment nodes and waiting until they complete. 71 # Configure my wireless interfaces 73 72 ./orbitRunWait nodeList "iwconfig ath0 essid 'oontest'" 74 73 ./orbitRunWait nodeList "iwconfig ath0 channel 1" … … 102 101 103 102 For more experiments I'd highly recommend removing the './orbitImage' and './orbitPower' commands to speed up the test/debug process considerably. 103 104 == Node Commands in Detail == 104 105 105 106 === Command: orbitImage ===