forked from contiki-os/contiki
-
Notifications
You must be signed in to change notification settings - Fork 11
Home
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:
- GitHub repository: https://github.com/osdomotics/osd-contiki
- Web site: OSD-Contiki
- Repository structure
- Hello, World!
- Contributing