- Sat 23 March 2019
- Paper Review
- Joseph Anthony C. Hermocilla
This paper [DUNKELS2005] describes the design and implementation of Contiki. The paper describes the characteristics of sensor networks and its special requirements. These special requirements were considered in Contiki's design. For example, nodes in sensor networks are tiny and limited in processing power and memory. Thus, Contiki should be able to run on these devices. Contiki is an event-driven operating system which means that it responds when an event happens. The main components of Contiki are the kernel, libraries, program loader, and a set of processes.
[DUNKELS2005] |
|