Difference between revisions of "OLQM"
From OpenScience
(→Datasets) |
|||
Line 16: | Line 16: | ||
|- | |- | ||
|http://ox.informatik.uni-rostock.de/thm/olqm-data/out_ap57_eth1_3weeks.dat | |http://ox.informatik.uni-rostock.de/thm/olqm-data/out_ap57_eth1_3weeks.dat | ||
− | |First example | + | |First example. Timeline of measured noise values (what the network interface card reports) of a single node. |
|1244651700 -94 2009-06-10 16:35:13 - Unix Timestamp Noise Time - select unix_timestamp(server_time), convert(current_noise, signed), time into outfile 'out_ap57_eth1_3weeks.dat' from olqm.report where node_ip = '192.168.1.57' and device = 'eth1' order by server_time; | |1244651700 -94 2009-06-10 16:35:13 - Unix Timestamp Noise Time - select unix_timestamp(server_time), convert(current_noise, signed), time into outfile 'out_ap57_eth1_3weeks.dat' from olqm.report where node_ip = '192.168.1.57' and device = 'eth1' order by server_time; | ||
|} | |} |
Revision as of 10:32, 6 July 2009
Contents
Project Description
Till wrote a program that runs on severel network nodes (COTS access points) and collects several data, such as SNR. Collection started at ...
Contact contributers
- Till Wollenberg - mailto:till@irgendwas
- Thomas Mundt
Datasets
Data | Description | Format |
---|---|---|
http://ox.informatik.uni-rostock.de/thm/olqm-data/out_ap57_eth1_3weeks.dat | First example. Timeline of measured noise values (what the network interface card reports) of a single node. | 1244651700 -94 2009-06-10 16:35:13 - Unix Timestamp Noise Time - select unix_timestamp(server_time), convert(current_noise, signed), time into outfile 'out_ap57_eth1_3weeks.dat' from olqm.report where node_ip = '192.168.1.57' and device = 'eth1' order by server_time; |
Error creating thumbnail: File missing
Publications
- Till's thesis - in German
- Prediction of interference conditions in an ad hoc network - More detailed evaluation of data collected with OLQM within a large scale ad hoc network.
- Interference Aware Route Optimization with Predicted Network Conditions - First evaluation of data collected with OLQM within a large scale ad hoc network.