Contiki 3.x Support

11 Apr 2017

We have updated our Contiki repository with the official one, providing support for Contiki 3.x.

From now, you will be able to test your Contiki solutions on the IoT-LAB testbed, using the last features provided by the Contiki OS, like, for example, the last er-coap implementation or the RPL/TSCH network.

This release comes with dedicated IoT-LAB examples, available in the examples/iotlab directory, including new examples on er-coap and RPL/TSCH. We have updated our Contiki tutorials.

Our master branch will now regularly be updated with the official repository master branch. Just run a git pull if you want to synchronize your local repository with the IoT-LAB one. Afterward, you will be able to easily retrieve the last Contiki updates with this set of commands:

git remote add contiki https://github.com/contiki-os/contiki
git fetch contiki
git merge contiki/master

For those who prefer to continue working with Contiki 2.7, we created an iotlab-2-7 branch containing the previous master branch. Note that the support brought in this branch for the WSN430 node has not been tested in the current master branch. But we are open to feedback and contributions to bring support for this in Contiki 3.x as well. Don’t hesitate to open a pull request on GitHub

IEEE 802.15.4-2015 TSCH and IETF 6TiSCH

Time Slotted Channel Hopping (TSCH) is a MAC layer of the IEEE 802.15.4e-2012 amendment, currently being integrated as part of the new IEEE 802.15.4-2015. 6TiSCH is an IETF Working Group focused on IPv6 over TSCH.

source: https://github.com/contiki-os/contiki/blob/master/core/net/mac/tsch/README.md

See this history for details on the work done for TSCH support.

Lille site is IPv6 ready

06 Apr 2017

We are pleased to announce that the public IPv6 service on the FIT IoT-LAB testbed as been extended with the Lille site.

As a reminder, four sites implement now this service:

You can find more details about M3/A8 nodes global IPv6 subnetting by following this documentation.

Moreover, on the Learn page, you will find some tutorials to learn how to use public IPv6 addresses with M3/A8 nodes with Contiki or RIOT.

New tutorials for RIOT on A8-M3 nodes

23 Jun 2016

IoT-LAB supports various embedded operating systems that are well suited for the Internet Of Things, such as RIOT.
RIOT is an open source operating system for the Internet of Things (IoT) targetting embedded devices with minimal resources.

The IoT-LAB team has prepared two new tutorials that show the networking capabilities of RIOT on A8-M3 nodes:

Opening of Saclay-Île-de-France Site

17 May 2016

We are pleased to announce the opening of Saclay-Île-de-France site, following the move from its previous location at Rocquencourt.

The platform of Saclay includes more than 300 nodes (175 A8-M3, 12 M3 and 120 WSN430). All A8 nodes are equipped with GPS.

More information about the topology and the resources of this new site is available here

New Plot Tools

02 May 2016

We are happy to announce the first release of Plot tools.

Plot tools is a packaged version of previous plot_tools scripts, deployed on all SSH fronted. Source code is available on the dedicated GitHub repository: https://github.com/iot-lab/plot-oml-tools

You will find examples on how to display monitoring OML files results for consumption, radio rssi and robot trajectory in those documentation pages: