Changes between Version 5 and Version 6 of node-tinyos


Ignore:
Timestamp:
Sep 20, 2010, 1:02:07 PM (14 years ago)
Author:
fornasiero
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • node-tinyos

    v5 v6  
    5353{{{
    5454sudo apt-get install sun-java6-jdk
     55
     56# setting sun-java as default java provider
     57sudo update-alternatives --set java /usr/lib/jvm/java-6-sun/jre/bin/java
     58sudo update-alternatives --set javac /usr/lib/jvm/java-6-sun/bin/javac
     59sudo update-alternatives --set javac /usr/lib/jvm/java-6-sun/bin/java
     60#
     61sudo tos-install-jni
    5562}}}
    5663
    57 Finally you can issue the following command to check if your environment setup is correct:
     64
     65=== Install SENSEI mote software ===
     66Than you can checkout the native-island folder on the svn repository:
     67svn checkout https://telecom.dei.unipd.it/tlcrepos/castellani/iot/net
     68
    5869{{{
    59 tos-check-env
     70$ svn --username [username]  co https://svn-batch.grid.pub.ro/svn/Sensei-WP5/
     71
     72[The above command if ask for some security certificate exchange; Accept it [yes]]
     73[otherwise it prompt for the password for svn access]
     74Enter your password.
    6075}}}
    6176
    62 === Install mote's software ===
    63 Than you can checkout the native-island folder on the svn repository:
    64 svn checkout https://telecom.dei.unipd.it/tlcrepos/castellani/iot/tos
    6577
     78==== Compile SENSEI gateway ====
     79{{{
     80# move to gateway folder
     81$cd gateway/
     82$sudo apt-get install g++ libssl-dev libxml2-dev
     83
     84# Install socket++ library
     85$ cd gateway/lib/Socket-2.3.7
     86gateway/lib/Sockets-2.3.7$ make clean
     87gateway/lib/Sockets-2.3.7$ make
     88gateway/lib/Sockets-2.3.7$ sudo make install
     89}}}
     90
     91
     92==== Compile SENSEI tinyOS-node ====
    6693To compile and install the executable you've to move to
    6794
     
    6996make install.NODE_ADDRESS bsl,NODE_USB_DEVICE
    7097
    71 TODO:
    72 
    73 inserire informazioni su installazione e setup del gateway?
    74 serialtun etc?
    75 
    76 
    77 === INSTALLAZIONE GATEWAY ===
    78 
    79 
    8098== Usage: ==
    8199