firebug-cvs Mailing List for FireBug: wireless wildfire monitoring (Page 36)
Brought to you by:
doolin
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(36) |
Jun
(45) |
Jul
(108) |
Aug
(31) |
Sep
(2) |
Oct
(4) |
Nov
(113) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(63) |
Feb
(37) |
Mar
(24) |
Apr
(6) |
May
(5) |
Jun
(5) |
Jul
(71) |
Aug
(42) |
Sep
(7) |
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
(64) |
Jun
(71) |
Jul
(51) |
Aug
(89) |
Sep
(24) |
Oct
(1) |
Nov
(1) |
Dec
(2) |
2006 |
Jan
|
Feb
|
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
(21) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: <do...@us...> - 2003-06-25 22:29:43
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv777 Added Files: smartstruct_abs.txt Log Message: Started abstract for spie. --- NEW FILE: smartstruct_abs.txt --- Title: Sensor network behavior at the urban-rural interface: making smart structures smarter Authors: A. Sharma, M. M. Chen, D. M. Doolin, N. Sitar, S. Glaser Smart structures incorporating wired and wireless network sensors are becoming closer to practical reality. Interpreting data from such structures, however, often requires context: brick cladding sensor high temperatures as a result of radiant heating from solar or from wildfire. Interpreting such data often requires knowing the environmental conditions surrounding the structure. Convenience dictates that any such surrounding network be wireless and self-organizing. Wireless self-organizing sensor networks are the topic of much current interest. One of the most difficult aspects to constrain with these networks is the efficacy of radio communications. Work at Berkeley and elsewhere has established base-line behavior of radio communication in a number of relatively unobstructed environments, such as flat outdoor areas, and large indoor and indoor corridors. Here, we present the results of field experiments using the Mica2 platfrom, and Atmel 128L microprocessor running the Tiny Operating System (TinyOS) deployed in Claremont Canyon, a wooded riparian environment straddling the Berkeley and Oakland (CA) city limits. Vegetation in Claremont Canyon consists of a high proportion of Eucalyptus and Monterey Pine groves, extremely flammable in the dry conditions common in late summer and early autumn in the area. The upper ends of the canyon are part of the East Bay Regional Parks system, while the lower parts are heavily developed with single family residences. Our main interest is in developing wireless communication in the wildland environment. We present the results of on-location behavior of the network, including a number of link statistics. |
From: <do...@us...> - 2003-06-24 00:12:14
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv4055 Added Files: overview.html Log Message: Added overview. --- NEW FILE: overview.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <link type="text/css" rel="stylesheet" href="main.css" /> <link type="text/css" rel="stylesheet" href="firebug.css" /> <script language="JavaScript1.2" src="/main.js" type="text/javascript"></script> <link rel="SHORTCUT ICON" href="./images/favicon.ico" /> <title>Overview of FireBug</title> </head> <body> <h1>Overview of FireBug</h1> </body> </html> |
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv3536 Modified Files: contact.html header.html index.html index_old.html links.html menu.html Added Files: introduction.html Log Message: Web pages made over, but still need to be updated. --- NEW FILE: introduction.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <link type="text/css" rel="stylesheet" href="main.css" /> <link type="text/css" rel="stylesheet" href="firebug.css" /> <script language="JavaScript1.2" src="/main.js" type="text/javascript"></script> <link rel="SHORTCUT ICON" href="./images/favicon.ico" /> <title>Introduction</title> </head> <body> <h1>Introduction</h1> <p> The FireBug system is composed of a network of GPS-enabled, wireless thermal sensors, a control layer for processing sensor data, and a command center for interactively communicating with the sensor network. Each of these layers are independent of the others, communicating through well-defined interfaces. These web pages document technical and administrative aspects of the FireBug project. FireBug is part of the <a href="http://www-laep.ced.berkeley.edu/~itr/">ITR Fire Project</a>. ITR (Information Technology Research) is a <a href="http://www.nsf.gov">National Science Foundation</a> initiative focused on innovative areas of science, engineering and education with a strong information technology component. Details about the NSF ITR project may be found <a href="http://www.itr.nsf.gov">here</a>. </p> <p> The FireBug project is hosted at <a href="http://sourceforge.net/projects/firebug"> sourceforge.net</a>. </p> <h2> FireBug sensor network </h2> <p> FireBugs are GPS-enabled, wireless thermal sensors, or motes. The FireBug network self-organizes into edge-hub configurations. Hub motes act as as base stations, with the following responsibilities: </p> <ol> <li> receiving sample data from any mote, </li> <li> sending commands to any mote. </li> </ol> <p> Enabling such a network requires the motes to <a href="./surgepics.html">self-configure</a>. <p> <p> GPS capabilities are explained <a href= "gps_driver.html">here</a>. </p> <p> Details of the <a href="./sensorarch.html">sensor architecture</a> include packet layouts, routing diagrams, etc. </p> <h2> FireBugs </h2> Each FireBug consists of a mote-sensor pair. The motes provide power, radio communications, and processing for data collected by the sensor. The Crossbow <a href="./weatherboard.html">weatherboard</a> is an example of the kinds of sensors used in FireBug. <ul> <li> Hardware, manufacturer. </li> <li> Software </li> </ul> <h2> Programming FireBug </h2> <p> FireBug is programmed using the <a href="http://sourceforge.net/projects/tinyos">TinyOS</a> embedded operating system, developed at UC Berkeley. More information may be found <a href="./programming.html">here</a>. </p> <h2> Controlling the network </h2> The controller <ul> <li> send commands to hub(s)/base station(s), </li> <li> provides storage for mote data, </li> <li> conducts data processing. </li> </ul> The initial controller will be a personal computer running the <a href="http://www.apache.org/">Apache</a> web server interfaced with MySQL using PHP. <h2> FireBug Command Center </h2> The FireBug Command Center provides user interaction for controlling the FireBug network and displays real time changes in the network. <center> <img src="./images/sysarch.png" alt= "Schematic of FireBug System"> </center> <hr /> <p> Last Updated: $Date: 2003/06/24 00:07:20 $ by $Author: doolin $. </p> </body> </html> Index: contact.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/contact.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** contact.html 12 Jun 2003 02:17:01 -0000 1.1 --- contact.html 24 Jun 2003 00:07:20 -0000 1.2 *************** *** 7,14 **** </head> ! <body> ! <h1>FireBug contacts</h1> ! </body> </html> --- 7,17 ---- </head> ! <body> ! <h1>FireBug contacts</h1> + Enquiries concerning the FireBug project to be directed + to Prof. <a href="mailto:si...@ce...">Nicholas Sitar</a> + or Prof. <a href="mailto:ra...@ra...">John Radke</a>. ! </body> </html> Index: header.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/header.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** header.html 7 Mar 2003 01:28:20 -0000 1.1 --- header.html 24 Jun 2003 00:07:20 -0000 1.2 *************** *** 1,73 **** ! <html xmlns:v="urn:schemas-microsoft-com:vml" ! xmlns:o="urn:schemas-microsoft-com:office:office" ! xmlns:w="urn:schemas-microsoft-com:office:word" ! xmlns="http://www.w3.org/TR/REC-html40"> ! ! <head> ! <meta http-equiv=Content-Type content="text/html; charset=windows-1252"> ! <meta name=ProgId content=Word.Document> ! <meta name=Generator content="Microsoft Word 9"> ! <meta name=Originator content="Microsoft Word 9"> ! <link id=Main-File rel=Main-File href="../proposal.htm"> ! </head> ! ! <body lang=EN-US> ! ! <div style='mso-element:footer' id=ef1> ! ! <div style='mso-element:frame;mso-element-wrap:around;mso-element-anchor-vertical: ! paragraph;mso-element-anchor-horizontal:margin;mso-element-left:right; ! mso-element-top:.05pt;mso-height-rule:exactly'> ! ! <table cellspacing=0 cellpadding=0 hspace=0 vspace=0 align=right> ! <tr> ! <td valign=top align=left style='padding-top:0in;padding-right:0in; ! padding-bottom:0in;padding-left:0in'> ! <p class=MsoFooter style='mso-element:frame;mso-element-wrap:around; ! mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:margin; ! mso-element-left:right;mso-element-top:.05pt;mso-height-rule:exactly'><!--[if supportFields]><span ! class=MsoPageNumber><span style='mso-element:field-begin'></span>PAGE<span ! style="mso-spacerun: yes"> </span></span><![endif]--><!--[if supportFields]><span ! class=MsoPageNumber><span style='mso-element:field-end'></span></span><![endif]--><span ! class=MsoPageNumber><o:p></o:p></span></p> ! </td> ! </tr> ! </table> ! ! </div> ! ! <p class=MsoFooter style='margin-right:.25in'><![if !supportEmptyParas]> <![endif]><o:p></o:p></p> ! ! </div> - <div style='mso-element:footer' id=f1> ! <div style='mso-element:frame;mso-element-wrap:around;mso-element-anchor-vertical: ! paragraph;mso-element-anchor-horizontal:margin;mso-element-left:right; ! mso-element-top:.05pt;mso-height-rule:exactly'> ! <table cellspacing=0 cellpadding=0 hspace=0 vspace=0 align=right> ! <tr> ! <td valign=top align=left style='padding-top:0in;padding-right:0in; ! padding-bottom:0in;padding-left:0in'> ! <p class=MsoFooter style='mso-element:frame;mso-element-wrap:around; ! mso-element-anchor-vertical:paragraph;mso-element-anchor-horizontal:margin; ! mso-element-left:right;mso-element-top:.05pt;mso-height-rule:exactly'><!--[if supportFields]><span ! class=MsoPageNumber><span style='mso-element:field-begin'></span>PAGE<span ! style="mso-spacerun: yes"> </span><span style='mso-element:field-separator'></span></span><![endif]--><span ! class=MsoPageNumber>1</span><!--[if supportFields]><span class=MsoPageNumber><span ! style='mso-element:field-end'></span></span><![endif]--><span ! class=MsoPageNumber><o:p></o:p></span></p> ! </td> ! </tr> ! </table> ! </div> ! <p class=MsoFooter style='margin-right:.25in'><![if !supportEmptyParas]> <![endif]><o:p></o:p></p> ! </div> ! </body> </html> --- 1,22 ---- ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html> ! <head> ! <link type="text/css" rel="stylesheet" href="main.css" /> ! <link type="text/css" rel="stylesheet" href="firebug.css" /> ! <script language="JavaScript1.2" src="/main.js" type="text/javascript"></script> ! <link rel="SHORTCUT ICON" href="./images/favicon.ico" /> ! <title>Header</title> ! </head> ! <body> ! <!-- Put some pictures or a menu here. --> + </body> </html> Index: index.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/index.html,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** index.html 23 Jun 2003 23:22:30 -0000 1.17 --- index.html 24 Jun 2003 00:07:20 -0000 1.18 *************** *** 13,20 **** <frameset rows="10%,90%" cols="100%"> ! <frame frameborder="0" /> <frameset cols="190,90%"> <frame frameborder="0" src="./menu.html" noresize /> ! <frame frameborder="0" src="./index.html" name="main"/> </frameset> --- 13,20 ---- <frameset rows="10%,90%" cols="100%"> ! <frame frameborder="0" src="./header.html" noresize /> <frameset cols="190,90%"> <frame frameborder="0" src="./menu.html" noresize /> ! <frame frameborder="0" src="./index_old.html" name="main"/> </frameset> Index: index_old.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/index_old.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index_old.html 23 Jun 2003 23:22:30 -0000 1.1 --- index_old.html 24 Jun 2003 00:07:20 -0000 1.2 *************** *** 139,145 **** The initial controller will be a personal computer running ! the <a href="http://jakarta.apache.org/">Tomcat</a> Servlet ! container and MySQL database. --- 139,146 ---- + The initial controller will be a personal computer running ! the <a href="http://www.apache.org/">Apache</a> ! web server interfaced with MySQL using PHP. Index: links.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/links.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** links.html 12 May 2003 18:14:48 -0000 1.1 --- links.html 24 Jun 2003 00:07:20 -0000 1.2 *************** *** 5,8 **** --- 5,14 ---- <html> <head> + + <link type="text/css" rel="stylesheet" href="main.css" /> + <link type="text/css" rel="stylesheet" href="firebug.css" /> + <script language="JavaScript1.2" src="/main.js" type="text/javascript"></script> + <link rel="SHORTCUT ICON" href="./images/favicon.ico" /> + <title>FireBug --- Interesting hyperlinks</title> </head> Index: menu.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/menu.html,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** menu.html 16 Jun 2003 21:37:25 -0000 1.8 --- menu.html 24 Jun 2003 00:07:20 -0000 1.9 *************** *** 24,28 **** <td class="NavHilite"> <div class="NavText"> ! <a href="./introduction.html">Introduction</a> </div> </td> --- 24,28 ---- <td class="NavHilite"> <div class="NavText"> ! <a href="./introduction.html" target="main">Introduction</a> </div> </td> *************** *** 32,36 **** <td class="Nav"> <div class="NavText"> ! <a href="./overview.html">Overview</a> </div> </td> --- 32,36 ---- <td class="Nav"> <div class="NavText"> ! <a href="./overview.html" target="main">Overview</a> </div> </td> *************** *** 38,43 **** <tr class="NavRow"> ! <td class="Nav"><div class="NavText"> ! <a href="./arch.html" target="main">Network arch.</a> </div> </td> --- 38,44 ---- <tr class="NavRow"> ! <td class="Nav"> ! <div class="NavText"> ! <a href="./sensorarch.html" target="main">Network architecture</a> </div> </td> *************** *** 47,51 **** <td class="Nav"> <div class="NavText"> ! <a href="./sensorarch.html" target="main">Network architecture</a> </div> </td> --- 48,52 ---- <td class="Nav"> <div class="NavText"> ! <a href="./publications.html" target="main">Publications</a> </div> </td> *************** *** 55,59 **** <td class="Nav"> <div class="NavText"> ! <a href="./publications.html" target="main">Publications</a> </div> </td> --- 56,60 ---- <td class="Nav"> <div class="NavText"> ! <a href="./people.html" target="main">People</a> </div> </td> *************** *** 63,67 **** <td class="Nav"> <div class="NavText"> ! <a href="./people.html" target="main">People</a> </div> </td> --- 64,68 ---- <td class="Nav"> <div class="NavText"> ! <a href="./links.html" target="main">Links</a> </div> </td> |
From: <do...@us...> - 2003-06-23 23:59:44
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv2392 Modified Files: people.html Log Message: Added links to faculty home pages. Index: people.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/people.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** people.html 11 Jun 2003 22:47:34 -0000 1.2 --- people.html 23 Jun 2003 23:59:40 -0000 1.3 *************** *** 31,39 **** <p> <ul> ! <li>Prof. Nicholas Sitar</li> ! <li>Prof. George Brimhall</li> ! <li>Prof. Steve Glaser</li> ! <li>Prof. John Radke</li> ! <li>Prof. Raja Sengupta</li> <li>David M. Doolin</li> <li>Carmel Majidi</li> --- 31,65 ---- <p> <ul> ! ! <li> ! <a href="http://www.ce.berkeley.edu/~sitar"> ! Prof. Nicholas Sitar ! </a> ! </li> ! ! <li> ! <a href="http://eps.berkeley.edu/groups/erc/faculty/brimhall.htm"> ! Prof. George Brimhall ! </a> ! </li> ! ! <li> ! <a href="http://www.ce.berkeley.edu/~glaser"> ! Prof. Steve Glaser ! </a> ! </li> ! ! <li> ! <a href="http://www-laep.ced.berkeley.edu/laep/people/people_radke.html"> ! Prof. John Radke ! </a> ! </li> ! ! <li> ! <a href="http://www.ce.berkeley.edu/faculty/faculty_details.php?n=sengupta"> ! Prof. Raja Sengupta ! </a> ! </li> ! <li>David M. Doolin</li> <li>Carmel Majidi</li> |
From: <do...@us...> - 2003-06-23 23:22:32
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv30463 Modified Files: index.html Added Files: index_old.html Log Message: Transitioning to new web page. --- NEW FILE: index_old.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <link type="text/css" rel="stylesheet" href="firebug.css"> <link rel="SHORTCUT ICON" href="./images/favicon.ico"> <title> FireBug System Architecture </title> </head> <body> <h1> FireBug System Architecture </h1> <p> The FireBug system is composed of a network of GPS-enabled, wireless thermal sensors, a control layer for processing sensor data, and a command center for interactively communicating with the sensor network. Each of these layers are independent of the others, communicating through well-defined interfaces. These web pages document technical and administrative aspects of the FireBug project. FireBug is part of the <a href="http://www-laep.ced.berkeley.edu/~itr/">ITR Fire Project</a>. ITR (Information Technology Research) is a <a hef="http://www.nsf.gov">National Science Foundation</a> initiative focused on innovative areas of science, engineering and education with a strong information technology component. Details about the NSF ITR project may be found <a href="http://www.itr.nsf.gov">here</a>. </p> <p> The FireBug project is hosted at <a href="http://sourceforge.net/projects/firebug"> sourceforge.net</a>. </p> <h2> FireBug sensor network </h2> <p> FireBugs are GPS-enabled, wireless thermal sensors, or motes. The FireBug network self-organizes into edge-hub configurations. Hub motes act as as base stations, with the following responsibilities: </p> <ol> <li> receiving sample data from any mote, </li> <li> sending commands to any mote. </li> </ol> <p> Enabling such a network requires the motes to <a href="./surgepics.html">self-configure</a>. <p> <p> GPS capabilities are explained <a href= "gps_driver.html">here</a>. </p> <p> Details of the <a href="./sensorarch.html">sensor architecture</a> include packet layouts, routing diagrams, etc. </p> <h2> FireBugs </h2> Each FireBug consists of a mote-sensor pair. The motes provide power, radio communications, and processing for data collected by the sensor. The Crossbow <a href="./weatherboard.html">weatherboard</a> is an example of the kinds of sensors used in FireBug. <ul> <li> Hardware, manufacturer. </li> <li> Software </li> </ul> <h2> Programming FireBug </h2> <p> FireBug is programmed using the <a href="http://sourceforge.net/projects/tinyos">TinyOS</a> embedded operating system, developed at UC Berkeley. More information may be found <a href="./programming.html">here</a>. </p> <h2> Controlling the network </h2> The controller <ul> <li> send commands to hub(s)/base station(s), </li> <li> provides storage for mote data, </li> <li> conducts data processing. </li> </ul> The initial controller will be a personal computer running the <a href="http://jakarta.apache.org/">Tomcat</a> Servlet container and MySQL database. <h2> FireBug Command Center </h2> The FireBug Command Center provides user interaction for controlling the FireBug network and displays real time changes in the network. <center> <img src="./images/sysarch.png" alt= "Schematic of FireBug System"> </center> <hr /> <p> Last Updated: $Date: 2003/06/23 23:22:30 $ by $Author: doolin $. </p> </body> </html> Index: index.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/index.html,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** index.html 9 Jun 2003 17:50:38 -0000 1.16 --- index.html 23 Jun 2003 23:22:30 -0000 1.17 *************** *** 1,171 **** - <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> ! <link type="text/css" rel="stylesheet" href="firebug.css"> ! <link rel="SHORTCUT ICON" href="./images/favicon.ico"> ! <title> ! FireBug System Architecture </title> </head> ! <body> ! <h1> ! FireBug System Architecture ! </h1> ! ! <p> ! The FireBug system is composed of a network of GPS-enabled, ! wireless thermal sensors, a control layer for processing ! sensor data, and a command center for interactively ! communicating with the sensor network. Each of these layers ! are independent of the others, communicating through ! well-defined interfaces. ! These web pages document technical and administrative ! aspects of the FireBug project. FireBug is part of the ! <a href="http://www-laep.ced.berkeley.edu/~itr/">ITR Fire Project</a>. ! ITR (Information Technology Research) is a ! <a hef="http://www.nsf.gov">National Science Foundation</a> ! initiative focused on innovative areas of science, engineering ! and education with a strong information technology component. ! Details about the NSF ITR project may be found ! <a href="http://www.itr.nsf.gov">here</a>. ! </p> ! ! ! ! <p> ! The FireBug project is hosted at ! <a href="http://sourceforge.net/projects/firebug"> ! sourceforge.net</a>. ! </p> ! ! ! ! ! <h2> ! FireBug sensor network ! </h2> ! ! <p> ! FireBugs are GPS-enabled, wireless thermal sensors, or motes. ! The FireBug network self-organizes into edge-hub ! configurations. Hub motes act as as base stations, with the ! following responsibilities: ! </p> ! ! ! <ol> ! <li> ! receiving sample data from any mote, ! </li> ! <li> ! sending commands to any mote. ! </li> ! </ol> ! ! <p> ! Enabling such a network requires the motes to ! <a href="./surgepics.html">self-configure</a>. ! <p> ! ! ! <p> ! GPS capabilities are explained <a href= ! "gps_driver.html">here</a>. ! </p> ! ! ! <p> ! Details of the <a href="./sensorarch.html">sensor ! architecture</a> include packet layouts, routing diagrams, ! etc. ! </p> ! ! ! <h2> ! FireBugs ! </h2> ! ! ! Each FireBug consists of a mote-sensor pair. The motes ! provide power, radio communications, and processing for data ! collected by the sensor. The Crossbow ! <a href="./weatherboard.html">weatherboard</a> is an ! example of the kinds of sensors used in FireBug. ! ! ! <ul> ! <li> ! Hardware, manufacturer. ! </li> ! <li> ! Software ! </li> ! </ul> ! ! <h2> ! Programming FireBug ! </h2> ! ! <p> ! FireBug is programmed using the ! <a href="http://sourceforge.net/projects/tinyos">TinyOS</a> ! embedded operating system, developed at UC Berkeley. ! More information may be found <a href="./programming.html">here</a>. ! </p> ! ! ! <h2> ! Controlling the network ! </h2> ! ! ! The controller ! <ul> ! <li> ! send commands to hub(s)/base station(s), ! </li> ! <li> ! provides storage for mote data, ! </li> ! <li> ! conducts data processing. ! </li> ! </ul> ! ! ! The initial controller will be a personal computer running ! the <a href="http://jakarta.apache.org/">Tomcat</a> Servlet ! container and MySQL database. ! ! ! ! <h2> ! FireBug Command Center ! </h2> ! ! ! The FireBug Command Center provides user interaction for ! controlling the FireBug network and displays real time ! changes in the network. ! <center> ! <img src="./images/sysarch.png" alt= ! "Schematic of FireBug System"> ! </center> ! ! ! <hr /> ! ! <p> ! Last Updated: $Date$ ! by $Author$. ! </p> - </body> </html> - --- 1,24 ---- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html> <head> ! <link type="text/css" rel="stylesheet" href="firebug.css" /> ! <link rel="SHORTCUT ICON" href="./images/favicon.ico"/> <title> ! FireBug Wildland fire monitoring system </title> </head> ! <frameset rows="10%,90%" cols="100%"> ! ! <frame frameborder="0" /> ! <frameset cols="190,90%"> ! <frame frameborder="0" src="./menu.html" noresize /> ! <frame frameborder="0" src="./index.html" name="main"/> ! </frameset> ! ! </frameset> </html> |
From: <do...@us...> - 2003-06-19 23:18:38
|
Update of /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia/pics In directory sc8-pr-cvs1:/tmp/cvs-serv14422 Added Files: laep-fire.png Log Message: Added example png file. --- NEW FILE: laep-fire.png --- (This appears to be a binary file; contents omitted.) |
From: <do...@us...> - 2003-06-19 23:11:24
|
Update of /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia/bin In directory sc8-pr-cvs1:/tmp/cvs-serv12929 Added Files: runhello Log Message: Script for launching example on zaurus. --- NEW FILE: runhello --- . /home/QtPalmtop/bin/installdir.sh $QPEDIR/bin/evm -XappName=runhello -cp $INSTALLDIR/java HelloJava |
From: <do...@us...> - 2003-06-19 23:08:51
|
Update of /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia/apps/Jeode In directory sc8-pr-cvs1:/tmp/cvs-serv12445 Added Files: .desktop Log Message: Added desktop file. --- NEW FILE: .desktop --- [Desktop Entry] Comment=A Hello Program Exec=runhello Icon=hello Type=Application Name=Hello HidePrivilege=1 |
From: <do...@us...> - 2003-06-19 23:04:28
|
Update of /cvsroot/firebug/firebug/project/zaurus/hello/CONTROL In directory sc8-pr-cvs1:/tmp/cvs-serv11600/hello/CONTROL Added Files: control Log Message: Added control file for example. --- NEW FILE: control --- Package: java-hello Installed-Size: 3k Filename: ./java-hello_1.0_arm.ipk Section: java Version: 1.0 Architecture: arm Maintainer: Dave <do...@ce...> Description: Test sample. This is simply an example. |
From: <do...@us...> - 2003-06-19 23:00:38
|
Update of /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia/apps/Jeode In directory sc8-pr-cvs1:/tmp/cvs-serv10768/Jeode Log Message: Directory /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia/apps/Jeode added to the repository |
From: <do...@us...> - 2003-06-19 23:00:16
|
Update of /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia/java In directory sc8-pr-cvs1:/tmp/cvs-serv10627/java Log Message: Directory /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia/java added to the repository |
From: <do...@us...> - 2003-06-19 23:00:15
|
Update of /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia/bin In directory sc8-pr-cvs1:/tmp/cvs-serv10627/bin Log Message: Directory /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia/bin added to the repository |
From: <do...@us...> - 2003-06-19 23:00:13
|
Update of /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia/pics In directory sc8-pr-cvs1:/tmp/cvs-serv10627/pics Log Message: Directory /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia/pics added to the repository |
From: <do...@us...> - 2003-06-19 23:00:13
|
Update of /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia/apps In directory sc8-pr-cvs1:/tmp/cvs-serv10627/apps Log Message: Directory /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia/apps added to the repository |
From: <do...@us...> - 2003-06-19 22:59:30
|
Update of /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia In directory sc8-pr-cvs1:/tmp/cvs-serv10464/Qtopia Log Message: Directory /cvsroot/firebug/firebug/project/zaurus/hello/opt/Qtopia added to the repository |
From: <do...@us...> - 2003-06-19 22:58:52
|
Update of /cvsroot/firebug/firebug/project/zaurus/hello/opt In directory sc8-pr-cvs1:/tmp/cvs-serv10354/opt Log Message: Directory /cvsroot/firebug/firebug/project/zaurus/hello/opt added to the repository |
From: <do...@us...> - 2003-06-19 22:58:52
|
Update of /cvsroot/firebug/firebug/project/zaurus/hello/CONTROL In directory sc8-pr-cvs1:/tmp/cvs-serv10354/CONTROL Log Message: Directory /cvsroot/firebug/firebug/project/zaurus/hello/CONTROL added to the repository |
From: <do...@us...> - 2003-06-19 22:58:02
|
Update of /cvsroot/firebug/firebug/project/zaurus/hello In directory sc8-pr-cvs1:/tmp/cvs-serv10159/hello Log Message: Directory /cvsroot/firebug/firebug/project/zaurus/hello added to the repository |
From: <do...@us...> - 2003-06-19 22:56:52
|
Update of /cvsroot/firebug/firebug/project/zaurus In directory sc8-pr-cvs1:/tmp/cvs-serv10006 Added Files: HelloJava.java Log Message: example java file from zaurus documentation. --- NEW FILE: HelloJava.java --- import java.awt.*; import java.awt.event.*; class HelloJava implements ActionListener { void init() { Frame f = new Frame("Hello"); Label label = new Label("Hello Java for SL Series", Label.CENTER); Button b = new Button("Exit"); f.setSize(240,280); f.setLayout(new BorderLayout()); b.addActionListener(this); f.addWindowListener(new WindowAdapter() { public void WindowClosing(WindowEvent e) { System.exit(0); } }); f.add(label,BorderLayout.CENTER); f.add(b,BorderLayout.SOUTH); f.show(); } public void actionPerformed(ActionEvent e) { System.exit(0); } public static void main (String [] argv) { HelloJava hj = new HelloJava(); hj.init(); } } |
From: <do...@us...> - 2003-06-19 22:48:45
|
Update of /cvsroot/firebug/firebug/project/zaurus In directory sc8-pr-cvs1:/tmp/cvs-serv8526/zaurus Log Message: Directory /cvsroot/firebug/firebug/project/zaurus added to the repository |
From: <do...@us...> - 2003-06-17 00:13:20
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv29922 Modified Files: tos_install.html Log Message: Added link for radio specs. Index: tos_install.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/tos_install.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** tos_install.html 28 Apr 2003 21:37:35 -0000 1.3 --- tos_install.html 17 Jun 2003 00:13:17 -0000 1.4 *************** *** 70,73 **** --- 70,78 ---- </ol> + <hr /> + + <a href="http://berkeley.intel-research.net/pbuonado/mica2/CC1000.html"> + Radio documentation</a> + |
From: <do...@us...> - 2003-06-16 21:37:28
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv5863 Modified Files: menu.html Log Message: Minor syntax formatting tweak. Index: menu.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/menu.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** menu.html 16 Jun 2003 18:12:16 -0000 1.7 --- menu.html 16 Jun 2003 21:37:25 -0000 1.8 *************** *** 30,34 **** <tr class="NavRow"> ! <td class="Nav"><div class="NavText"><a href="./overview.html">Overview</a></div></td></tr> <tr class="NavRow"> --- 30,39 ---- <tr class="NavRow"> ! <td class="Nav"> ! <div class="NavText"> ! <a href="./overview.html">Overview</a> ! </div> ! </td> ! </tr> <tr class="NavRow"> *************** *** 77,84 **** <tr> <td align="center"> <br> <br> ! <a href="http://www-laep.ced.berkeley.edu/~itr/"><img src="./images/laep-fire.jpg" border="0" alt="Click to visit Cal Fire"></a> ! <p> ! <a href="http://www.nsf.gov/"><img src="./images/nsf01.gif" border="0" alt="Click to visit NSF"></a> ! <p> </td> </tr> --- 82,92 ---- <tr> <td align="center"> <br> <br> ! <a href="http://www-laep.ced.berkeley.edu/~itr/"> ! <img src="./images/laep-fire.jpg" border="0" alt="Click to visit Cal Fire"> ! </a> ! <br /> ! <a href="http://www.nsf.gov/"> ! <img src="./images/nsf01.gif" border="0" alt="Click to visit NSF"> ! </a> </td> </tr> |
From: <tr...@us...> - 2003-06-16 18:12:19
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv31746/web Modified Files: menu.html Log Message: Removed onClick Index: menu.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/menu.html,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** menu.html 16 Jun 2003 18:08:20 -0000 1.6 --- menu.html 16 Jun 2003 18:12:16 -0000 1.7 *************** *** 22,26 **** <tr bgcolor="#CCFFFC" class="NavHiliteRow"> ! <td class="NavHilite" onClick="goTo('./introduction.html')"> <div class="NavText"> <a href="./introduction.html">Introduction</a> --- 22,26 ---- <tr bgcolor="#CCFFFC" class="NavHiliteRow"> ! <td class="NavHilite"> <div class="NavText"> <a href="./introduction.html">Introduction</a> *************** *** 30,37 **** <tr class="NavRow"> ! <td class="Nav" onClick="navBarClick(this,1,'./overview.html')"><div class="NavText"><a href="./overview.html">Overview</a></div></td></tr> <tr class="NavRow"> ! <td class="Nav" onClick="navBarClick(this,1,'./architecture.html')"><div class="NavText"> <a href="./arch.html" target="main">Network arch.</a> </div> --- 30,37 ---- <tr class="NavRow"> ! <td class="Nav"><div class="NavText"><a href="./overview.html">Overview</a></div></td></tr> <tr class="NavRow"> ! <td class="Nav"><div class="NavText"> <a href="./arch.html" target="main">Network arch.</a> </div> *************** *** 48,52 **** <tr class="NavRow"> ! <td class="Nav" onClick="navBarClick(this,1,'./publications.html')"> <div class="NavText"> <a href="./publications.html" target="main">Publications</a> --- 48,52 ---- <tr class="NavRow"> ! <td class="Nav"> <div class="NavText"> <a href="./publications.html" target="main">Publications</a> *************** *** 56,60 **** <tr class="NavRow"> ! <td class="Nav" onClick="navBarClick(this,1,'./people.html')"> <div class="NavText"> <a href="./people.html" target="main">People</a> --- 56,60 ---- <tr class="NavRow"> ! <td class="Nav"> <div class="NavText"> <a href="./people.html" target="main">People</a> *************** *** 64,68 **** <tr class="NavRow"> ! <td class="Nav" onClick="navBarClick(this,1,'./contact.html')"> <div class="NavText"> <a href="./contact.html" target="main">Contact</a> --- 64,68 ---- <tr class="NavRow"> ! <td class="Nav"> <div class="NavText"> <a href="./contact.html" target="main">Contact</a> |
From: <tr...@us...> - 2003-06-16 18:08:23
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv31022/web Modified Files: menu.html Log Message: Removed onMouseOut Index: menu.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/menu.html,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** menu.html 16 Jun 2003 17:56:53 -0000 1.5 --- menu.html 16 Jun 2003 18:08:20 -0000 1.6 *************** *** 17,21 **** <table width="160" height="100%" bgcolor="#EDE7DB"> - <tr> <td> --- 17,20 ---- *************** *** 31,38 **** <tr class="NavRow"> ! <td class="Nav" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./overview.html')"><div class="NavText"><a href="./overview.html">Overview</a></div></td></tr> <tr class="NavRow"> ! <td class="Nav" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./architecture.html')"><div class="NavText"> <a href="./arch.html" target="main">Network arch.</a> </div> --- 30,37 ---- <tr class="NavRow"> ! <td class="Nav" onClick="navBarClick(this,1,'./overview.html')"><div class="NavText"><a href="./overview.html">Overview</a></div></td></tr> <tr class="NavRow"> ! <td class="Nav" onClick="navBarClick(this,1,'./architecture.html')"><div class="NavText"> <a href="./arch.html" target="main">Network arch.</a> </div> *************** *** 49,53 **** <tr class="NavRow"> ! <td class="Nav" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./publications.html')"> <div class="NavText"> <a href="./publications.html" target="main">Publications</a> --- 48,52 ---- <tr class="NavRow"> ! <td class="Nav" onClick="navBarClick(this,1,'./publications.html')"> <div class="NavText"> <a href="./publications.html" target="main">Publications</a> *************** *** 57,61 **** <tr class="NavRow"> ! <td class="Nav" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./people.html')"> <div class="NavText"> <a href="./people.html" target="main">People</a> --- 56,60 ---- <tr class="NavRow"> ! <td class="Nav" onClick="navBarClick(this,1,'./people.html')"> <div class="NavText"> <a href="./people.html" target="main">People</a> *************** *** 65,69 **** <tr class="NavRow"> ! <td class="Nav" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./contact.html')"> <div class="NavText"> <a href="./contact.html" target="main">Contact</a> --- 64,68 ---- <tr class="NavRow"> ! <td class="Nav" onClick="navBarClick(this,1,'./contact.html')"> <div class="NavText"> <a href="./contact.html" target="main">Contact</a> |
From: <tr...@us...> - 2003-06-16 17:56:56
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv29228/web Modified Files: menu.html Log Message: Removed onMouseOver Index: menu.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/menu.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** menu.html 12 Jun 2003 15:25:40 -0000 1.4 --- menu.html 16 Jun 2003 17:56:53 -0000 1.5 *************** *** 31,38 **** <tr class="NavRow"> ! <td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./overview.html')"><div class="NavText"><a href="./overview.html">Overview</a></div></td></tr> <tr class="NavRow"> ! <td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./architecture.html')"><div class="NavText"> <a href="./arch.html" target="main">Network arch.</a> </div> --- 31,38 ---- <tr class="NavRow"> ! <td class="Nav" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./overview.html')"><div class="NavText"><a href="./overview.html">Overview</a></div></td></tr> <tr class="NavRow"> ! <td class="Nav" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./architecture.html')"><div class="NavText"> <a href="./arch.html" target="main">Network arch.</a> </div> *************** *** 49,53 **** <tr class="NavRow"> ! <td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./publications.html')"> <div class="NavText"> <a href="./publications.html" target="main">Publications</a> --- 49,53 ---- <tr class="NavRow"> ! <td class="Nav" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./publications.html')"> <div class="NavText"> <a href="./publications.html" target="main">Publications</a> *************** *** 57,61 **** <tr class="NavRow"> ! <td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./people.html')"> <div class="NavText"> <a href="./people.html" target="main">People</a> --- 57,61 ---- <tr class="NavRow"> ! <td class="Nav" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./people.html')"> <div class="NavText"> <a href="./people.html" target="main">People</a> *************** *** 65,69 **** <tr class="NavRow"> ! <td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./contact.html')"> <div class="NavText"> <a href="./contact.html" target="main">Contact</a> --- 65,69 ---- <tr class="NavRow"> ! <td class="Nav" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./contact.html')"> <div class="NavText"> <a href="./contact.html" target="main">Contact</a> |