Branch | Build Status |
---|---|
master | |
develop |
This repository contains the code of the 6TiSCH benchmarking platform that automates the experimentation on different testbeds.
IoTLAB - Saclay
OpenWSN
- Start up Vagrant VM:
vagrant up
- SSH into the server and run bootstrap.sh script:
vagrant ssh
./openbenchmark/bootstrap.sh
-
Upon the completion of the process, you will be given a public SSH key which is to be copied and pasted in your IoT-LAB account configuration
-
Write your IoT-LAB username into the experiment config file (../iotlab-exp-auto/conf.txt)
[exp-config]
user = YOUR_USER_NAME
- Open a web browser and go to 127.0.0.1:8081
- Run continuous rsync process on the host machine:
vagrant rsync-auto
- Run Laravel Mix on the guest machine:
vagrant ssh
cd openbenchmark
npm run watch