Contiki
An Internet of Everything Startup Spotlight: John Funge, Co-Founder & CEO, BrightContext
The Official Contiki OS Blog
BrightContext - Real-Time Big Data Stream Processing & Analytics
8051 Install and Use ยท adamdunkels/contiki-fork Wiki
The official contiki git repository contains all the platform, cpu and example files needed by the 8051-based ports. Unfortunately, due to the issues described in the Understanding 8051 Memory Spaces guide, the vanilla contiki code will not work very well on devices. It will suffer by frequent stack overflow / reset cycles. In order to get devices to behave, we need a set of patches to the contiki core. Those patches all aim at reducing stack depth during execution. Contiki git Repositories All the contiki core patching is maintained as a separate git branch. Thus, we have two branches: master: Contains the contiki code, platform, cpu and example filescc-ports: Contains core patches Branch master is hosted on the official contiki repo. Branch cc-ports is hosted externally, on a separate github repo (contiki-sensinode). Download You have two options: Get master from the official repo, add contiki-sensinode as a second remote and get cc-ports from there. Get everything from contiki-sensinode
Related:
Related: