Set up the data plane
The data plane adopts the Contiki-NG operating system, but we have modified it to support new functionalities.
Installation instructions
You first need to clone the Contiki-NG-SDWSN repository.
$ git clone https://github.com/fdojurado/contiki-ng
The same installation instructions of Contiki-NG apply here. Information on supported platforms, networking modules, storage systems, tutorials, etc. can be found on the Contiki-NG website.
Cooja simulation
We currently support native simulation on the host or Docker. Installation instructions to run it on Docker can be found in here. Remember to create an alias for your Contiki-NG (e.g. contiker).
Real-world deployment
You just need to compile your code and upload your firmware to your device.