ORBIT-USER: Transmit power control
Max Ott
max at semandex.net
Thu Jul 26 19:36:34 EDT 2007
Nodehandler let's you set it the same way you set any other parameter
on an interface.
nodes('sender').net.w0 { |w|
w.essid = "orbit"
w.ip = "%192.168.%x.%y"
w.tx_power = 0 # dbm
}
See documentation
http://www.orbit-lab.org/wiki/Documentation/NodeHandler/Commands/nodes
For your information, teh power is set as Sachin mentioned above:
"echo #{value} > /proc/sys/dev/#{@deviceName}/txpowlimit"
-max
More information about the orbit-user
mailing list