Skip to content

Yagoor/iot-lab-contiki-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Contiki-NG for IoT-LAB !

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.

About

IoT-LAB Contiki-NG port

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.9%
  • C++ 1.9%
  • Objective-C 1.3%
  • Other 0.9%