[Firebug-cvs] firebug/web field-result.html,1.2,1.3
Brought to you by:
doolin
From: <do...@us...> - 2003-07-21 20:20:50
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv21263 Modified Files: field-result.html Log Message: Added more details of feild experiment in front of library. Index: field-result.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/field-result.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** field-result.html 18 Jul 2003 20:23:17 -0000 1.2 --- field-result.html 21 Jul 2003 19:47:48 -0000 1.3 *************** *** 12,32 **** <h2>Time, Location</h2> ! 7/16/2003 Wed. 1:40PM In Front of Library. <h2>Context</h2> Purpose:<br> The experiment measured the success rate for packet transmission for the Mica2 mote uploaded with CollectDataFB application. ! <P> BaseStation mote was set up as the starting point, we deplyed the mote with CollectData application at 5,10,20,40,80,160,300 feet from the starting point for each test, and ListenFB logged all the packets the basestation received into the database. ! <P> ! Due to time took for the network establishment between the mote and basestaton, we disregarded the packets lost during this period, and caculate the success rate with the following:<br> ! success rate =(Number of Ending Packet Cnt-Number of Beginning cnt)/Number of Total Packet <p> --- 12,59 ---- <h2>Time, Location</h2> ! ! <p> ! 7/16/2003 Wed. 1:40PM In front of Doe library. ! The yard in front of Doe library is bowl shaped ! with a gentle slope to the west. The base station ! was located at the eastern, higher end of the yard, ! the motes deployed approximately downhill to the ! west along a line. The ground surface is mown grass, ! (i.e., turf), parts of which are sodden with moisture collected ! on the underground roof of the library. At least one ! drainage culvert crosses under or runs semi-parallel ! to the line along which the motes were deployed. ! The weather was warm (72 F), clear and sunny. ! </p> <h2>Context</h2> + Purpose:<br> + + <p> The experiment measured the success rate for packet transmission for the Mica2 mote uploaded with CollectDataFB application. ! </p> ! ! <p> BaseStation mote was set up as the starting point, we deplyed the mote with CollectData application at 5,10,20,40,80,160,300 feet from the starting point for each test, and ListenFB logged all the packets the basestation received into the database. ! All of the motes were positioned about 1.5 meters from the ! ground surface. ! </p> ! ! ! ! ! <p> ! Due to time took for the network establishment between the mote and basestaton, we disregarded the packets lost during this period, and caculate the success rate with the following:<br> ! success rate =(Number of Ending Packet Cnt-Number of ! Beginning cnt)/Number of Total Packet ! </p> <p> *************** *** 140,146 **** <h2>Problems</h2> ! 1. DATATIME stamp in mysql<br> ! 2. database name on command line<br> ! 3. Blast/mh6 retrsnsmission. </body> --- 167,194 ---- <h2>Problems</h2> ! ! Some issues with the data collection became apparent once ! the database logging application was started: ! ! <ol> ! <li>Time stamping packets: This has been solved by using the ! TIMESTAMP facility in MySQL. Packet data is timestamped ! when inserted into the database. The lag time doing this ! rather than extracting a time stamp from a packet is ! negligible compared to the 3000 ms packet transmission ! rate. ! </li> ! ! <li>Database name on command line: The database logging ! application was initially coded to send data to the ! firebug database. This most inconvenient, and has now ! been changed so that the database name must be specified ! on the command line. We assume that the database already ! exists in the MySQL server. ! </li> ! ! <li>Blast/mh6 retrsnsmission. ! </li> ! </ol> </body> |