Saturday, April 7, 2012

TinyOS is an open source, BSD-licensed operating system designed for low-power wireless devices, such as those used in sensor networks, ubiquitous computing, personal area networks, smart buildings, and smart meters.

Installation procedure on UBUNTU

Remove any old tinyos repository from /etc/apt/sources.list and add the following: A common pool supports all Ubuntu distributions which are defined through karmic.
 
deb http://hinrg.cs.jhu.edu/tinyos karmic main
 

Update your repository cache:  
     
 sudo apt-get update

Run the following to install the latest release of tinyos and all its supported tools: 
sudo apt-get install tinyos-2.1.1
 

 
 



1 comment:

  1. if u have an installation problem on TinyOS 2.1.1 on Ubuntu and usage of TOSSIM , drop ur question here.

    ReplyDelete