<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Gtk-Womitor 0.2</title>
	<atom:link href="http://www.larsen-b.com/Article/174.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.larsen-b.com/Article/174.html</link>
	<description>Titanium Exposé</description>
	<lastBuildDate>Mon, 02 Jul 2018 13:54:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: Max</title>
		<link>http://www.larsen-b.com/Article/174.html/comment-page-1#comment-4853</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Tue, 27 May 2008 07:31:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-4853</guid>
		<description><![CDATA[If you run into the same issue: Jkx kindly told me how to correct the problem.

Change
&#039;level&#039; :self.parseValue(data[3]) - 0x100,
&#039;noise&#039; :self.parseValue(data[4]) - 0x100
 
to
&#039;level&#039; :self.parseValue(data[3]) * (-1),
&#039;noise&#039; :self.parseValue(data[4]) * (-1)

in gtkWomitor.py.]]></description>
		<content:encoded><![CDATA[<p>If you run into the same issue: Jkx kindly told me how to correct the problem.</p>
<p>Change<br />
&#8216;level&#8217; :self.parseValue(data[3]) &#8211; 0&#215;100,<br />
&#8216;noise&#8217; :self.parseValue(data[4]) &#8211; 0&#215;100</p>
<p>to<br />
&#8216;level&#8217; :self.parseValue(data[3]) * (-1),<br />
&#8216;noise&#8217; :self.parseValue(data[4]) * (-1)</p>
<p>in gtkWomitor.py.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.larsen-b.com/Article/174.html/comment-page-1#comment-3613</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 12 May 2008 19:51:19 +0000</pubDate>
		<guid isPermaLink="false">#comment-3613</guid>
		<description><![CDATA[Hi Max,

The main issue is some cards doesn&#039;t report level and noise in a good format. Could you send me a dump of your /proc/net/wireless. I&#039;m quite sure you can remove the - 0x100 ..

In fact the standard way is remove 0x100, but most drivers are buggy on this ..]]></description>
		<content:encoded><![CDATA[<p>Hi Max,</p>
<p>The main issue is some cards doesn&#8217;t report level and noise in a good format. Could you send me a dump of your /proc/net/wireless. I&#8217;m quite sure you can remove the &#8211; 0&#215;100 ..</p>
<p>In fact the standard way is remove 0&#215;100, but most drivers are buggy on this ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max</title>
		<link>http://www.larsen-b.com/Article/174.html/comment-page-1#comment-3590</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Mon, 12 May 2008 16:11:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-3590</guid>
		<description><![CDATA[Nice tool! Like it to monitor my link&#039;s strengt!

While my link is about 10-50, level and noice are around -350 (minus). I don&#039;t even see those two graphs. Just wanted to report this ;)]]></description>
		<content:encoded><![CDATA[<p>Nice tool! Like it to monitor my link&#8217;s strengt!</p>
<p>While my link is about 10-50, level and noice are around -350 (minus). I don&#8217;t even see those two graphs. Just wanted to report this ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jkx</title>
		<link>http://www.larsen-b.com/Article/174.html/comment-page-1#comment-742</link>
		<dc:creator>Jkx</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-742</guid>
		<description><![CDATA[&lt;p&gt;In fact, I do that to hack is little gtk. So i gonna finish this version first. but rtgraph looks pretty kool.&lt;/p&gt;
&lt;p&gt;-- Enjoy :)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>In fact, I do that to hack is little gtk. So i gonna finish this version first. but rtgraph looks pretty kool.</p>
<p>&#8211; Enjoy :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
