Installation - named-data-iot/ndn-riot GitHub Wiki
You can follow the steps below to install NDN-RIOT:
Create an 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 based on the template in the ndn-riot-examples directory:
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)
For a quick tutorial on running a basic simulation, please visit the basic simulation page: https://github.com/peurpdapeurp/test-wiki-repo/wiki/Running-a-Basic-Simulation