Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 480 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 480 Bytes

Example applications for NDN-RIOT

Getting started

To build applications, create environment using the following commands:

mkdir riot
cd riot
git clone https://github.com/named-data-iot/RIOT
git clone https://github.com/named-data-iot/ndn-riot
git clone https://github.com/named-data-iot/ndn-riot-examples

Afterwards, to build one of the available applications:

cd ndn-riot-examples/<APP>
make <FLAGS_REQUIRED>