Hi everyone, 
I want to write a python scipt that could use this two commands on 
Transiver BBB (Client) and receiver BBB (Server) :

sudo iperf -c 192.168.0.2 -u -b 400k -l 800 -p 10001 -t 100
sudo iperf -u -l 800 -s -i3 -B 192.168.0.2 -p 10001

Could I use directly iperf the command in the python script or I should 
convert it to some other code?

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beagleboard/3760b03a-9ce6-4436-bc6a-51ba35d4784fn%40googlegroups.com.

Reply via email to