tgtakaoka / nesc

Master nesc repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Master nesc repository

License:GNU General Public License v2.0


Languages

Language:C 73.5%Language:Java 8.9%Language:nesC 3.7%Language:M4 2.5%Language:Perl 2.4%Language:C++ 2.3%Language:Yacc 1.9%Language:Makefile 1.7%Language:Emacs Lisp 1.0%Language:Common Lisp 0.7%Language:Shell 0.5%Language:Roff 0.3%Language:Scheme 0.2%Language:DIGITAL Command Language 0.1%Language:Perl 6 0.1%Language:Lex 0.1%Language:Objective-C 0.0%Language:Scilab 0.0%Language:GDB 0.0%Language:Vim Script 0.0%