Skip to content
Harald edited this page Mar 2, 2018 · 23 revisions

OSD-Contiki is an arduino like operating system for resource-constrained devices in the Internet of Things. OSD-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 OSD-Contiki

Programming OSD-Contiki

  • Repository structure

Tutorials

  • Hello, World!

Organization, etc.

  • Contributing