Skip to content

spillement/iot-lab-gateway

 
 

Repository files navigation

IoT-Lab Gateway

Build Status codecov

This is the Python code that runs on the gateway for the FIT IoT-lab platform. It serves an API for starting, stopping experiments, flashing firmwares.

For a description of the hardware, see a General overview and Gateway Hardware

If you want to run this code on your own, you have two choices:

  • (Recommended) Using the provided Docker image

    make BOARD={node_name} run

    (e.g. BOARD=arduino_zero)

  • Installing manualy all the dependencies, you should read INSTALL.md

If you want to create support for a new custom open node, you should read DEVELOPER.md

This code is integrated into a Yocto image (see https://github.com/iot-lab/iot-lab-yocto) on which each gateway boots

About

IoT-Lab Gateway Manager

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 58.2%
  • Python 24.8%
  • C 15.5%
  • Shell 0.5%
  • Makefile 0.4%
  • Dockerfile 0.3%
  • Other 0.3%