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
Afterwards, you can create RIOT-OS applications using the module, e.g., based on the template in ndn-riot-examples repository:
git clone https://github.com/named-data-iot/ndn-riot-examples
cd ndn-riot-examples
cp -r ndn-template <YOUR-APP>
cd <YOUR-APP>
... add necessary files ...
make <FLAGS_REQUIRED>