Update of /cvsroot/firebug/firebug/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13675
Added Files:
architecture.php gps.php links.php monitoring.php mote.php
Log Message:
Added new files for the website.
--- NEW FILE: gps.php ---
<html>
<head>
<link type="text/css" rel="stylesheet" href="firebug.css">
<link rel="SHORTCUT ICON" href="./images/favicon.ico">
<title>
FireBug
</title>
</head>
<body>
<h1>GPS</h1>
<p>
Sensor location is an essential component of instrumented wildfire monitoring. Each mote is equipped with a Leadtek GPS receiver. Following deployment, the mote's fixed global position (GGA) is recorded and stored locally.
</p>
<center>
<img src="images/gps.jpg">
</center>
<a href="./gps_tests.htm">Some GPS results</a>
<h2>Multi-hop Routing Protocol</h2>
The initial implementation of FireBug uses MH6 for the self-organizing network routing protocol. Motes route data to the base station using radio link reliability.
<br>
<center>
<table>
<tr>
<td>
<img src="images/surgepic8.jpg">
</td>
</tr>
<tr>
<td>
<font face="Comic Sans MS">
Surge displays the topology of the network.
</font>
</td>
</tr>
</table>
</center>
</body>
</html>
--- NEW FILE: monitoring.php ---
<html>
<head>
<link type="text/css" rel="stylesheet" href="firebug.css">
<link rel="SHORTCUT ICON" href="./images/favicon.ico">
<title>
FireBug
</title>
</head>
<body>
<h1>Deployment of the Motes</h1>
Deployment of the motes requires two parts: the setup of the motes and the monitoring of the motes.
<h2>Setup of the Motes</h2>
<p>
Before the motes are placed in the field, they are programmed using the base station:
</p>
<center>
<table>
<tr>
<td>
<img src="images/basestation.jpg">
</td>
<td>
<img src="images/base_station.jpg">
</td>
</tr>
<tr>
<td>
<font face = "Comic Sans MS">
The motes are programmed using the base station.
</font>
</td>
<td>
<font face = "Comic Sans MS">
A closeup of the base station.
</font>
</td>
</tr>
</table>
</center>
<br>
<p>
Then, the motes are prepared for deployment:
</p>
<center>
<img src="images/deploy.jpg">
</center>
<br>
<p>
And finally, the result of all the work:
</p>
<center>
<table>
<tr>
<td>
<img src = "images/mote.jpg">
</td>
</tr>
<tr>
<td>
<font face="Comic Sans MS">
Photo of a deployed mote.
</font>
</td>
</tr>
</table>
</center>
<h2>Monitoring of the Motes</h2>
Firebug allows for online monitoring of the motes. Below are some pictures of the monitoring in action:
<center>
<table>
<tr>
<td>
<img src = "images/browser.jpg">
</td>
</tr>
<tr>
<td>
<font face="Comic Sans MS">
A screenshot of the browser-enabled monitoring of the sensors.
</font>
</td>
</tr>
</table>
<br>
<br>
<br>
<table>
<tr></tr>
<tr>
<td>
<img src = "images/monitoring.jpg">
</td>
</tr>
<tr>
<td>
<font face="Comic Sans MS">
An example of real-time monitoring using the web browser system.
</font>
</td>
</tr>
</table>
</body>
</html>
--- NEW FILE: architecture.php ---
<html>
<head>
<link type="text/css" rel="stylesheet" href="firebug.css">
<link rel="SHORTCUT ICON" href="./images/favicon.ico">
<title>
FireBug
</title>
</head>
<body>
<h1>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.
</p>
<br>
<center>
<img src="images/sysarch.jpg">
</center>
<br>
<h2>Data Flow/Tool Chains</h2>
<p>
A large amount of sample data are greatly needed in a timely manner. Firebug tool chains handle the data flow with standard technology, make the data with accurate data value, reliable data transfer and world wide access of data.
</p>
<center>
<img src="images/tool_chain.jpg">
</center>
</body>
</html>
--- NEW FILE: links.php ---
<html>
<head>
<link type="text/css" rel="stylesheet" href="firebug.css">
<link rel="SHORTCUT ICON" href="./images/favicon.ico">
<title>
FireBug
</title>
</head>
<body>
<h2>Some links</h2>
<a href="./overview.html">Overview</a> <br />
<a href="./people.html">People</a> <br />
<a href="./publications.html">Publications</a> <br />
<a href="./gps_tests.htm">Some GPS results</a> <br />
</body>
</html>
--- NEW FILE: mote.php ---
<html>
<head>
<link type="text/css" rel="stylesheet" href="firebug.css">
<link rel="SHORTCUT ICON" href="./images/favicon.ico">
<title>
FireBug
</title>
</head>
<body>
<h1>The FireBoard/Mote</h1>
<p>
Each mote has sufficient power, radio communication and processing capabilities to support location and thermal sensors and data handling. Along with geographic position, motes measure:
<p>
<ul>
<li>Humidity</li>
<li>Temperature</li>
<li>Light Intensity</li>
<li>Acceleration</li>
</ul>
<center>
<table>
<tr>
<td>
<img src="images/mote_closeup.jpg">
</td>
</tr>
<tr>
<td>
<font face="Comic Sans MS">
Closeup of a mote.
</font>
</td>
</tr>
</table>
</center>
</body>
</html>
|