All Projects → RIOT-OS → applications

RIOT-OS / applications

Licence: LGPL-2.1 license
Some useful RIOT applications

Programming Languages

c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to applications

Tutorials
No description or website provided.
Stars: ✭ 82 (+110.26%)
Mutual labels:  riot, riot-os
Riot
RIOT - The friendly OS for IoT
Stars: ✭ 4,029 (+10230.77%)
Mutual labels:  riot, riot-os
whitefield
Whitefield provides a simulation environment for wireless sensor networks by combining RF simulation provided by NS3 and network stack provided by popular IoT OSes such as Contiki/RIOT/OpenThread.
Stars: ✭ 70 (+79.49%)
Mutual labels:  riot, riot-os
Docker Registry Ui
The simplest and most complete UI for your private registry
Stars: ✭ 756 (+1838.46%)
Mutual labels:  riot
Viron
☕️ Automated Design-based Management Console.
Stars: ✭ 925 (+2271.79%)
Mutual labels:  riot
chrome-extension-boilerplate-riot
A boilerplate chrome extension (Single Page Application) using RIOT.js
Stars: ✭ 20 (-48.72%)
Mutual labels:  riot
Bosket
Collection of tree view components for front-end frameworks. 🌳
Stars: ✭ 457 (+1071.79%)
Mutual labels:  riot
radical
Element (Riot Web) unofficially bundled as Firefox Add-on
Stars: ✭ 33 (-15.38%)
Mutual labels:  riot
Riot Cheatsheet
🚩 Riot at a glance
Stars: ✭ 159 (+307.69%)
Mutual labels:  riot
Kayn
superagent-inspired Node.js lib (w/ **some** TypeScript support) for accessing Riot's League of Legend's API (discord: cnguy#3614)
Stars: ✭ 122 (+212.82%)
Mutual labels:  riot
riot
Riot API and analytics goodies
Stars: ✭ 30 (-23.08%)
Mutual labels:  riot
Element Rpm
Providing the Element messaging desktop client packaged for the Fedora, Red Hat(IBM), and OpenSUSE families of linux desktop operating systems.
Stars: ✭ 73 (+87.18%)
Mutual labels:  riot
Matrix Puppet Hangouts
Matrix bridge for Google Hangouts
Stars: ✭ 42 (+7.69%)
Mutual labels:  riot
PollMaubot
A polling plugin for Riot (using maubot)
Stars: ✭ 18 (-53.85%)
Mutual labels:  riot
Element Web
element.io docker image generator
Stars: ✭ 21 (-46.15%)
Mutual labels:  riot
karma-riot
A Karma plugin. Compile and test HTML and JS in Riot tag files.
Stars: ✭ 20 (-48.72%)
Mutual labels:  riot
Riot
Go Open Source, Distributed, Simple and efficient Search Engine; Warning: This is V1 and beta version, because of big memory consume, and the V2 will be rewrite all code.
Stars: ✭ 6,025 (+15348.72%)
Mutual labels:  riot
Pinetime Apps
Firmware for the PineTime based on RIOT, NimBLE and LittleVGL
Stars: ✭ 68 (+74.36%)
Mutual labels:  riot
Riot Api Java
Riot Games API Java Library
Stars: ✭ 184 (+371.79%)
Mutual labels:  riot
valorant-api
A NodeJs wrapper for the Riot VALORANT API
Stars: ✭ 51 (+30.77%)
Mutual labels:  riot

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 use RIOT as a submodule. To initialize the submodule, from the root of the repository run:

git submodule update --init --recursive

If you want to use master then simply step into the submodule and checkout master or any other desired branch.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].