Skip to content

tinyos/nesc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

杨 明航(Minghang Yang)cire831
杨 明航(Minghang Yang)
and
Sep 28, 2018
ce8484f · Sep 28, 2018
Jan 23, 2008
Jun 18, 2013
Jun 17, 2008
Jun 11, 2018
Jun 17, 2008
Jul 10, 2012
Jun 11, 2018
Jun 11, 2018
Jun 25, 2002
Sep 28, 2018
May 6, 2013
Jul 15, 2012
Jun 8, 2014
Jun 8, 2014
Jun 11, 2018
Jul 3, 2002
May 11, 2013
May 11, 2013
May 11, 2013
May 11, 2013
May 11, 2013
Jun 11, 2018

Repository files navigation

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:

  • automake
  • autoconf (2.64 or 2.69 or later. 2.67 and 2.68 are known not to work.)
  • emacs (not version 24.3)
  • gperf
  • bison
  • flex

Install

./Bootstrap
./configure
make
make install

Usage

Please reference man nescc.