[Firebug-cvs] firebug/web field_deploy.ppt,NONE,1.1 Makefile,1.2,1.3 spie_2004.tex,1.8,1.9
Brought to you by:
doolin
From: <do...@us...> - 2003-07-26 20:48:13
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv7524 Modified Files: Makefile spie_2004.tex Added Files: field_deploy.ppt Log Message: Started a power point presentation. This can be used for presenting initial results to nest/tos meeting some wed, and form the basis for the spie conference presentation. --- NEW FILE: field_deploy.ppt --- (This appears to be a binary file; contents omitted.) Index: Makefile =================================================================== RCS file: /cvsroot/firebug/firebug/web/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 14 Jul 2003 22:40:22 -0000 1.2 --- Makefile 26 Jul 2003 20:48:09 -0000 1.3 *************** *** 13,16 **** --- 13,17 ---- latex spie_2004 dvips -o spie_2004.ps spie_2004.dvi + dvipdfm spie_2004.dvi .gnu.eps: *************** *** 18,20 **** clean: ! rm -rf tempfig.eps \ No newline at end of file --- 19,21 ---- clean: ! rm -rf tempfig.eps *~ Index: spie_2004.tex =================================================================== RCS file: /cvsroot/firebug/firebug/web/spie_2004.tex,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** spie_2004.tex 22 Jul 2003 21:02:38 -0000 1.8 --- spie_2004.tex 26 Jul 2003 20:48:09 -0000 1.9 *************** *** 336,341 **** \section{Multihop routing} ! One paragraph summary of MH6/MH11/BLAST or ! whatever they are calling it when this paper ships. The \blast\ protocol has the following characteristics: --- 336,362 ---- \section{Multihop routing} ! ! \blast\ is a routing stack of wireless ad-hoc ! networks for mote sensing application. Sensor ! readings are collected and encapsulated by the ! applications, blast will establish a self ! organizing network among the nodes,and route ! the packet to the basestation. All nodes in the ! network broadcast route messages, so every mode ! can choose parent node based on the link reliability ! caculated from the information of route messages. ! Once the network is established, each node can ! either sends its own packets or forwards its ! children's packets to its parent node. Packets ! can be forwarded to the base station in a multihop ! fashion.With this scheme, blast win the 90\%+ ! receive rate of data packet in ideal environment. ! The two drawbacks of current version of blast are: ! 1. The network setup time is relatively long, ! it is because it needs to collect enough route ! packet to caculate the reliability, 2. it needs a ! mechanism to operate in power saving mode to extend ! the longevity of the motes. ! The \blast\ protocol has the following characteristics: *************** *** 346,349 **** --- 367,371 ---- WMEWMA balances reactivity to changes in link quality (agility) with + \end{enumerate} |