<?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: Test Wireless Signal Strength from the Command Line</title>
	<atom:link href="http://osxdaily.com/2010/07/07/test-wireless-signal-strength-from-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2010/07/07/test-wireless-signal-strength-from-the-command-line/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Tue, 21 May 2013 21:37:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: sdb</title>
		<link>http://osxdaily.com/2010/07/07/test-wireless-signal-strength-from-the-command-line/#comment-205075</link>
		<dc:creator>sdb</dc:creator>
		<pubDate>Sun, 19 Jun 2011 18:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=3997#comment-205075</guid>
		<description>Instead of:
while x=1; do ...

should do:
while true; do ...

Avoids confusing the issue with an unnecessary variable.</description>
		<content:encoded><![CDATA[<p>Instead of:<br />
while x=1; do &#8230;</p>
<p>should do:<br />
while true; do &#8230;</p>
<p>Avoids confusing the issue with an unnecessary variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://osxdaily.com/2010/07/07/test-wireless-signal-strength-from-the-command-line/#comment-148135</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Fri, 17 Dec 2010 20:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=3997#comment-148135</guid>
		<description>There&#039;s another handy way to use this script:

while x=1; do /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I &#124; grep CtlRSSI &#124; sed -e &#039;s/^.*://g&#039; &#124; say ; sleep 1; done

This will let my macbook read the signal strength out loud, while I&#039;m tweaking the antenna in the other room ;-)

Thanks!</description>
		<content:encoded><![CDATA[<p>There&#8217;s another handy way to use this script:</p>
<p>while x=1; do /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport -I | grep CtlRSSI | sed -e &#8216;s/^.*://g&#8217; | say ; sleep 1; done</p>
<p>This will let my macbook read the signal strength out loud, while I&#8217;m tweaking the antenna in the other room <img src='http://cdn.osxdaily.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://osxdaily.com/2010/07/07/test-wireless-signal-strength-from-the-command-line/#comment-130618</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sun, 07 Nov 2010 14:14:01 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=3997#comment-130618</guid>
		<description>Does anyone know how you can get the signal strength of an iPhone connected to a WiFi network? If I open Airport Utility and look under: /Advanced/Logs and Statistics/Wireless Clients/ it shows me signal strength of clients connected to network, any way to get at this from command line? Thanks. :]</description>
		<content:encoded><![CDATA[<p>Does anyone know how you can get the signal strength of an iPhone connected to a WiFi network? If I open Airport Utility and look under: /Advanced/Logs and Statistics/Wireless Clients/ it shows me signal strength of clients connected to network, any way to get at this from command line? Thanks. :]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Asher</title>
		<link>http://osxdaily.com/2010/07/07/test-wireless-signal-strength-from-the-command-line/#comment-106193</link>
		<dc:creator>Asher</dc:creator>
		<pubDate>Mon, 12 Jul 2010 15:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=3997#comment-106193</guid>
		<description>If you use this one often, you might want to symlink it as follows...

sudo ln -s   /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/bin/airport

...so that &quot;airport&quot; is now symlinked into a directory within your $path, so subsequently instead of having to type out the full path,  you can simply type e.g. &quot;airport -I&quot;</description>
		<content:encoded><![CDATA[<p>If you use this one often, you might want to symlink it as follows&#8230;</p>
<p>sudo ln -s   /System/Library/PrivateFrameworks/Apple80211.framework/Versions/Current/Resources/airport /usr/bin/airport</p>
<p>&#8230;so that &#8220;airport&#8221; is now symlinked into a directory within your $path, so subsequently instead of having to type out the full path,  you can simply type e.g. &#8220;airport -I&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.002 seconds using disk: basic
Object Caching 226/227 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-21 22:14:22 -->