...Steps for Installation of TinyOS 2.1.1 over Ubuntu Installing Ubuntu 1. 2. 3. 4. Go to Ubuntu.com Select Get Ubuntu Now Select Run it with Windows Click Start Download. The file you will download is called wubi.exe (also uploaded on course schedule) 5. Install Ubunutu by running the wubi.exe file Installing TinyOS 2.1.1 1. Open Dash home on the top left corner of the desktop screen 2. Search for Terminal and Open a Terminal (i.e., console) 3. Type the following line: $ sudo gedit /etc/apt/sources.list 4. In the file sources.list that would be opened add the following lines at the end of the file and save and close the file afterwards : #tinyos deb http://hinrg.cs.jhu.edu/tinyos oneiric main 5. Back in the terminal (i.e., console) type the following lines: $ sudo apt-get update $ sudo apt-get install tinyos-2.1.1 6. After installation is complete, in the terminal (i.e., console) type the following line: $ gedit ~/.bashrc 7. In the file .bashrc that would be opened add the following lines at the end of the file and save and close the file afterwards : export TOSROOT=/opt/tinyos-2.1.1 export TOSDIR=$TOSROOT/tos export CLASSPATH=$TOSROOT/support/sdk/java/tinyos.jar:.:$CLASSPATH export MAKERULES=$TOSROOT/support/make/Makerules export PATH=/opt/msp430/bin:$PATH #Sourcing the tinyos environment variable setup script source /opt/tinyos-2.1.1/tinyos.sh 8. Type exit in the terminal (i.e., console) to close it 9. Open a new terminal, if everything went well you should see a message on top...
Words: 519 - Pages: 3
...WIRELESS SENSOR NETWORK COVERAGE: DEMONSTARTING POWER SAVINGS AND LIMITATIONS WITH MINIMIZED COVERAGE BY SIDNEY I. RUBEY A thesis submitted to the Graduate faculty of the University of Colorado at Colorado Springs in partial fulfillment of the requirements for the degree of Master of Science Department of Computer Science 2011 This thesis for Master of Science degree by Sidney I. Rubey has been approved for the Department of Computer Science by ------------------------------------------------------------------------ Dr. C. Edward Chow, Chair ------------------------------------------------------------------------ Dr. Terrance E. Boult ------------------------------------------------------------------------ Dr. Xiaobo Zhou ----------------------------------------- Date Abstract This paper explores the competing issues of coverage efficiency and power available in wireless sensor networks. Specifically, a shortest distance routing protocol is implemented, and total network system lifetimes are determined using a variety of small percentages of the available system nodes. Using a network simulator developed in Java, wireless sensor nodes are simulated, and power consumption algorithms are included in each node that take into consideration all aspects of power consumption in the operation of the node. Simulating different coverage schemes on the same network system, same initial power sources, and routing protocol, an increase of overall system lifetime of 900% is demonstrated...
Words: 15836 - Pages: 64