nesC, aka network embedded systems C, is an open source programming language created in 2002.
#653on PLDB | 22Years Old | 2kRepos |
git clone https://github.com/tinyos/nesc
nesC (pronounced "NES-see") is a component-based, event-driven programming language used to build applications for the TinyOS platform. TinyOS is an operating environment designed to run on embedded devices used in distributed wireless sensor networks. nesC is built as an extension to the C programming language with components "wired" together to run applications on TinyOS. Read more on Wikipedia...