11 lines
238 B
Bash
Executable File
11 lines
238 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Contiki directory
|
|
CONTIKI=$1
|
|
|
|
# Simulation file
|
|
BASENAME=02-border-router-cooja-tsch
|
|
|
|
# Add a little extra initial time to account for TSCH association time
|
|
bash test-border-router.sh $CONTIKI $BASENAME fd00::204:4:4:4 120
|