Changes between Version 2 and Version 3 of node-tinyos


Ignore:
Timestamp:
Sep 20, 2010, 12:24:59 PM (14 years ago)
Author:
fornasiero
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-tinyos

    v2 v3  
    2828
    2929than you have to checkout a working copy of tinyos from the project repository:
     30
     31sudo apt-get install subversion
     32
    3033svn checkout http://non ne ho idea destination_folder
    3134
     35svn checkout https://telecom.dei.unipd.it/tlcrepos/castellani/iot/tos
     36
     37
    3238Set up your .bashrc variables to enable tinyos compilation toolchain:
     39In this example tos is installed in $HOME/tos
    3340
     41export TOSROOT=$HOME/tos
     42export TOSDIR=$TOSROOT/tos
     43export CLASSPATH=$TOSROOT/support/sdk/java/tinyos.jar:$TOSROOT/support/sdk/java/
     44export MAKERULES=$TOSROOT/support/make/Makerules
     45export PATH=$PATH:/opt/msp430/bin
    3446
    3547