[Firebug-cvs] firebug/web index.html,1.19,1.20 introduction.html,1.1,1.2 menu.html,1.10,1.11 overvie
Brought to you by:
doolin
From: <do...@us...> - 2003-11-20 22:32:20
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv15434 Modified Files: index.html introduction.html menu.html overview.html people.html Log Message: Started rewriting web site to be more accurate and more functional. Index: index.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/index.html,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** index.html 20 Nov 2003 18:33:54 -0000 1.19 --- index.html 20 Nov 2003 22:32:17 -0000 1.20 *************** *** 13,18 **** <frameset cols="190,90%"> <frame frameborder="0" src="./menu.html" noresize /> ! <frame frameborder="0" src="./index_old.html" name="main"/> </frameset> </html> --- 13,19 ---- <frameset cols="190,90%"> <frame frameborder="0" src="./menu.html" noresize /> ! <frame frameborder="0" src="./introduction.html" name="main"/> </frameset> </html> + Index: introduction.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/introduction.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** introduction.html 24 Jun 2003 00:07:20 -0000 1.1 --- introduction.html 20 Nov 2003 22:32:17 -0000 1.2 *************** *** 39,42 **** --- 39,44 ---- + <hr /> + <p> The FireBug project is hosted at *************** *** 46,164 **** - - - <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> --- 48,51 ---- Index: menu.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/menu.html,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** menu.html 9 Jul 2003 15:00:22 -0000 1.10 --- menu.html 20 Nov 2003 22:32:17 -0000 1.11 *************** *** 14,18 **** <body> ! <h2>Destinations</h2> <table width="160" height="100%" bgcolor="#EDE7DB"> --- 14,18 ---- <body> ! <h2>Site menu</h2> <table width="160" height="100%" bgcolor="#EDE7DB"> *************** *** 96,108 **** </td> </tr> <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> --- 96,116 ---- </td> </tr> + </table> + <h2>Associated links</h2> + + <table width="160" height="100%" bgcolor="#EDE7DB"> <tr> <td align="center"> <br> <br> <a href="http://www-laep.ced.berkeley.edu/~itr/"> ! <img src="./images/laep-fire.jpg" border="0" target="main" 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> + <br /> + <a href="http://www.citris.berkeley.edu/"> + <img src="./images/citris_logo_top.gif" border="0" width="160" alt="Click to visit CITRIS"> </a> </td> Index: overview.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/overview.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overview.html 24 Jun 2003 00:12:09 -0000 1.1 --- overview.html 20 Nov 2003 22:32:17 -0000 1.2 *************** *** 17,20 **** --- 17,139 ---- + <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.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$ + by $Author$. + </p> </body> Index: people.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/people.html,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** people.html 25 Jun 2003 22:43:38 -0000 1.4 --- people.html 20 Nov 2003 22:32:17 -0000 1.5 *************** *** 63,67 **** <li> ! David M. Doolin, O: 642-9278, H: 558-8294. </li> --- 63,67 ---- <li> ! David M. Doolin, H: 558-8294. </li> *************** *** 78,82 **** </li> - <li>Tracy Yang</li> </ul> --- 78,81 ---- |