Skip to content

openDSME/iot-lab-contiki-ng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages