Application programming for the Tinyos-Environment can be a cumbersome task, especially if you're coming from the java-world and thus are used to an integrated development environment that ships with a special editor, help, debugging facilities and enhanced search functionality.
This plugin aims to provide a useful set of functions to help programming in nesC. Most of the functions (outline, quickfix, etc) are based on a generated abstract syntax tree (AST) of the file currently being edited. The grammar used for parsing builds upon the nesC 1.1 language specification with minor modifications.
At the moment, this plugin provides many features of current IDEs, such as:
The plugin is divided into two major components:
Know click for more information.
http://www.dcg.ethz.ch/~rschuler/index.htm
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: TinyOS Plugin for Eclipse
Post your Comment