You are on page 1of 1

open-zb protocol stack implementation for TinyOS v2.

0 BETA vERSION
How to install?
The tos2 tree is replicated in the hurray2x subfolder, place it the the tinyos-2
.x-contrib folder to use.
The implementation code is located under /tos/ieee802154 and the modified hardwa
re files in the /tos/cc2420/ieee802154
The example applications, simmilarly with the TOS1 version of open-zb are locate
d under /apps
Note that the current implementation status was only tested for the TelosB Platf
orm.
Before compiling the applications setup the following paths in Cygwin:
The following commands ilutrate an example of the paths setup (It is possible to
set them as a script in order to enable several tos version under the same inst
alation)
export TOSROOT='/opt/tinyos-2.x-contrib/hurray2x'
export TOSDIR='/opt/tinyos-2.x-contrib/hurray2x/tos'
export CLASSPATH="/cygdrive/c/tinyos/jdk1.4.1_02/j2sdk1.4.1_02/bin;C:\tinyos\cyg
win\opt\tinyos-2.x\support\sdk\java;C:\tinyos\cygwin\opt\tinyos-2.x\support\sdk\
java\tinyos.jar;$CLASSPATH;."
export MAKERULES='/opt/tinyos-2.x-contrib/hurray2x/support/make/Makerules'
export PATH="/opt/msp430/bin:$PATH"

You might also like