[Firebug-cvs] firebug/web field-result.html,1.1,1.2
Brought to you by:
doolin
From: <che...@us...> - 2003-07-18 20:23:22
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv17536 Modified Files: field-result.html Log Message: . Index: field-result.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/field-result.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** field-result.html 18 Jul 2003 19:08:51 -0000 1.1 --- field-result.html 18 Jul 2003 20:23:17 -0000 1.2 *************** *** 1,2 **** --- 1,3 ---- + <html> *************** *** 4,17 **** <link type="text/css" rel="stylesheet" href="firebug.css"> <link rel="SHORTCUT ICON" href="./images/favicon.ico"> ! <title>FireBug field page</title> </head> <body> - 7/16/2003 Wed. 1:40PM In Front of Library. <table class="db_schema"> <tr> --- 5,50 ---- <link type="text/css" rel="stylesheet" href="firebug.css"> <link rel="SHORTCUT ICON" href="./images/favicon.ico"> ! <title>FireBug field Experiment</title> </head> <body> + <h1>FireBug Field Experiment #1</h1> + <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> + Tools Used:<br> + <ul> + <li> + Motes loaded with CollectDataFB application and BaseStation. + </li> + <li> + ListenFB, Mysql Databse: Firebug, Apache WebServer,Php WebPage. + </li> + </ul> + + + <h2>Result Summary</h2> + <table class="db_schema"> <tr> *************** *** 102,106 **** </table> ! Problems:<br> 1. DATATIME stamp in mysql<br> 2. database name on command line<br> --- 135,143 ---- </table> ! <P> ! Raw Data from the experiment can be accessed from <a href="2003_7_16.txt">here</a> ! ! ! <h2>Problems</h2> 1. DATATIME stamp in mysql<br> 2. database name on command line<br> |