Skip to content
Harald edited this page Jan 10, 2019 · 4 revisions

Ardu-Contiki is an arduino like operating system for resource-constrained devices in the Internet of Things. Ardu-Contiki contains an RFC-compliant, low-power IPv6 communication stack, enabling Internet connectivity. The system runs on a variety of platforms based on energy-efficient architectures such as the Atmel and ARM Cortex-M3/M4 and the Texas Instruments MSP430. The code footprint is on the order of a 100 kB, and the memory usage can be configured to be as low as 10 kB. The source code is available as open source with a 3-clause BSD license.The Parts of Arduino Implemetation are under the LGPL-License.

Online presence:

Documentation

Setting up Ardu-Contiki

Programming Ardu-Contiki

  • Repository structure

Tutorials

  • Hello, World!

Examples

Organization, etc.

  • Contributing