/iot-lab-contiki-ng

IoT-LAB Contiki-NG port

Primary LanguageC

Welcome to Contiki-NG for IoT-LAB !

Build Status

This repository is a port of the official Contiki-NG repository, bringing support for the IoT-LAB platform.

Supported boards (arch/platform/iotlab/ directory):

  • m3
  • a8-m3

Requirements

Basic setup

  • $ 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.

Acknowledgements

A special thanks to our Contiki-NG Yoda master, Simon Duquennoy. Without him this port would not exist.