tinyos / nesc

Master nesc repository
GNU General Public License v2.0
100 stars 53 forks source link

nesC

nesC (pronounced "NES-see") is an extension to the C programming language designed to embody the structuring concepts and execution model of TinyOS. TinyOS is an event-driven operating system designed for sensor network nodes that have very limited resources (e.g., 8K bytes of program memory, 512 bytes of RAM).

Requirements

To build nesC from source requires the following packages:

Install

./Bootstrap
./configure
make
make install

Usage

Please reference man nescc.