nesC

NESC is an extension of the C programming language, which was created specifically for TinyOS.

Used is a component-based approach. Components are function-oriented building blocks from the spirit they correspond to finite automata. That is, they have states, state transitions and can perform actions.

Within NESC components communicate through interfaces ( interfaces) with each other. Interfaces make it possible to use components other components, functions to trigger corresponding to the analogy of the finite-state machine, the state transitions. Interfaces specify events (events ) and / or commands ( commands ).

598106
de