Contiki implementation of a slightly modified version of the AODV routing protocol.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The program requires Contiki 2.7 with the Cooja simulator to be installed.
Clone the repository to a folder of your choice.
In the Makefile modify the paht to Contiki main folder
CONTIKI = /path/to/contiki/
Run the cooja simulatio, load AODV_Simulation.csc and start the simulation
This project was developed as a class project for the course Internet of Things held by professor Cesana at Politecnico di Milano