This repository is a port of the official Contiki-NG repository, bringing support for the IoT-LAB platform.
Supported boards (arch/platform/iotlab/ directory):
$ git submodule update --init
$ cd contiki-ng/examples/hello-world
$ ARCH_PATH=../../../arch make TARGET=iotlab BOARD=m3 savetarget
# for m3 nodes$ ARCH_PATH=../../../arch make TARGET=iotlab BOARD=a8-m3 savetarget
# for a8 nodes$ ARCH_PATH=../../../arch make
See this tutorial for explanations on how to compile default examples on IoT-LAB testbed.
A special thanks to our Contiki-NG Yoda master, Simon Duquennoy. Without him this port would not exist.