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). 

Install
-------

Please reference INSTALL.

Usage
-----

Please reference `man nescc`.

