/vslab-riot

Scaffold for practical exercise with RIOT

Primary LanguageCGNU Lesser General Public License v2.1LGPL-2.1

vslab-riot

Scaffold for practical exercise with RIOT, further information on lecture here.

Introduction

This exercise is based on RIOT-OS, an open source OS for the IoT. Its source code is on Github, more Information can be found in the RIOT-Wiki, there are Tutorials, and the RIOT API documentation.

Please refer to the wiki giving a more detailed introduction, as well as required information and hints on how to solve the exercise, see parts one and two.

Quickstart Guide

The following commands should run on most systems with any Linux and macOS.

git clone https://github.com/inetrg/vslab-riot.git
cd vslab-riot
git submodule update --init
make -C src clean all

Problems?

Please don't hesitate to open an issue to report any bugs or problems related to source code and documentation. But don't ask for a solution to the exercise :)