Thread: [Firebug-cvs] firebug/web index_old.html,NONE,1.1 index.html,1.16,1.17
Brought to you by:
doolin
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> |