Contiki OS

From DiLab
Revision as of 19:22, 21 December 2015 by Leo (talk | contribs) (New page: Contiki OS is an operating system for embedded systems. Webpage: http://www.contiki-os.org/ Sources on Github: https://github.com/contiki-os/contiki = Installation on Ubuntu = (not the ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Contiki OS is an operating system for embedded systems.

Webpage: http://www.contiki-os.org/

Sources on Github: https://github.com/contiki-os/contiki

Installation on Ubuntu

(not the instant Coontiki in VM)

sudo apt-get install openjdk-7-jdk ant 

Getting the sources:

git clone https://github.com/contiki-os/contiki
git submodule update --init