Difference between revisions of "ART Experimental Data"

From Cyber-Physical Systems Laboratory
Jump to navigationJump to search
(Started page)
 
(Add data for Section 3)
Line 1: Line 1:
 
The experimental datasets we collected for "Robust Topology Control for Indoor Wireless Sensor Networks" are available below.  They are provided in [http://www.sqlite.org SQLite3] and CSV formats.
 
The experimental datasets we collected for "Robust Topology Control for Indoor Wireless Sensor Networks" are available below.  They are provided in [http://www.sqlite.org SQLite3] and CSV formats.
  
Each row in the dataset represents one successful packet transmission along with its round number, source, destination, sequence number, RSSI, and LQI.  For example, the row
+
Except where noted, each row in the dataset represents one successful packet transmission along with its round number, source, destination, sequence number, RSSI, and LQI.  For example, the row
  
 
:<code>0|138|133|1|-8|88</code>
 
:<code>0|138|133|1|-8|88</code>
Line 11: Line 11:
 
means that round 0 began at 23:03 on 2008-08-21.
 
means that round 0 began at 23:03 on 2008-08-21.
  
Putting the data on the Web is a work-in-progress.  Currently only the high-contention benchmark data is posted.  We can make the other datasets available on request.
+
Putting the data on the Web is a work-in-progress.  Currently a subset of the empirical study and evaluation data is posted.  We can make the other datasets available on request.
  
== High-Contention Benchmark ==
+
== Empirical Study (Section 3) ==
 +
 
 +
=== All Links (Section 3.2) ===
 +
 
 +
{| border = "1"
 +
|-
 +
| [[Media:all-links.sqlite.zip|SQLite]]
 +
| [[Media:all-links.csv.zip|CSV]]
 +
|}
 +
 
 +
=== Ten Links Under Contention (Section 3.3) ===
 +
 
 +
''RSSI and LQI values were not collected during this experiment.  Accordingly, there are no RSSI or LQI columns in the data.''
 +
 
 +
{| border = "1"
 +
|-
 +
| [[Media:contention.sqlite.zip|SQLite]]
 +
| [[Media:contention.csv.zip|CSV]]
 +
|}
 +
 
 +
=== Three Links, Fine-Grained (Section 3.4) ===
 +
 
 +
{| border = "1"
 +
|-
 +
| [[Media:link-fluctuations.sqlite.zip|SQLite]]
 +
| [[Media:link-fluctuations.sqlite.zip|CSV]]
 +
|}
 +
 
 +
 
 +
== Evaluation (Section 6) ==
 +
 
 +
=== High-Contention Benchmark (Section 6.4) ===
  
 
{| border = "1"
 
{| border = "1"

Revision as of 17:22, 20 April 2009

The experimental datasets we collected for "Robust Topology Control for Indoor Wireless Sensor Networks" are available below. They are provided in SQLite3 and CSV formats.

Except where noted, each row in the dataset represents one successful packet transmission along with its round number, source, destination, sequence number, RSSI, and LQI. For example, the row

0|138|133|1|-8|88

represents a packet transmitted during round 0 from node 138 to node 133 with a sequence number of 0, RSSI reading of -8, and LQI reading of 88. Each dataset also includes a second table that indicates the discrete time when each round began; e.g., the row

0|2008-08-21 23:03:34.458095

means that round 0 began at 23:03 on 2008-08-21.

Putting the data on the Web is a work-in-progress. Currently a subset of the empirical study and evaluation data is posted. We can make the other datasets available on request.

Empirical Study (Section 3)

All Links (Section 3.2)

SQLite CSV

Ten Links Under Contention (Section 3.3)

RSSI and LQI values were not collected during this experiment. Accordingly, there are no RSSI or LQI columns in the data.

SQLite CSV

Three Links, Fine-Grained (Section 3.4)

SQLite CSV


Evaluation (Section 6)

High-Contention Benchmark (Section 6.4)

no topology SQLite CSV
ART SQLite CSV
ART (w/o gradient optimization) SQLite CSV
PCBL SQLite CSV