Downloads

Currently we only have an alpha release for TinyOS available.

TinyOS (Cross platform) Download:

Download Now

Installation Instructions

TinyOS Installation Instructions

To install UnStackedC download the tarball from here.

Then the tarball must be extracted directly over the existing TinyOS installation. Only one file ($TOSROOT/support/make/msp/msp.rules) which you may want to backup prior to installation.

The command to install this package is


          cd $TOSROOT

          tar -xvzf /path/to/TinyOS-UnStackedC-Version-0.1.tar.gz
        

Once the installation is successful, then feel free to use unstacked C in any of the demo applications in $TOSROOT/apps/tosthreads/apps.

Usage Instructions

UnStacked C installs along side your existing TOSThreads installation. So once installed, one can compile using regular tosthreads in this manor:

make telosb threads

To compile a given application with UnStacked C:

make telosb unstackedc

So the results can easily be compared.

If you have any problems check the FAQ.

PC Installation Instructions

Coming Soon

Embedded Development Instructions

Coming Soon

Sponsored by Thing Done LLC