<?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 for br1 blog</title>
	<atom:link href="http://br1.einfach.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://br1.einfach.org</link>
	<description>high-tech or low-life?</description>
	<lastBuildDate>Sun, 05 Feb 2012 14:50:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>Comment on Iquitos, Peru by Qian</title>
		<link>http://br1.einfach.org/2011/12/iquitos-peru/comment-page-1/#comment-2588</link>
		<dc:creator>Qian</dc:creator>
		<pubDate>Sun, 05 Feb 2012 14:50:41 +0000</pubDate>
		<guid isPermaLink="false">http://br1.einfach.org/?p=525#comment-2588</guid>
		<description>Bruno you make such amazingly beautiful pictures! Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Bruno you make such amazingly beautiful pictures! Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on horst by Alex</title>
		<link>http://br1.einfach.org/tech/horst/comment-page-1/#comment-2511</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 24 Jan 2012 01:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://br1.einfach.org/?page_id=62#comment-2511</guid>
		<description>Hi,
really love your program!
Was happy to get a new (ar71xx ath9k) router to test the spectrum analyzer mode.
But:
ERROR: wext set channel             │                                                                       
ERROR: could not set channel x (where x is i.e. 2-13 when I&#039;m on 1)
Current openwrt trunk with mac80211.
Any ideas?
Thanks!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
really love your program!<br />
Was happy to get a new (ar71xx ath9k) router to test the spectrum analyzer mode.<br />
But:<br />
ERROR: wext set channel             │<br />
ERROR: could not set channel x (where x is i.e. 2-13 when I&#8217;m on 1)<br />
Current openwrt trunk with mac80211.<br />
Any ideas?<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on horst by br1</title>
		<link>http://br1.einfach.org/tech/horst/comment-page-1/#comment-2337</link>
		<dc:creator>br1</dc:creator>
		<pubDate>Tue, 27 Dec 2011 02:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://br1.einfach.org/?page_id=62#comment-2337</guid>
		<description>&lt;code&gt;iw wlan0 interface add mon0 type monitor&lt;/code&gt; will always result in radiotap headers...</description>
		<content:encoded><![CDATA[<p><code>iw wlan0 interface add mon0 type monitor</code> will always result in radiotap headers&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on horst by Bill</title>
		<link>http://br1.einfach.org/tech/horst/comment-page-1/#comment-2318</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Sat, 24 Dec 2011 01:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://br1.einfach.org/?page_id=62#comment-2318</guid>
		<description>Hi Bruno,

I am using the Ralink 5390 card with the rt2800pci kernel module on ubuntu 11.10.  I successfully created a mon0 interface, but when I run horst -s I get:

Wrong monitor type! Please use radiotap or prism2 headers

Question is, how do I create monX with radiotap or prism2 headers?  

Thank you in advance.

Bill</description>
		<content:encoded><![CDATA[<p>Hi Bruno,</p>
<p>I am using the Ralink 5390 card with the rt2800pci kernel module on ubuntu 11.10.  I successfully created a mon0 interface, but when I run horst -s I get:</p>
<p>Wrong monitor type! Please use radiotap or prism2 headers</p>
<p>Question is, how do I create monX with radiotap or prism2 headers?  </p>
<p>Thank you in advance.</p>
<p>Bill</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on horst by br1</title>
		<link>http://br1.einfach.org/tech/horst/comment-page-1/#comment-2070</link>
		<dc:creator>br1</dc:creator>
		<pubDate>Sat, 03 Dec 2011 20:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://br1.einfach.org/?page_id=62#comment-2070</guid>
		<description>&gt; I used your code for ath9k driver on a netgear router .. ( this is for
&gt; 80211 abgn). I ran it on a thinkpad too.
&gt; The radiotap header&#039;s length is coming to be 14,18 in the two cases !
&gt; why is it different ...

the reasons for this are in the ath9k driver. without looking at the driver, i 
guess it could be different lengths for received and transmitted packets or 
different available information for different received packets.

&gt; your code seems fine as its just reading on a raw socket and typecasting
&gt; the buffer to a adiotap header. Also, there are no noise, signal values
&gt; reported in case of running your code on ath9k driver ! Seems reasonable
&gt; that you are reading the bitmap and checking the bit and then printing the
&gt; value. Can you please give any reasonable explaination ...

again, the reason for this is in the ath9k driver and mac80211 layer of the 
linux networking stack. the main developers of mac80211 have decided some time 
ago that they don&#039;t care about signal and noise values and have removed the 
corresponding (and well working) code. i and some others have protested, but 
there was not enough demand for reporting signal and noise on a per-packet 
basis. if you care about it, please ask on the linux-wireless mailinglist, 
it&#039;s easy enough to add the code again.

&gt; what do you mean by saying n is not supported by your driver ... I guess
&gt; the code I looked into did not suggest anything like that ( at the level
&gt; of just reading the radiotap headers)

sure, at this level there is no problem and horst can be used on n cards - by 
saying n is not supported i just mean that horst knows nothing about 802.11n 
specific packet types.</description>
		<content:encoded><![CDATA[<p>> I used your code for ath9k driver on a netgear router .. ( this is for<br />
> 80211 abgn). I ran it on a thinkpad too.<br />
> The radiotap header&#8217;s length is coming to be 14,18 in the two cases !<br />
> why is it different &#8230;</p>
<p>the reasons for this are in the ath9k driver. without looking at the driver, i<br />
guess it could be different lengths for received and transmitted packets or<br />
different available information for different received packets.</p>
<p>> your code seems fine as its just reading on a raw socket and typecasting<br />
> the buffer to a adiotap header. Also, there are no noise, signal values<br />
> reported in case of running your code on ath9k driver ! Seems reasonable<br />
> that you are reading the bitmap and checking the bit and then printing the<br />
> value. Can you please give any reasonable explaination &#8230;</p>
<p>again, the reason for this is in the ath9k driver and mac80211 layer of the<br />
linux networking stack. the main developers of mac80211 have decided some time<br />
ago that they don&#8217;t care about signal and noise values and have removed the<br />
corresponding (and well working) code. i and some others have protested, but<br />
there was not enough demand for reporting signal and noise on a per-packet<br />
basis. if you care about it, please ask on the linux-wireless mailinglist,<br />
it&#8217;s easy enough to add the code again.</p>
<p>> what do you mean by saying n is not supported by your driver &#8230; I guess<br />
> the code I looked into did not suggest anything like that ( at the level<br />
> of just reading the radiotap headers)</p>
<p>sure, at this level there is no problem and horst can be used on n cards &#8211; by<br />
saying n is not supported i just mean that horst knows nothing about 802.11n<br />
specific packet types.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on horst by br1</title>
		<link>http://br1.einfach.org/tech/horst/comment-page-1/#comment-2069</link>
		<dc:creator>br1</dc:creator>
		<pubDate>Sat, 03 Dec 2011 20:24:16 +0000</pubDate>
		<guid isPermaLink="false">http://br1.einfach.org/?page_id=62#comment-2069</guid>
		<description>thanks for your patch!</description>
		<content:encoded><![CDATA[<p>thanks for your patch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on horst by abhinav</title>
		<link>http://br1.einfach.org/tech/horst/comment-page-1/#comment-1983</link>
		<dc:creator>abhinav</dc:creator>
		<pubDate>Sat, 26 Nov 2011 06:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://br1.einfach.org/?page_id=62#comment-1983</guid>
		<description>hi, 
I used your code for ath9k driver on a netgear router .. ( this is for 80211 abgn).
I ran it on a thinkpad too.
The radiotap header&#039;s length is coming to be 14,18 in the two cases ! 
why is it different ... 
your code seems fine as its just reading on a raw socket and typecasting the buffer to a adiotap header. 
Also, there are no noise, signal values reported in case of running your code on ath9k driver ! 
Seems reasonable that you are reading the bitmap and checking the bit and then printing the value.
Can you please give any reasonable explaination ... 
what do you mean by saying n is not supported by your driver ... I guess the code I looked into did not suggest anything like that ( at the level of just reading the radiotap headers)</description>
		<content:encoded><![CDATA[<p>hi,<br />
I used your code for ath9k driver on a netgear router .. ( this is for 80211 abgn).<br />
I ran it on a thinkpad too.<br />
The radiotap header&#8217;s length is coming to be 14,18 in the two cases !<br />
why is it different &#8230;<br />
your code seems fine as its just reading on a raw socket and typecasting the buffer to a adiotap header.<br />
Also, there are no noise, signal values reported in case of running your code on ath9k driver !<br />
Seems reasonable that you are reading the bitmap and checking the bit and then printing the value.<br />
Can you please give any reasonable explaination &#8230;<br />
what do you mean by saying n is not supported by your driver &#8230; I guess the code I looked into did not suggest anything like that ( at the level of just reading the radiotap headers)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on horst by Uwe Wojak</title>
		<link>http://br1.einfach.org/tech/horst/comment-page-1/#comment-1903</link>
		<dc:creator>Uwe Wojak</dc:creator>
		<pubDate>Mon, 21 Nov 2011 11:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://br1.einfach.org/?page_id=62#comment-1903</guid>
		<description>Hallo Bruno,

running &#039;horst&#039; with &#039;-q&#039;  crashed on my system. 
I supply a patch against the current git version.

Thank you for this nice tools
Uwe


------------------------------------------------------------

diff --git a/main.c b/main.c
index affefde..a03f1b4 100644
--- a/main.c
+++ b/main.c
@@ -113,7 +113,8 @@ printlog(const char *fmt, ...)
 		/* fix up string for display log */
 		buf[0] = &#039;\n&#039;;
 #if DISPLAY
-		display_log(buf);
+        if (!conf.quiet)
+            display_log(buf);
 #endif
 	}
 }
@@ -341,7 +342,8 @@ handle_packet(struct packet_info* p)
 	update_essids(p, n);
 
 #if !DO_DEBUG &amp;&amp; DISPLAY
-	update_display(p, n);
+    if (!conf.quiet)
+        update_display(p, n);
 #endif
 }
 
@@ -634,7 +636,8 @@ main(int argc, char** argv)
 				net_send_channel_config();
 				update_spectrum_durations();
 #if DISPLAY
-				update_display(NULL, NULL);
+                if (!conf.quiet)
+                    update_display(NULL, NULL);
 #endif
 			}
 		}</description>
		<content:encoded><![CDATA[<p>Hallo Bruno,</p>
<p>running &#8216;horst&#8217; with &#8216;-q&#8217;  crashed on my system.<br />
I supply a patch against the current git version.</p>
<p>Thank you for this nice tools<br />
Uwe</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>diff &#8211;git a/main.c b/main.c<br />
index affefde..a03f1b4 100644<br />
&#8212; a/main.c<br />
+++ b/main.c<br />
@@ -113,7 +113,8 @@ printlog(const char *fmt, &#8230;)<br />
 		/* fix up string for display log */<br />
 		buf[0] = &#8216;\n&#8217;;<br />
 #if DISPLAY<br />
-		display_log(buf);<br />
+        if (!conf.quiet)<br />
+            display_log(buf);<br />
 #endif<br />
 	}<br />
 }<br />
@@ -341,7 +342,8 @@ handle_packet(struct packet_info* p)<br />
 	update_essids(p, n);</p>
<p> #if !DO_DEBUG &amp;&amp; DISPLAY<br />
-	update_display(p, n);<br />
+    if (!conf.quiet)<br />
+        update_display(p, n);<br />
 #endif<br />
 }</p>
<p>@@ -634,7 +636,8 @@ main(int argc, char** argv)<br />
 				net_send_channel_config();<br />
 				update_spectrum_durations();<br />
 #if DISPLAY<br />
-				update_display(NULL, NULL);<br />
+                if (!conf.quiet)<br />
+                    update_display(NULL, NULL);<br />
 #endif<br />
 			}<br />
 		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ayahuasca with the Shipibos, Peru by Angie</title>
		<link>http://br1.einfach.org/2011/09/pucallpa/comment-page-1/#comment-1283</link>
		<dc:creator>Angie</dc:creator>
		<pubDate>Mon, 19 Sep 2011 11:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://br1.einfach.org/?p=502#comment-1283</guid>
		<description>Hi Bruno,
wow ... freaky stuff that you are doing and going through. 
Will I still recognise you once we meet again? 

Warm wishes from Berlin and from what must be some kind of past life for you.
Angie</description>
		<content:encoded><![CDATA[<p>Hi Bruno,<br />
wow &#8230; freaky stuff that you are doing and going through.<br />
Will I still recognise you once we meet again? </p>
<p>Warm wishes from Berlin and from what must be some kind of past life for you.<br />
Angie</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ayahuasca with the Shipibos, Peru by mena</title>
		<link>http://br1.einfach.org/2011/09/pucallpa/comment-page-1/#comment-1238</link>
		<dc:creator>mena</dc:creator>
		<pubDate>Wed, 14 Sep 2011 16:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://br1.einfach.org/?p=502#comment-1238</guid>
		<description>hey bruno!!!
schön, was du erlebst...! 
wir sind immernoch in pisac und alles ist gut. ganz relaxed!
gehst du nach ecuador?

liebste grüsse von uns 4en
mena</description>
		<content:encoded><![CDATA[<p>hey bruno!!!<br />
schön, was du erlebst&#8230;!<br />
wir sind immernoch in pisac und alles ist gut. ganz relaxed!<br />
gehst du nach ecuador?</p>
<p>liebste grüsse von uns 4en<br />
mena</p>
]]></content:encoded>
	</item>
</channel>
</rss>

