Skip to content
Snippets Groups Projects
Commit 15774237 authored by Ashwin Rao's avatar Ashwin Rao
Browse files

For new scenarios

parent b86f8d39
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,13 @@ echo "Location,Technology,ts_relay,ts_client" > timestamps.csv
echo "Location,Technology,rtt" > ping.csv
# Add the prefix to the timestamps and concatenate it to a final-csv
for techiter in "eth Ethernet" "wifi Wi-Fi" "5G 5G"
for techiter in "eth Ethernet" "wifinopower Wi-Fi (PD)" "wifipower Wi-Fi (PE)" "5Gping 5G (PD)" "5Gnoping 5G (PE)"
do
set -- $techiter
tech=$1
techstr=$2
techstr=$2' '$3
for lociter in "uni University"
for lociter in "uni University" "res Residence"
do
set -- $lociter
loc=$1
......
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