Hi everybody, I'm ussing tinyos-2.1.1 in a ubuntu VMware and I wanna use the hurray, the readme is: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 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 hardware files in the /tos/cc2420/ieee802154 The example applications, simmilarly with the TOS1 version of open-zb are located under /apps Note that the current implementation status was only tested for the TelosB Platform. 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 instalation) 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\cygwin\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" --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- I can't find the tinyos-2.x-contrib folder. I don't know if I have to create the folder and to copy the hurray archive or download from anywhere. Thanks Juan
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
