Introduction
NesCT is a programming language translator that uses NesC programming language as an input and produces C++ classes for OMNeT++. The primary aim is to provide a new simulation environment and speed up development. Check OMNeT++ website for features.
If you have never heard of NesCT, check out the
wiki
pages and come back to this site. Wiki pages answer most of the
starter questions. Still, if your questions are not answered, use the
forum
or
subscribe to the OMNeT++ maillist for support.

News
30-09-06 Bug fixes, MAC OS/X port and new applications
new application: TinyECC (Tiny Ecliptic Curve Cryptography)
new application: SeMA
new application: Straw (Scalable Thin and Rapid Amassment Without loss)
fixed arrayed parameter handling for functions.
nesct now treats configuration files without case sensitivity. you do
not need to be picky about the cases anymore.
better macro preprocessing of components
replaced callback library for portability reasons.
fixed a timer bug, a repetitive timer would not stop if you called
timer.stop in fired function.
NesCT runs on MAC OS/X now, thanks to Anna for help and patience.
fixed an initialization problem with MintRoute (WMEWMA) component.
fixed initialization problem with ByteEEPROM,ByteEEPROMAllocate and
PageEEPROMShare components.