<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to WifiWatch</title><link>https://sourceforge.net/p/openmora/wiki/WifiWatch/</link><description>Recent changes to WifiWatch</description><atom:link href="https://sourceforge.net/p/openmora/wiki/WifiWatch/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 17 Oct 2011 14:24:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/openmora/wiki/WifiWatch/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage WifiWatch modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/openmora/wiki/WifiWatch/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -31,7 +31,7 @@
 - Sometimes, the value returned by CWirelessPower contains a "spurious" value higher than 100. It has not been determined yet under which conditions this happens.
 
 ##### 3.5 TODO
-- Publish the output of the module as a serialized observation, that can be written in a rawlog. At the moment of publishing this document, this feature is being added and debugged.
+- &lt;strike&gt;Publish the output of the module as a serialized observation, that can be written in a rawlog. At the moment of publishing this document, this feature is being added and debugged.&lt;/strike&gt;
 
 ##### 3.6 Interesting links
 - [CWirelessPower documentation](http://reference.mrpt.org/svn/classmrpt_1_1utils_1_1_c_wireless_power.html)
&lt;/pre&gt;</description><pubDate>Mon, 17 Oct 2011 14:24:30 -0000</pubDate><guid>https://sourceforge.net2112f285d04ecf779175ecedb806703906bd3cfb</guid></item><item><title>WikiPage WifiWatch modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/openmora/wiki/WifiWatch/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -18,7 +18,7 @@
 #### 3. Module development
 This section contains all the information about the development of the module. Read it if you intend to gain insight about the implementation or you plan to improve or debug it.
 ##### 3.1 Implementation
-The module uses the CWirelessPower object built inside MRPT. It is included in mrpt/hwdrivers/CWirelessPower.h. \[NOTE: at the moment of writing this document, it is still in mrpt/utils/CWirelessPower.h. This note will be removed when the file is moved to its final location\]. CWirelessPower offers an interface to the Wifi subsystem in an OS independent manner. WifiWatch periodically requests the CWirelessPower object for a measurement, and publishes the results.
+The module uses the CWirelessPower object built inside MRPT. It is included in mrpt/hwdrivers/CWirelessPower.h. CWirelessPower offers an interface to the Wifi subsystem in an OS independent manner. WifiWatch periodically requests the CWirelessPower object for a measurement, and publishes the results.
 
 ##### 3.2 Limitations of the implementation
 In Linux, CWirelessPower uses [Wireless Tools](http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html). To obtain an updated value of the power, a scan must be performed. This operation requires superuser rights. Thus, WifiWatch will ask for the root (or user, depending on the sudo settings of the system) password before starting to monitor the network.
&lt;/pre&gt;</description><pubDate>Thu, 06 Oct 2011 16:16:04 -0000</pubDate><guid>https://sourceforge.net0fe8f9f07aac7586097c2a6b8381a232e3d37862</guid></item><item><title>WikiPage WifiWatch modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/openmora/wiki/WifiWatch/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -10,30 +10,30 @@
     1.    &lt;b&gt;AppTick:&lt;/b&gt; The value of AppTick must be kept low, otherwise the module might fail. A value of 1 is good.
     2.    &lt;b&gt;CommsTick&lt;/b&gt;
     3.    &lt;b&gt;GUID:&lt;/b&gt; Interface used to monitor the network. Usually there will be only one. In Windows, the GUID can be obtained in the registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkCards\X). Remember that the braces ({}) must be included.
-    3.    &lt;b&gt;SSID:&lt;/b&gt; Name of the network to be monitored.
-
+    4.    &lt;b&gt;SSID:&lt;/b&gt; Name of the network to be monitored.
+
 ##### 2.2 OpenMORA variables
-The signal strength will be published in the WIFI_POWER variable.
-
-#### 4. Module development
+The signal strength will be published in the &lt;b&gt;WIFI_POWER&lt;/b&gt; variable.
+
+#### 3. Module development
 This section contains all the information about the development of the module. Read it if you intend to gain insight about the implementation or you plan to improve or debug it.
-##### 4.1 Implementation
+##### 3.1 Implementation
 The module uses the CWirelessPower object built inside MRPT. It is included in mrpt/hwdrivers/CWirelessPower.h. \[NOTE: at the moment of writing this document, it is still in mrpt/utils/CWirelessPower.h. This note will be removed when the file is moved to its final location\]. CWirelessPower offers an interface to the Wifi subsystem in an OS independent manner. WifiWatch periodically requests the CWirelessPower object for a measurement, and publishes the results.
 
-##### 4.2 Limitations of the implementation
+##### 3.2 Limitations of the implementation
 In Linux, CWirelessPower uses [Wireless Tools](http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html). To obtain an updated value of the power, a scan must be performed. This operation requires superuser rights. Thus, WifiWatch will ask for the root (or user, depending on the sudo settings of the system) password before starting to monitor the network.
 
-##### 4.3 Tests
+##### 3.3 Tests
 WifiWatch has been tested while monitoring a fixed access point from a mobile robot. The results obtained match the measurement given by Windows. 
 
-##### 4.4 Bugs
+##### 3.4 Bugs
 This section is subject to change as new bugs are found and old ones solved
 - Sometimes, the value returned by CWirelessPower contains a "spurious" value higher than 100. It has not been determined yet under which conditions this happens.
 
-##### 4.5 TODO
+##### 3.5 TODO
 - Publish the output of the module as a serialized observation, that can be written in a rawlog. At the moment of publishing this document, this feature is being added and debugged.
 
-##### 4.6 Interesting links
+##### 3.6 Interesting links
 - [CWirelessPower documentation](http://reference.mrpt.org/svn/classmrpt_1_1utils_1_1_c_wireless_power.html)
 - [Windows Native Wifi](http://msdn.microsoft.com/en-us/library/ms706556(v=vs.85).aspx)
 - [Wireless Tools for Linux](http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html)
&lt;/pre&gt;</description><pubDate>Thu, 23 Jun 2011 10:14:51 -0000</pubDate><guid>https://sourceforge.net215d6e61b6f0cfb943e83de0c993674a3744dca3</guid></item><item><title>WikiPage WifiWatch modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/openmora/wiki/WifiWatch/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -18,14 +18,23 @@
 #### 4. Module development
 This section contains all the information about the development of the module. Read it if you intend to gain insight about the implementation or you plan to improve or debug it.
 ##### 4.1 Implementation
-The module uses the CWirelessPower 
-
+The module uses the CWirelessPower object built inside MRPT. It is included in mrpt/hwdrivers/CWirelessPower.h. \[NOTE: at the moment of writing this document, it is still in mrpt/utils/CWirelessPower.h. This note will be removed when the file is moved to its final location\]. CWirelessPower offers an interface to the Wifi subsystem in an OS independent manner. WifiWatch periodically requests the CWirelessPower object for a measurement, and publishes the results.
+
 ##### 4.2 Limitations of the implementation
+In Linux, CWirelessPower uses [Wireless Tools](http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html). To obtain an updated value of the power, a scan must be performed. This operation requires superuser rights. Thus, WifiWatch will ask for the root (or user, depending on the sudo settings of the system) password before starting to monitor the network.
 
 ##### 4.3 Tests
+WifiWatch has been tested while monitoring a fixed access point from a mobile robot. The results obtained match the measurement given by Windows. 
 
 ##### 4.4 Bugs
+This section is subject to change as new bugs are found and old ones solved
+- Sometimes, the value returned by CWirelessPower contains a "spurious" value higher than 100. It has not been determined yet under which conditions this happens.
 
 ##### 4.5 TODO
+- Publish the output of the module as a serialized observation, that can be written in a rawlog. At the moment of publishing this document, this feature is being added and debugged.
 
 ##### 4.6 Interesting links
+- [CWirelessPower documentation](http://reference.mrpt.org/svn/classmrpt_1_1utils_1_1_c_wireless_power.html)
+- [Windows Native Wifi](http://msdn.microsoft.com/en-us/library/ms706556(v=vs.85).aspx)
+- [Wireless Tools for Linux](http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html)
+- [A solved bug that prevented the execution in certain computers](http://social.msdn.microsoft.com/Forums/en-US/vistawirelesssdk/thread/fe23cb8f-874f-4bfd-b776-c63416d6703b)
&lt;/pre&gt;</description><pubDate>Thu, 23 Jun 2011 08:53:23 -0000</pubDate><guid>https://sourceforge.net3560b139d12d14bd7650b91b2862203450e56d0d</guid></item><item><title>WikiPage WifiWatch modified by &lt;REDACTED&gt;</title><link>https://sourceforge.net/p/openmora/wiki/WifiWatch/</link><description>###WifiWatch
&lt;hr&gt;

#### 1. Overview
The WifiWatch module periodically measures the signal strength (%) of a specific wireless network, given by its SSID and the name of the interface. It provides other modules with this information through the OpenMORA board.

#### 2. Usage
##### 2.1 Configuration file
The WifiWatch module reads its main configuration from the pWifiWatch section of a mission file. The parameters read from this section are:
    1.    &lt;b&gt;AppTick:&lt;/b&gt; The value of AppTick must be kept low, otherwise the module might fail. A value of 1 is good.
    2.    &lt;b&gt;CommsTick&lt;/b&gt;
    3.    &lt;b&gt;GUID:&lt;/b&gt; Interface used to monitor the network. Usually there will be only one. In Windows, the GUID can be obtained in the registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\NetworkCards\X). Remember that the braces ({}) must be included.
    3.    &lt;b&gt;SSID:&lt;/b&gt; Name of the network to be monitored.

##### 2.2 OpenMORA variables
The signal strength will be published in the WIFI_POWER variable.

#### 4. Module development
This section contains all the information about the development of the module. Read it if you intend to gain insight about the implementation or you plan to improve or debug it.
##### 4.1 Implementation
The module uses the CWirelessPower 

##### 4.2 Limitations of the implementation

##### 4.3 Tests

##### 4.4 Bugs

##### 4.5 TODO

##### 4.6 Interesting links
</description><pubDate>Fri, 17 Jun 2011 12:46:48 -0000</pubDate><guid>https://sourceforge.net9f914d8ebfdbb2dd76863962761f7f3d549bfa28</guid></item></channel></rss>