Download

The code is available in two forms:

  1. A tar gz archive (tarball)
  2. The TinyOS-contrib SourceForge CVS repository:

Regardless of how you download the code the port is located under diku/mcs51 and diku/sensinode for the Sensinode Nano platform.

1. Download archive

Download TinyOS8051wg-0.1pre3.tgz
And unpack:


   cd /opt
   tar zxfv ~TinyOS8051wg-0.1pre3.tgz

2. CVS repository

Our CVS repository is part of the contribution section of TinyOS. You can browse the code online here. To retrieve a copy of the repository (check out) without a SourceForge account you need a CVS client and go through the process described here here.

Check out the repository tinyos-2.x-contrib


 cvs -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos login
 cvs -z3 -d:pserver:anonymous@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P tinyos-2.x-contrib

Submitted by leopold on Mon, 08/13/2007 - 16:08.