<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-838456799792423236</id><updated>2011-12-12T17:01:51.976-08:00</updated><title type='text'>TinyOS 1.x Easy Installation in Windows XP</title><subtitle type='html'>Hassle free installation</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://tinyos-easy-install.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/838456799792423236/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://tinyos-easy-install.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>kumar vikramjeet</name><uri>https://profiles.google.com/103931937755667413382</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-wDPJ5F_9N-A/AAAAAAAAAAI/AAAAAAAAAAA/NVxcDewUckY/s512-c/photo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-838456799792423236.post-2347978261882273439</id><published>2010-03-31T03:12:00.000-07:00</published><updated>2010-11-25T03:00:10.389-08:00</updated><title type='text'>Easy  installation instruction for TinyOS 1.x</title><content type='html'>I'm not an expert in &lt;a href="http://www.tinyos.net/"&gt;TinyOS&lt;/a&gt; so search in &lt;a href="http://google.com/"&gt;google&lt;/a&gt; for indepth questions regarding tinyOS &amp;amp; hardware involved. I'm covering only the installation process here.&lt;br /&gt;Installing TinyOS was cumbersome &amp;amp; frustrating experience for me. It took me more than one month to get it working stage. I tried to install it in 4-5 OSs many times including &lt;a href="http://toilers.mines.edu/Public/XubunTOS"&gt;Xubuntos&lt;/a&gt;, &lt;a href="http://www.ubuntu.com/"&gt;Ubuntu&lt;/a&gt;, RedHat, Windows XP etc. No proper document covering all aspect of installation is available for it. I have gone through 'n' number of documents for installing it in different OS but of no help. I was running out of time allotted for my project which further added to my frustration. All those times I was trying to install it in tinyOS 2.x. So next I gave&amp;nbsp; tinyOS 1.x a try. Some steps were missing in all documents concerning tinyOS which I realised while going through TinyOS help pages archive. At last I installed tinyos-1.x in Windows XP inside &lt;a href="http://vmware.com/"&gt;VMware&lt;/a&gt; &amp;amp; Windows 7 as my host OS. Of course any &lt;a href="http://vmware.com/"&gt;VMware&lt;/a&gt; supporting OS can be the host OS like linux distributions. As there was no proper documents available for it, I decided to write a blog to save others from such a frustrating experience. &lt;br /&gt;&lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I recommend using &lt;a href="http://vmware.com/"&gt;VMware&lt;/a&gt; &amp;amp; install Windows XP inside it because of safety measures. And don't forget to take snapshots in VMware, after installing XP &amp;amp; in different stages of your progress of installing tinyOS. So that, in case you messed up while installing tinyOS, you can revert back the changes to the previous snapshot.&lt;br /&gt;&lt;br /&gt;Follow these instructions pertaining to installing tinyos 1.x in Windows XP&lt;br /&gt;1&amp;gt; Go here &amp;amp; follow the steps for installing tinyos 1.x in Windows XP -&amp;gt; &lt;a href="http://webs.cs.berkeley.edu/tos/tinyos-1.x/doc/install.html"&gt;http://webs.cs.berkeley.edu/tos/tinyos-1.x/doc/install.html&lt;/a&gt;&lt;br /&gt;Some precautions you must follow while going through the steps. &lt;br /&gt;a&amp;gt; Java 1.4 JDK is too outdated. I have scratched my head for many hours while finding this version. Java 1.5 jdk will not work, I have checked it &amp;amp; I don't think any other version will work other than 1.4. So the direct link where you should go is &lt;a href="http://java.sun.com/products/archive/"&gt;http://java.sun.com/products/archive/&lt;/a&gt; &amp;amp; then look for [J2SDK/J2RE - 1.4], scroll down for 1.4.2 (initial). After that follow the instructions for choosing OS (windows) &amp;amp; installer (SDK). The file name is j2sdk-1_4_2-windows-i586.exe &amp;amp; its about 42.75MB.&amp;nbsp; &lt;br /&gt;b&amp;gt; Javax.comm is also hard to find in sun site. So I gave google a try &amp;amp; I found the link here -&amp;gt;&lt;a href="http://llk.media.mit.edu/projects/picdev/software/javaxcomm.zip"&gt;http://llk.media.mit.edu/projects/picdev/software/javaxcomm.zip&lt;/a&gt; . Download it &amp;amp; after that follow the instructions as they are in the site.&lt;br /&gt;&lt;br /&gt;2&amp;gt; When you are finished with all instruction on installing tinyOS 1.x in Windows XP, now you have to set the environment variables which is the most important step to bring it in working stage.&lt;br /&gt;&amp;nbsp;They are TOSROOT, TOSDIR, CLASSPATH, PATH &amp;amp; MAKERULES.&lt;br /&gt;You can check the value of any variable by command "echo $TOSROOT" similarly for others(without quotes).&lt;br /&gt;Commands for setting various variables --&amp;gt;&lt;br /&gt;&amp;gt;export TOSROOT="/opt/tinyos-1.x/"&lt;br /&gt;&amp;gt;export TOSDIR="$TOSROOT/tos"&lt;br /&gt;&amp;gt;export CLASSPATH=`cygpath -w $TOSROOT/tools/java`&lt;br /&gt;&amp;gt;export CLASSPATH="$CLASSPATH;."&lt;br /&gt;&amp;gt;export PATH="/cygdrive/c/j2sdk1.4.2/bin:/usr/local/bin:$PATH"&lt;br /&gt;&lt;br /&gt;One thing, I have noticed that some variables value gets omitted after restarting the terminal. So, I appended&amp;nbsp; the file [C:\Program Files\cygwin\etc\profile] at the end, instead of executing the command like above. &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;# make sure we start in home&lt;br /&gt;cd "$HOME"&lt;br /&gt;export PATH="/opt/tinyos-1.x/tools/java/net/tinyos/sim/:$PATH"&lt;br /&gt;export DBG=usr1&lt;br /&gt;export MAKERULES=`cygpath -w $TOSROOT/tools/make/Makerules`&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;/blockquote&gt;As you have installed java 1.4 jdk, a folder named j2sdk1.4.2 must be created in C: drive. One thing that I didn't found in any installation instruction was setting PATH environment variable in a proper way. I made it work by performing trial &amp;amp; error method &amp;amp; going through help archives. All paths in my PATH variable are ( paths separated by ':' )&amp;nbsp; &lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;&lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 34px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 500px;"&gt;/opt/tinyos-1.x/tools/java/net/tinyos/sim/:/cygdrive/c/j2sdk1.4.2/bin:/usr/local/bin:/usr/bin:/bin:/cygdrive/c/WINDOWS/system32:/cygdrive/c/WINDOWS:/cygdrive/c/WINDOWS/System32/Wbem:/cygdrive/c/Program\ Files/ATT/Graphviz/bin:/cygdrive/c/Program\ Files/ATT/Graphviz/bin/tools&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;/opt/tinyos-1.x/tools/java/net/tinyos/sim/ --&amp;gt; for tinyviz, so that I can execute "tinyviz" command from any directory&lt;br /&gt;/cygdrive/c/j2sdk1.4.2/bin --&amp;gt; for java integration&lt;br /&gt;/usr/local/bin:/usr/bin:/bin --&amp;gt; to make sure I didn't miss any bin directory (all important executables) :-)&lt;br /&gt;Rest of the paths are included by default or include it otherwise if it's not there.&lt;br /&gt;&lt;br /&gt;Mind you,&amp;nbsp; your&amp;nbsp;&amp;nbsp; CLASSPATH variable must contain these paths.&lt;br /&gt;&amp;gt;Echo $CLASSPATH must return&lt;br /&gt;&lt;div style="margin: 5px 20px 20px;"&gt;&lt;div class="smallfont" style="margin-bottom: 2px;"&gt;Code:&lt;/div&gt;&lt;pre class="alt2" dir="ltr" style="border: 1px inset; height: 34px; margin: 0px; overflow: auto; padding: 6px; text-align: left; width: 500px;"&gt;.;C:\Program/ Files\cygwin\opt\tinyos-1.x\tools\java;C:\Program/ Files\cygwin\opt\tinyos-1.x\tools\java\jars\oalnf.jar;C:\Program/ Files\cygwin\opt\tinyos-1.x\tools\java\jars\pxgraphapplet.jar&lt;br /&gt;&lt;/pre&gt;&lt;/div&gt;If any path is missing, add it using the commands, I wrote above.&lt;br /&gt;Note that PATH values are separated by ':' , whereas CLASSPATH values are separated by ';'. This is because, we are using cygwin type path in PATH &amp;amp; windows type path in CLASSPATH.&lt;br /&gt;&amp;gt;export CLASSPATH=`cygpath -w $TOSROOT/tools/java` In this command "cygpath -w" is used to convert cygwin type of path into windows style.&lt;br /&gt;&lt;br /&gt;Ok now, execute the command "toscheck". if you have done above steps carefully, It should complete without any error. If there is any error, read the error &amp;amp; try to make out what went wrong. Error will be detected if you have installed jdk 1.5. &lt;br /&gt;After you gained a no error status, go here&amp;nbsp; /opt/tinyos-1.x/tools/java/net/tinyos/sim/ (cd /opt/tinyos-1.x/tools/java/net/tinyos/sim/) &amp;amp; execute "make" command. If there is no error then you have successfully compiled &amp;amp; configured tinyviz &amp;amp; successfully installed tinyOS.&lt;br /&gt;&lt;br /&gt;Now goto /opt/tinyos-1.x/apps/ (&amp;gt;cd /opt/tinyos-1.x/apps/).&lt;br /&gt;There are many folders comprising different programs in there. They are inbuilt in TinyOS to give you an understanding of tinyOS. Now, we have to test our installation. Go to TestTinyViz folder(&amp;gt;cd /opt/tinyos-1.x/apps/TestTinyViz) &amp;amp; execute the command "make pc" for compilation (only dealing with TOSSIM simulator here). After successful compilation, execute command "./build/pc/main.exe -gui 3" &lt;br /&gt;build/pc/main.exe --&amp;gt; location of executable created.&lt;br /&gt;-gui --&amp;gt; for graphical interpretation using tinyviz.&lt;br /&gt;3 --&amp;gt; any no. (no.&amp;nbsp; of nodes in simulation). &lt;br /&gt;After that open another terminal &amp;amp; execute the command "tinyviz" to see the simulation in tinyviz. You will see nodes communicating with each other in Tinyviz GUI. In my case , at&amp;nbsp; the first time launch of tinyviz, it closed automatically without showing anything. But after sometimes of repeated execution of same commads, it started working, I don't know what the problem was. I searched it in google &amp;amp; many people seemed to had same problem at the beginning. May be you need to restart, I don't know.&lt;br /&gt;&lt;br /&gt;It might be possible that something might have slipped off my mind because I have installed it 4 months before writing this blog. But its very unlikely because I did it many times.&amp;nbsp;&amp;nbsp; &lt;br /&gt;I think, you can install tinyos-2.x in similar fashion, let me know, if it works.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Read this &lt;a href="http://www.eecs.berkeley.edu/%7Epal/pubs/nido.pdf"&gt;pdf file&lt;/a&gt; for detailed explanation of TOSSIM commands. Here's another &lt;a href="http://csl.stanford.edu/%7Epal/pubs/tinyos-programming.pdf"&gt;pdf for tinyOS-programming&lt;/a&gt; concepts. Plenty of material is available online on the subject, so search in google &amp;amp; subscribe to &lt;a href="https://www.millennium.berkeley.edu/mailman/listinfo/tinyos-help"&gt;tinyOS-help mailing list&lt;/a&gt; for asking genuine problems to the community.&amp;nbsp; &amp;nbsp; &lt;br /&gt;&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" height="200" width="320"&gt; &lt;param name="movie" value="http://www.britepic.com/britepic.swf"&gt;&lt;param name="FlashVars" value="id=1579624&amp;src=http://i962.photobucket.com/albums/ae103/vik01ind/blog%20pics/tinyosinstalled.jpg&amp;keywords=wireless,%20sensor,%20network&amp;show_ads=1&amp;show_menu=1&amp;href=http://i962.photobucket.com/albums/ae103/vik01ind/blog%20pics/tinyosinstalled.jpg&amp;caption=tinyosinstalled&amp;width=320&amp;height=200&amp;" &gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://www.britepic.com/britepic.swf" flashvars="id=1579624&amp;src=http://i962.photobucket.com/albums/ae103/vik01ind/blog%20pics/tinyosinstalled.jpg&amp;keywords=wireless,%20sensor,%20network&amp;show_ads=1&amp;show_menu=1&amp;href=http://i962.photobucket.com/albums/ae103/vik01ind/blog%20pics/tinyosinstalled.jpg&amp;caption=tinyosinstalled&amp;width=320&amp;height=200&amp;" allowscriptaccess="always" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" type="application/x-shockwave-flash" width="320" height="200"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;This is the snapshot of tinyviz after successful installation.&lt;br /&gt;&lt;br /&gt;I have worked in simulation of WSN using TOSSIM implementing Key Exchange Algorithm between nodes. Here are the snapshots.&lt;br /&gt;&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" height="125" width="200"&gt; &lt;param name="movie" value="http://www.britepic.com/britepic.swf"&gt;&lt;param name="FlashVars" value="id=1579624&amp;src=http://i962.photobucket.com/albums/ae103/vik01ind/blog%20pics/tinyviz1.jpg&amp;keywords=wireless,%20sensor,%20network,%20electronics&amp;show_ads=1&amp;show_menu=1&amp;href=http://i962.photobucket.com/albums/ae103/vik01ind/blog%20pics/tinyviz1.jpg&amp;caption=tinyviz1&amp;width=200&amp;height=125&amp;" &gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://www.britepic.com/britepic.swf" flashvars="id=1579624&amp;src=http://i962.photobucket.com/albums/ae103/vik01ind/blog%20pics/tinyviz1.jpg&amp;keywords=wireless,%20sensor,%20network,%20electronics&amp;show_ads=1&amp;show_menu=1&amp;href=http://i962.photobucket.com/albums/ae103/vik01ind/blog%20pics/tinyviz1.jpg&amp;caption=tinyviz1&amp;width=200&amp;height=125&amp;" allowscriptaccess="always" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" type="application/x-shockwave-flash" width="200" height="125"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&amp;nbsp; &lt;br /&gt;&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" height="169" width="320"&gt; &lt;param name="movie" value="http://www.britepic.com/britepic.swf"&gt;&lt;param name="FlashVars" value="id=1579624&amp;src=http://i962.photobucket.com/albums/ae103/vik01ind/blog%20pics/tinyv_2.jpg&amp;keywords=wireless,%20sensor,%20network,%20electronics&amp;show_ads=1&amp;show_menu=1&amp;href=http://i962.photobucket.com/albums/ae103/vik01ind/blog%20pics/tinyv_2.jpg&amp;caption=tinyviz2&amp;width=320&amp;height=169&amp;" &gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;param name="wmode" value="transparent"&gt;&lt;embed src="http://www.britepic.com/britepic.swf" flashvars="id=1579624&amp;src=http://i962.photobucket.com/albums/ae103/vik01ind/blog%20pics/tinyv_2.jpg&amp;keywords=wireless,%20sensor,%20network,%20electronics&amp;show_ads=1&amp;show_menu=1&amp;href=http://i962.photobucket.com/albums/ae103/vik01ind/blog%20pics/tinyv_2.jpg&amp;caption=tinyviz2&amp;width=320&amp;height=169&amp;" allowscriptaccess="always" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" type="application/x-shockwave-flash" width="320" height="169"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;br /&gt;I will be working in real motes &amp;amp; hardware soon.&lt;br /&gt;I would be grateful if the people who have successfully configured tinyOS in other OSs like&amp;nbsp; Xunbutos, Ubuntu &amp;amp; others, could mail me, providing the complete instructions of installation. &amp;nbsp; &lt;br /&gt;&amp;nbsp;Eagerly waiting for your suggestions or feedback or correction!&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/838456799792423236-2347978261882273439?l=tinyos-easy-install.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tinyos-easy-install.blogspot.com/feeds/2347978261882273439/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tinyos-easy-install.blogspot.com/2010/03/easy-installation-instruction-for.html#comment-form' title='14 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/838456799792423236/posts/default/2347978261882273439'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/838456799792423236/posts/default/2347978261882273439'/><link rel='alternate' type='text/html' href='http://tinyos-easy-install.blogspot.com/2010/03/easy-installation-instruction-for.html' title='Easy  installation instruction for TinyOS 1.x'/><author><name>kumar vikramjeet</name><uri>https://profiles.google.com/103931937755667413382</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-wDPJ5F_9N-A/AAAAAAAAAAI/AAAAAAAAAAA/NVxcDewUckY/s512-c/photo.jpg'/></author><thr:total>14</thr:total></entry><entry><id>tag:blogger.com,1999:blog-838456799792423236.post-3767208004187216102</id><published>2010-03-20T20:21:00.000-07:00</published><updated>2010-12-02T04:20:48.974-08:00</updated><title type='text'>My WSN Project : Data Sensing and secured Data forwarding in  WSN  using MICAz motes.</title><content type='html'>The project aims for Data Sensing &amp;amp; Secured Data Forwarding in serial multi-hop wireless sensor networks using Micaz based motes. Data sensing &amp;amp; forwarding it in secure manner is sensitive issue in wireless networks. Muti-hop network design is preferable over access point based networks as future design in employing home network because of its wide coverage and flexibility to adjacent with the architecture of home. Implementing a secure data forwarding mechanism requires a balance between energy requirement, sampling rate &amp;amp; battery life. Micaz motes possess Light, temperature, RH, barometric pressure, acceleration/Seismic sensors which can sense the data. In our project each mote will be connected via mesh topology and gateway act as a base station. Every mote in its vicinity will sense temperature &amp;amp; other sensed data &amp;amp; transfer the resultant data to its next mote. At the end we will measure temperature in a particular range &amp;amp; it will be displayed in the PC. &lt;br /&gt;&lt;a name='more'&gt;&lt;/a&gt;For secure data forwarding in between motes we are using Diffie-Hellmann key encryption algorithm. Diffie-Hellmann key exchange algorithm, not only retains all the highly desirable properties of the schemes including high probability of establishing pair wise keys, tolerance of node compromise but also significantly reduces communication and computational costs of each node. It involves Key generation, Encryption, distribution and decryption. Using Diffie-Hellmann key exchange algorithm, first the symmetric keys are generated between any two communicating nodes, these keys are used for encrypting the sensed data &amp;amp; then forwarded to next mote. At the next mote data is decrypted &amp;amp; again encrypted by using the symmetric keys of the next pair of communicating nodes in order to forward the data to next mote. This process is repeated till the data reaches the base station. For encrypting the data Tinysec security architecture is used which employs skipjack algorithm of encryption in CBC mode. When the data reaches the base station the information is extracted to pc. The information is processed &amp;amp; displayed on the moteview of the WSN. Moteview is gui which displays the network topology including the data sensed by different motes.&amp;nbsp; &lt;br /&gt;&lt;br /&gt;Here's a final presentation of my project! &lt;br /&gt;&lt;div id="__ss_4714649" style="width: 425px;"&gt;&lt;b style="display: block; margin: 12px 0pt 4px;"&gt;&lt;a href="http://www.slideshare.net/vik001ind/majorppt" title="Majorppt"&gt;Majorppt&lt;/a&gt;&lt;/b&gt;&lt;object height="355" id="__sse4714649" width="425"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=majorppt-100708193639-phpapp02&amp;stripped_title=majorppt" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed name="__sse4714649" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=majorppt-100708193639-phpapp02&amp;stripped_title=majorppt" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;div style="padding: 5px 0pt 12px;"&gt;View more &lt;a href="http://www.slideshare.net/"&gt;presentations&lt;/a&gt; from &lt;a href="http://www.slideshare.net/vik001ind"&gt;vik001ind&lt;/a&gt;.&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;&amp;nbsp;And here's the demo video of my MICAz WSN.&lt;br /&gt;&lt;object height="344" width="425"&gt;&lt;param name="movie" value="http://www.youtube.com/v/7YqIQ58zbUo&amp;hl=en&amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/7YqIQ58zbUo&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/838456799792423236-3767208004187216102?l=tinyos-easy-install.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tinyos-easy-install.blogspot.com/feeds/3767208004187216102/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tinyos-easy-install.blogspot.com/2010/07/my-wsn-project-data-sensing-and-secured.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/838456799792423236/posts/default/3767208004187216102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/838456799792423236/posts/default/3767208004187216102'/><link rel='alternate' type='text/html' href='http://tinyos-easy-install.blogspot.com/2010/07/my-wsn-project-data-sensing-and-secured.html' title='My WSN Project : Data Sensing and secured Data forwarding in  WSN  using MICAz motes.'/><author><name>kumar vikramjeet</name><uri>https://profiles.google.com/103931937755667413382</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-wDPJ5F_9N-A/AAAAAAAAAAI/AAAAAAAAAAA/NVxcDewUckY/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-838456799792423236.post-1744649061694055322</id><published>2010-03-19T20:58:00.000-07:00</published><updated>2010-06-24T22:03:27.028-07:00</updated><title type='text'>My field of study in WSN - Security Support in In-Network Processing &amp; Analysis of Key Management in WSN</title><content type='html'>&lt;div id="__ss_4528350" style="width: 477px;"&gt;&lt;b style="display: block; margin: 12px 0pt 4px;"&gt;Go through the doc to have a general understanding about In-Network Processing &amp;amp; key Management in WSN. &lt;/b&gt;&lt;b style="display: block; margin: 12px 0pt 4px;"&gt;&lt;a href="http://www.slideshare.net/vik001ind/general-information-about-wireless-sensor-network" title="Security Support in In-Network  Processing &amp;amp; analysis of key management in  WSN"&gt;Security Support in In-Network  Processing &amp;amp; analysis of key management in  WSN&lt;/a&gt;&lt;/b&gt;&lt;object height="510" id="__sse4528350" width="477"&gt;&lt;param name="movie" value="http://static.slidesharecdn.com/swf/doc_player.swf?doc=summarywsn-100617120849-phpapp01&amp;stripped_title=general-information-about-wireless-sensor-network" /&gt;&lt;param name="allowFullScreen" value="true"/&gt;&lt;param name="allowScriptAccess" value="always"/&gt;&lt;embed name="__sse4528350" src="http://static.slidesharecdn.com/swf/doc_player.swf?doc=summarywsn-100617120849-phpapp01&amp;stripped_title=general-information-about-wireless-sensor-network" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="477" height="510"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;&lt;div style="padding: 5px 0pt 12px;"&gt;View more &lt;a href="http://www.slideshare.net/"&gt;documents&lt;/a&gt; from &lt;a href="http://www.slideshare.net/vik001ind"&gt;vik001ind&lt;/a&gt;.&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/838456799792423236-1744649061694055322?l=tinyos-easy-install.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://tinyos-easy-install.blogspot.com/feeds/1744649061694055322/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://tinyos-easy-install.blogspot.com/2010/06/bvvb.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/838456799792423236/posts/default/1744649061694055322'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/838456799792423236/posts/default/1744649061694055322'/><link rel='alternate' type='text/html' href='http://tinyos-easy-install.blogspot.com/2010/06/bvvb.html' title='My field of study in WSN - Security Support in In-Network Processing &amp; Analysis of Key Management in WSN'/><author><name>kumar vikramjeet</name><uri>https://profiles.google.com/103931937755667413382</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='//lh6.googleusercontent.com/-wDPJ5F_9N-A/AAAAAAAAAAI/AAAAAAAAAAA/NVxcDewUckY/s512-c/photo.jpg'/></author><thr:total>1</thr:total></entry></feed>
