Bugfix: energy consumption for retransmissions was miscounted
[contiki-2.x/lpc17xxx.git] / README
blob75e0d835c1ea8624637e96a96779634facf03752
1 The Contiki Operating System
3 Contiki is an open source, highly portable, multi-tasking operating
4 system for memory-constrained networked embedded systems written by
5 Adam Dunkels at the Networked Embedded Systems group at the Swedish
6 Institute of Computer Science.
8 Contiki is designed for embedded systems with small amounts of
9 memory. A typical Contiki configuration is 2 kilobytes of RAM and 40
10 kilobytes of ROM. Contiki consists of an event-driven kernel on top of
11 which application programs are dynamically loaded and unloaded at
12 runtime. Contiki processes use light-weight protothreads that provide
13 a linear, thread-like programming style on top of the event-driven
14 kernel. Contiki also supports per-process optional preemptive
15 multi-threading, interprocess communication using message passing
16 through events, as well as an optional GUI subsystem with either
17 direct graphic support for locally connected terminals or networked
18 virtual display with VNC or over Telnet.
20 Contiki contains two communication stacks: uIP and Rime. uIP is a
21 small RFC-compliant TCP/IP stack that makes it possible for Contiki to
22 communicate over the Internet. Rime is a lightweight communication
23 stack designed for low-power radios. Rime provides a wide range of
24 communication primitives, from best-effort local area broadcast, to
25 reliable multi-hop bulk data flooding.
27 Contiki runs on a variety of platform ranging from embedded
28 microcontrollers such as the MSP430 and the AVR to old
29 homecomputers. Code footprint is on the order of kilobytes and memory
30 usage can be configured to be as low as tens of bytes.
32 Contiki is written in the C programming language and is freely
33 available as open source under a BSD-style license. More information
34 about Contiki can be found at the Contiki home page:
36 http://www.sics.se/contiki/