Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 98caa8e7 authored by Samir SI-MOHAMMED's avatar Samir SI-MOHAMMED :speech_balloon:
Browse files

Added NSta headers

parent b102f742
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,10 @@ declare -a trafficDirections=("downstream")
for probingDirection in ${trafficDirections[@]}; do
for i in $(eval echo {$1..$2})
do
path="wifi/notifications/latency/probing-${probingDirection}/ac/graphs"
path="../wifi/notifications/latency/probing-${probingDirection}/ac/graphs"
mkdir "${path}/txt" "${path}/parsed" "${path}/csv"
num=$(( $i - 1 ))
echo "NSta=$num" > "${path}/csv/$num.csv"
./waf --run "scratch/wifi-notifications-latency-ac.cc --nWifi=$i --probingDirection=$probingDirection" 2> "${path}/txt/$num.txt"
cat "${path}/txt/$num.txt" | grep -e 'At time [0-9]* client sent 1024 bytes' -e 'server received 1024 bytes from' > "${path}/parsed/$num.txt"
......
......@@ -3,9 +3,10 @@ declare -a trafficDirections=("downstream")
for probingDirection in ${trafficDirections[@]}; do
for i in $(eval echo {$1..$2})
do
path="wifi/notifications/latency/probing-${probingDirection}/ax/graphs"
path="../wifi/notifications/latency/probing-${probingDirection}/ax/graphs"
mkdir "${path}/txt" "${path}/parsed" "${path}/csv"
num=$(( $i - 1 ))
echo "NSta=$num" > "${path}/csv/$num.csv"
./waf --run "scratch/wifi-notifications-latency-ax.cc --nWifi=$i --probingDirection=$probingDirection" 2> "${path}/txt/$num.txt"
cat "${path}/txt/$num.txt" | grep -e 'At time [0-9]* client sent 1024 bytes' -e 'server received 1024 bytes from' > "${path}/parsed/$num.txt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment