Giter Site home page Giter Site logo

applications's Introduction

Build Status

RIOT Applications

This repository provides more applications for the RIOT operating system. Some of them are just useful tools for development work, others showcase more extensive implementations of features of RIOT compared to the rather simple examples in the RIOT main codebase.

Usage

To build and use them follow the instructions in the RIOT repository and the READMEs within the respective application directory.

The RIOT main code is included as a submodule. This always points to the latest release. To change the RIOT version to build against (e.g. current master), clone the RIOT repository in a separate repository and point the RIOTBASE environment variable there:

# assuming you are in the working directory of your local clone of this repo
cd ..
git clone [email protected]:RIOT-OS/RIOT.git
cd applications
RIOTBASE="../RIOT" BOARD=samr21-xpro make -C sniffer flash

Alternatively, you can step into the submodule and check out the current master:

cd RIOT
git checkout master
git pull

Note that there is no guarantee that it will build or work, since we only test this repository against the latest release.

applications's People

Contributors

booo avatar cgundogan avatar haukepetersen avatar kaspar030 avatar kb2ma avatar lotterleben avatar miri64 avatar oleghahm avatar peterkietzmann avatar smlng avatar thomaseichinger avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.