-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Welcome to the quanto-contrib wiki!
This project hosts the latest developments in Quanto, an energy tracking framework for TinyOS.
We migrate the developments here to the tinyos quanto contrib directory periodically.
This project is called shadow tree because of the approach it uses to integrate with TinyOS. Quanto changes a number of core files in TinyOS (such as the scheduler and interrupt handlers). In this version, instead of overwriting these files, we simply include them first when compiling, by using the include directives in the quanto.extra makerules.
The master branch here is currently considered quanto v1.5.
There is also an unstable development branch, noContext-refactor where we are removing all references to the term ‘Context’ and replacing with the term ‘Activity’. We are also reorganizing the files in some directories to make it easier to integrate it with TinyOS. This branch will be the base for a merge with the TinyOS tree.