Executing Contiki Cooja Simulator for IoT Projects
Share
Tutorial to Run Contiki Cooja Simulations
Description: Cooja is a highly useful tool for Contiki development. It allows developers to test their code and systems log before running it on the target hardware Developers regularly set up new simulations to debug their software to verify the behavior of their systems.
Steps:
The simple way of running Cooja is executing it inside its directory
• In the terminal, go to the path Contiki/tools/cooja
This folder has the Cooja Simulator source code. You can run Cooja inside this directory.
• Then give command ant run
When you execute Cooja the following window pops up.