From: Tuka Martin Date: Mon, 30 Apr 2012 21:18:31 +0000 (+0200) Subject: fwp: demo: corrected / updated test conditions X-Git-Url: http://rtime.felk.cvut.cz/gitweb/frescor/frsh-forb.git/commitdiff_plain/4384bbfe9d472683e9a1ee6a6530854ebd33de08 fwp: demo: corrected / updated test conditions Fwp_demo_receiver & fake_wifi_agent were run from different console windows due to the bigger overview --- diff --git a/src/fwp/fwp/demo/fwp_send_receive_adaptive_rate_change.sh b/src/fwp/fwp/demo/fwp_send_receive_adaptive_rate_change.sh index 4ef092cf..3fefd4d2 100755 --- a/src/fwp/fwp/demo/fwp_send_receive_adaptive_rate_change.sh +++ b/src/fwp/fwp/demo/fwp_send_receive_adaptive_rate_change.sh @@ -3,16 +3,19 @@ . $(dirname $0)/wvtest.sh wvtest_cleanup() { - WVPASS kill `cat fcb.pid fwp.pid fds.pid` + WVPASS kill `cat fcb.pid fwp.pid` WVPASS rm fcb.pid WVPASS rm fwp.pid - WVPASS rm fds.pid } +#export UL_LOG_LEVELS=6 + WVPASS fcb -dfcb.pid WVPASS frm_fwp -dfwp.pid -WVPASS fake_wifi_agent -a 00:00:01:AA:BB:CC -r 10 -WVPASS fwp_demo_receiver -p 7777 -m 3 -#TODO: run in background, so fake_wifi_agent can change the rate -fwp_demo_sender_adaptive -efds.pid -d 127.0.0.1 -p 7777 -m 3 -s 1000 -a 00:00:01:AA:BB:CC -WVPASS fake_wifi_agent -a 00:00:01:AA:BB:CC -r 5 +WVPASS fake_wifi_agent -a 00:00:01:AA:BB:CC -r 100 +# Receiver running in different console +#WVPASS fwp_demo_receiver -p 7777 +WVPASS fwp_demo_sender_adaptive -d 127.0.0.1 -p 7777 -m 300 -s 3000 -a 00:00:01:AA:BB:CC +# Called from different console window +#WVPASS fake_wifi_agent -a 00:00:01:AA:BB:CC -r 1 +