-
Notifications
You must be signed in to change notification settings - Fork 10
Update motes states and locations
Keoma Brun edited this page Oct 13, 2016
·
2 revisions
- Make sure the IoTLab CLI tools are installed: CLI Tools Installation guide
- Make sure the iotlabcli python module is in its latest version:
pip install -U iotlabcli
Go to the locations/
directory and run:
python update_locations.py
It will generate a JSON file like (locations.json) with the following format:
[
{
"location": "paris",
"nodes": [
{
"network_address": "m3-1.paris.iotlab.info",
"x": 111111,
"y": 222222,
"z": 333333
}
]
},
{
"location": "grenoble",
"nodes": [
{
"network_address": "m3-1.grenoble.iotlab.info",
"x": 111111,
"y": 222222,
"z": 333333
}
]
}
]
Firmware:
Software:
Experiment:
- What is an experiment ?
- Run an experiment with IoT-lab
- Update motes states and locations
- Committing and experiment
Dataset:
Web Application: