Learning about Cooja

Main features of Cooja:

Preparing environment

In our case you should be able to run Cooja without any need to install additional packages.

Try:

$ cd tools/cooja
$ ant run

Cooja should start in a while.

In case of any problems, consult An Introduction to Cooja.

Node IDs and RIME addresses

Each mote in Cooja has its Node ID (1, 2, …). A mote’s RIME address corresponds its Node ID: <ID mod 256>.<ID div 256>, i.e.: 1.0, 2.0, …, 255.0, 0.1, 1.1, …