Contiki-Cooja-Intro-01
Hands-on experience for Contiki-Cooja simulation. Simulate broadcast in Cooja by using rime stack.
Descriptions
It is my assignment for EIT digital coursera course - Embedded Hardware and Operating Systems A random node broadcasts to all nodes when both an etimer event and a button sensor event are triggered. Tips: reuse and modify an example code in example-broadcast.c file. The file example-trickle.c can be used as a reference for using buttons.
Prerequisites
- VirtualBox
- Instant Contiki
Run Simulation
Clone this repo
- create custom folder under "user@instant-contiki:~/contiki" $mkdir my-app
- $cd my-app
- $git clone https://github.com/supersubwoofer/contiki-cooja-intro-01
- $cd contiki-cooja-intro-01