-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathxia-2021-changing-c
More file actions
executable file
·37 lines (26 loc) · 1 KB
/
xia-2021-changing-c
File metadata and controls
executable file
·37 lines (26 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#!/bin/sh
# -c Clients per Clients Routers
# -g Gateways per Gateways Routers
# -m Motes per Gateway
# -C Client Routers
# -G Gateway Routers
# -l Data size (bytes) # Datagram Payload Size
# -r Requests # Number of requests of each client
# -t Timeout (s) # Gateway to UDP network. There is no timeout on XIA network
# -v Data Volume # Folder name
# -d Delay (s) # Base delay variable for initializations
# -a Internet Architecture
# Aumentar o número de client routers (C) e de clients por consequência (c)
sudo ./xiot -a xia -d 60 -r 10 -l 8 -g 15 -G 4 -c 1 -C 5 start
sleep 2m
sudo ./xiot -a xia -d 60 -r 10 -l 8 -g 15 -G 4 -c 2 -C 5 start
sleep 2m
sudo ./xiot -a xia -d 60 -r 10 -l 8 -g 15 -G 4 -c 3 -C 5 start
sleep 2m
sudo ./xiot -a xia -d 60 -r 10 -l 8 -g 15 -G 4 -c 4 -C 5 start
sleep 2m
sudo ./xiot -a xia -d 60 -r 10 -l 8 -g 15 -G 4 -c 5 -C 5 start
sleep 2m
sudo ./xiot -a xia -d 60 -r 10 -l 8 -g 15 -G 4 -c 6 -C 5 start
sleep 2m
sudo ./xiot -a xia -d 60 -r 10 -l 8 -g 15 -G 4 -c 7 -C 5 start