-
Notifications
You must be signed in to change notification settings - Fork 8
Installation
peurpdapeurp edited this page May 14, 2018
·
1 revision
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