<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Pierow's Prattle &#187; Wireless Networking</title>
	<atom:link href="http://www.brokenhomeboy.co.uk/pierow/blog/category/wireless-networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brokenhomeboy.co.uk/pierow/blog</link>
	<description>Random Ramblings About This or That</description>
	<lastBuildDate>Sun, 05 Feb 2012 02:40:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>WiFi Regulatory Compliance &#8211; And How To Fix It</title>
		<link>http://www.brokenhomeboy.co.uk/pierow/blog/2011/06/wifi-regulatory-compliance-and-how-to-fix-it/</link>
		<comments>http://www.brokenhomeboy.co.uk/pierow/blog/2011/06/wifi-regulatory-compliance-and-how-to-fix-it/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 06:02:26 +0000</pubDate>
		<dc:creator>pierow</dc:creator>
				<category><![CDATA[Wireless Networking]]></category>

		<guid isPermaLink="false">http://www.brokenhomeboy.co.uk/pierow/blog/?p=960</guid>
		<description><![CDATA[Wicher posted on Smörgåsbord about an interesting problem.  His Atheros card was set to use the US regulatory domain even though he was in The Netherlands.  This limited his ability to use wireless channels 12 &#38; 13 which are allowed in Europe but not in the US.  &#8220;iw reg set NL&#8221; did not resolve the [...]]]></description>
			<content:encoded><![CDATA[<p>Wicher posted on <a title="Smörgåsbord" href="http://smorgasbord.gavagai.nl/" target="_blank">Smörgåsbord</a> about an interesting problem.  His Atheros card was set to use the US regulatory domain even though he was in The Netherlands.  This limited his ability to use wireless channels 12 &amp; 13 which are allowed in Europe but not in the US.  &#8220;iw reg set NL&#8221; did not resolve the problem (read the article for an in depth explanation of why) so he found a work-around.  It seems that the <a title="Central Regulatory Domain Agent" href="http://wireless.kernel.org/en/developers/Regulatory/CRDA" target="_blank">crda</a> (Central Regulatory Domain Agent) application as compiled under <a title="OpenWRT" href="https://openwrt.org/" target="_blank">OpenWRT</a> does not require a digital signature &#8211; allowing the accompanying database to be modified.  With the newly updated crda database, he was able to access all 14 available channels.  (Though admittedly, channel 14 is not authorized for use in Europe)</p>
<p><span id="more-960"></span>To quote his post:</p>
<blockquote><p><code>regdbdump /usr/lib64/crda/regulatory.bin</code> gives me an editable version of the database. I didn’t feel like limiting myself, so I replaced this:</p>
<div>
<div>
<pre>country 00:
	(2402.000 - 2472.000 @ 40.000), (3.00, 20.00)
	(2457.000 - 2482.000 @ 20.000), (3.00, 20.00), PASSIVE-SCAN, NO-IBSS
	(2474.000 - 2494.000 @ 20.000), (3.00, 20.00), NO-OFDM, PASSIVE-SCAN, NO-IBSS
	(5170.000 - 5250.000 @ 40.000), (3.00, 20.00), PASSIVE-SCAN, NO-IBSS
	(5735.000 - 5835.000 @ 40.000), (3.00, 20.00), PASSIVE-SCAN, NO-IBSS
 
country US:
	(2402.000 - 2472.000 @ 40.000), (3.00, 27.00)
	(5170.000 - 5250.000 @ 40.000), (3.00, 17.00)
	(5250.000 - 5330.000 @ 40.000), (3.00, 20.00), DFS
	(5490.000 - 5600.000 @ 40.000), (3.00, 20.00), DFS
	(5650.000 - 5710.000 @ 40.000), (3.00, 20.00), DFS
	(5735.000 - 5835.000 @ 40.000), (3.00, 30.00)</pre>
</div>
</div>
<p>with this:</p>
<div>
<div>
<pre>country 00:
  (2402.000 - 2494.000 @ 40.000), (N/A, 30.00)
  (4910.000 - 5835.000 @ 40.000), (N/A, 30.00)
 
country US:
  (2402.000 - 2494.000 @ 40.000), (N/A, 30.00)
  (4910.000 - 5835.000 @ 40.000), (N/A, 30.00)</pre>
</div>
</div>
<p>and then I converted the database to its binary form with <code>db2bin.py</code> which one can find in the wireless-regdb source code releases. Copied  the new database over to my OpenWRT machine, restarted it, <code>dmesg</code>, presto:</p>
<div>
<div>
<pre>cfg80211: Calling CRDA to update world regulatory domain
cfg80211: World regulatory domain updated:
    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    (2402000 KHz - 2494000 KHz @ 40000 KHz), (N/A, 3000 mBm)
    (4910000 KHz - 5835000 KHz @ 40000 KHz), (N/A, 3000 mBm)
ath: EEPROM regdomain: 0x0
ath: EEPROM indicates default country code should be used
ath: doing EEPROM country-&gt;regdmn map search
ath: country maps to regdmn code: 0x3a
ath: Country alpha2 being used: US
ath: Regpair used: 0x3a
phy0: Selected rate control algorithm 'ath9k_rate_control'
phy0: Atheros AR9100 MAC/BB Rev:0 AR2133 RF Rev:a2 mem=0xb80c0000, irq=2
cfg80211: Calling CRDA for country: US
cfg80211: Regulatory domain changed to country: US
    (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
    (2402000 KHz - 2494000 KHz @ 40000 KHz), (N/A, 3000 mBm)
    (4910000 KHz - 5835000 KHz @ 40000 KHz), (N/A, 3000 mBm)</pre>
</div>
</div>
<div>
<div>
<pre>root@t33t:~# iwlist wlan0 channel
wlan0     14 channels in total; available frequencies :
          Channel 01 : 2.412 GHz
          Channel 02 : 2.417 GHz
          Channel 03 : 2.422 GHz
          Channel 04 : 2.427 GHz
          Channel 05 : 2.432 GHz
          Channel 06 : 2.437 GHz
          Channel 07 : 2.442 GHz
          Channel 08 : 2.447 GHz
          Channel 09 : 2.452 GHz
          Channel 10 : 2.457 GHz
          Channel 11 : 2.462 GHz
          Channel 12 : 2.467 GHz
          Channel 13 : 2.472 GHz
          Channel 14 : 2.484 GHz
          Current Frequency=2.452 GHz (Channel 9)</pre>
</div>
</div>
</blockquote>
<p>In short:</p>
<ol>
<li>Download binary database from router</li>
<li>Get the tools mentioned in the article</li>
<li>Use the tools to dump the database to text format</li>
<li>Edit the database</li>
<li>Use the tools to convert the database back to binary format</li>
<li>Upload DB to router</li>
</ol>
<p>[<a title="WiFi Regulatory Compliance - And How To Fix It" href="http://smorgasbord.gavagai.nl/2010/09/wifi-regulatory-compliance-and-how-to-fix-it/" target="_blank">Read the full article - WiFi regulatory compliance, and how to fix it</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brokenhomeboy.co.uk/pierow/blog/2011/06/wifi-regulatory-compliance-and-how-to-fix-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SailMail Provides Email Communication While at Sea</title>
		<link>http://www.brokenhomeboy.co.uk/pierow/blog/2011/03/sailmail-provides-email-communication-while-at-sea/</link>
		<comments>http://www.brokenhomeboy.co.uk/pierow/blog/2011/03/sailmail-provides-email-communication-while-at-sea/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 02:59:01 +0000</pubDate>
		<dc:creator>pierow</dc:creator>
				<category><![CDATA[Gadgets & Technology]]></category>
		<category><![CDATA[Travel]]></category>
		<category><![CDATA[Wireless Networking]]></category>

		<guid isPermaLink="false">http://www.brokenhomeboy.co.uk/pierow/blog/?p=756</guid>
		<description><![CDATA[SailMail is radio based e-mail system designed for yacht owners to facilitate email communication while at sea. SailMail&#8217;s utilizes its own world-wide network of SSB-Pactor radio stations, satellite (Iridium, Inmarsat, Globalstar, Thuraya) or any other method of internet access.  Much of its underlying technology is built upon the Winlink software used by amateur radio enthusiasts [...]]]></description>
			<content:encoded><![CDATA[<p>SailMail is radio based e-mail system designed for yacht owners to facilitate email communication while at sea. SailMail&#8217;s utilizes its own world-wide network of SSB-<a title="PACTOR" href="http://en.wikipedia.org/wiki/PACTOR" target="_blank">Pactor</a> radio stations, satellite (<a title="Iridium" href="http://www.iridium.com/" target="_blank">Iridium</a>, <a title="Inmarsat" href="http://www.inmarsat.com/" target="_blank">Inmarsat</a>, <a title="Globalstar" href="http://www.globalstar.com/en/" target="_blank">Globalstar</a>, <a title="Thuraya" href="http://www.thuraya.com/" target="_blank">Thuraya</a>) or any other method  of internet access.  Much of its underlying technology is built upon the <a title="Winlink" href="http://en.wikipedia.org/wiki/Winlink" target="_blank">Winlink</a> software used by amateur radio enthusiasts but SailMail only requires a marine radio license, not an amateur radio license.<span id="more-756"></span></p>
<blockquote><p>The SailMail system implements an efficient email transfer protocol that is optimized for use over communications systems that have limited bandwidth and high latency.  Satellite communications systems and SSB-Pactor terrestrial radio communications systems both have these characteristics.   The SailMail email system&#8217;s custom protocol substantially reduces the number of link-turn-arounds and implements compression, virus filtering, spam filtering, and attachment filtering.  The combination of the protocol, compression, and filtering dramatically improves communications efficiency.</p></blockquote>
<p>[<a title="SailMail Website" href="http://www.sailmail.com">SailMail Site</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brokenhomeboy.co.uk/pierow/blog/2011/03/sailmail-provides-email-communication-while-at-sea/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cracking WPA using Video Cards with CUDA Support</title>
		<link>http://www.brokenhomeboy.co.uk/pierow/blog/2009/08/cracking-wpa-using-video-cards-with-cuda-support/</link>
		<comments>http://www.brokenhomeboy.co.uk/pierow/blog/2009/08/cracking-wpa-using-video-cards-with-cuda-support/#comments</comments>
		<pubDate>Thu, 06 Aug 2009 20:16:57 +0000</pubDate>
		<dc:creator>pierow</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Wireless Networking]]></category>

		<guid isPermaLink="false">http://www.brokenhomeboy.co.uk/pierow/blog/?p=412</guid>
		<description><![CDATA[I-Hacked has an article describing the process for cracking Wi-Fi Protected Access (WPA and WPA2) encryption using the additional processing power of video cards with CUDA support. [Link]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-414" href="http://www.brokenhomeboy.co.uk/pierow/blog/2009/08/cracking-wpa-using-video-cards-with-cuda-support/geforce_video_card/"><img class="alignnone size-full wp-image-414" title="Geforce_Video_Card" src="http://www.brokenhomeboy.co.uk/pierow/blog/wp-content/uploads/2009/08/Geforce_Video_Card.jpg" alt="Geforce Video Card Cracking WPA using Video Cards with CUDA Support" width="400" height="286" /></a></p>
<p><a href="http://www.i-hacked.com/content/view/285/42/" target="_blank">I-Hacked</a> has an article describing the process for cracking <a href="http://en.wikipedia.org/wiki/Wi-Fi_Protected_Access" target="_blank">Wi-Fi Protected Access (WPA and WPA2)</a> encryption using the additional processing power of video cards with <a href="http://www.nvidia.com/object/cuda_learn.html" target="_blank">CUDA</a> support.</p>
<p>[<a href="http://www.i-hacked.com/content/view/285/42/" target="_blank">Link</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brokenhomeboy.co.uk/pierow/blog/2009/08/cracking-wpa-using-video-cards-with-cuda-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Mesh Potato &#8211; Mesh Routed VoIP Networking for Developing Communities</title>
		<link>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/the-mesh-potato-mesh-routed-voip-networking-for-developing-communities/</link>
		<comments>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/the-mesh-potato-mesh-routed-voip-networking-for-developing-communities/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 15:19:02 +0000</pubDate>
		<dc:creator>pierow</dc:creator>
				<category><![CDATA[VoIP]]></category>
		<category><![CDATA[Wireless Networking]]></category>

		<guid isPermaLink="false">http://www.brokenhomeboy.co.uk/pierow/blog/?p=247</guid>
		<description><![CDATA[The Mesh Potato project hopes to build an 802.11bg mesh router with a single FXS port. It is designed to provide telephony via VOIP while simultaneously facilitating a mesh cloud. It is an open hardware and open software design. It will run off a nominal 12VDC, from either a mains supply or solar PV system, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The Mesh Potato project hopes to build an 802.11bg mesh router with a single FXS port. It is designed to provide telephony via VOIP while simultaneously facilitating a mesh cloud. It is an open hardware and open software design. It will run off a nominal 12VDC, from either a mains supply or solar PV system, and be priced in the range of currently available Wifi routers (sub US$100).</p>
<p style="text-align: justify;">The target application is mesh routed VOIP networks, in particular (but not limited to) developing communities. An analog phone connects to the potato via the FXS port. When you make a call you potato talks to the potato down the street which talks to the next potato, and eventually to the destination. The mesh network can be augmented via backbone links and connected to the rest of the world via VOIP gateways.</p>
<p>[<a href="http://www.rowetel.com/blog/?p=70" target="_blank">More</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/the-mesh-potato-mesh-routed-voip-networking-for-developing-communities/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1000 mW MINI-PCI 802.11 Adaptor</title>
		<link>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/1000-mw-mini-pci-80211-adaptor/</link>
		<comments>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/1000-mw-mini-pci-80211-adaptor/#comments</comments>
		<pubDate>Tue, 17 Mar 2009 15:17:00 +0000</pubDate>
		<dc:creator>pierow</dc:creator>
				<category><![CDATA[Wireless Networking]]></category>

		<guid isPermaLink="false">http://www.brokenhomeboy.co.uk/pierow/blog/?p=231</guid>
		<description><![CDATA[Back in July, 2008, Freespace Systems announced the availability of their high performance 802.11 miniPCI radio.  The Valemount KXS30SG is the first full 1 Watt miniPCI radio module available worldwide. The card is Atheros AR5414 based and is supported by a wide number of open-source &#38; commercial operating systems (Including StarOS, Linux MadWifi, MikroTik, &#38; [...]]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-234" href="http://www.brokenhomeboy.co.uk/pierow/blog/?attachment_id=234"><img class="size-medium wp-image-234 alignleft" title="valemount-mini-pci" src="http://www.brokenhomeboy.co.uk/pierow/blog/wp-content/uploads/2009/03/valemount-mini-pci-300x235.jpg" alt="valemount mini pci 300x235 1000 mW MINI PCI 802.11 Adaptor" width="300" height="235" /></a></p>
<p style="text-align: justify;">Back in July, 2008, Freespace Systems announced the availability of their high performance 802.11 miniPCI radio.  The Valemount KXS30SG is the first full 1 Watt miniPCI radio module available worldwide.</p>
<p style="text-align: justify;">The card is Atheros AR5414 based and is supported by a wide number of open-source &amp; commercial operating systems (Including <a href="http://forums.star-os.com/" target="_blank">StarOS</a>, Linux <a href="http://madwifi.org/" target="_blank">MadWifi</a>, <a href="http://www.mikrotik.com/" target="_blank">MikroTik</a>, &amp; <a href="http://web.antcor.com/" target="_blank">Ikarus</a>.  It also comes with both <a href="http://en.wikipedia.org/wiki/MMCX" target="_blank">MMCX</a> (micro-miniature coaxial) and <a href="http://en.wikipedia.org/wiki/Hirose_U.FL" target="_blank">Hirose U.FL</a> antenna connectors.</p>
<p>[<a href="http://www.wlanparts.com/product/KXS30SG/KXS30SG__MINIPCI_ADAPTER_80211bg_1000mW.html" target="_blank">Pasadena Networks has the cards for $69</a>]  [<a href="http://static.zoovy.com/merchant/pnt/KXS30SG.pdf" target="_blank">Datasheet for the KXS30SG</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/1000-mw-mini-pci-80211-adaptor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubiquiti Networks&#8217; Bullet Outdoor Access Point</title>
		<link>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/ubiquiti-networks-bullet-outdoor-access-point/</link>
		<comments>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/ubiquiti-networks-bullet-outdoor-access-point/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 11:03:18 +0000</pubDate>
		<dc:creator>pierow</dc:creator>
				<category><![CDATA[Wireless Networking]]></category>

		<guid isPermaLink="false">http://www.brokenhomeboy.co.uk/pierow/blog/?p=203</guid>
		<description><![CDATA[The Ubiquiti Networks Bullet outdoor 802.11 access point is scheduled for release this month has been released.  The low-power (100 mW) version is $40 and the  1,000 mW (1 watt) version is $90.  (No, that&#8217;s not a typo)  It&#8217;s powered via PoE and connects directly to the antenna so the only connection required is CAT-5.  [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_202" class="wp-caption aligncenter" style="width: 310px"><a rel="attachment wp-att-202" href="http://www.brokenhomeboy.co.uk/pierow/blog/?attachment_id=202"><img class="size-medium wp-image-202" title="ubiquiti_networks_bullet" src="http://www.brokenhomeboy.co.uk/pierow/blog/wp-content/uploads/2009/03/ubiquiti_networks_bullet-300x142.png" alt="ubiquiti networks bullet 300x142 Ubiquiti Networks Bullet Outdoor Access Point" width="300" height="142" /></a><p class="wp-caption-text">Ubiquiti Networks Bullet</p></div>
<p>The <a href="http://www.ubnt.com/products/bullet.php" target="_blank">Ubiquiti Networks Bullet</a> outdoor 802.11 access point <span style="text-decoration: line-through;">is scheduled for release this month</span> has been released.  The low-power (100 mW) version is $40 and the  1,000 mW (1 watt) version is $90.  (No, that&#8217;s not a typo)  It&#8217;s powered via PoE and connects directly to the antenna so the only connection required is CAT-5.  The operating temp is inline with an outdoor application -20C to +70C (-4F to 158F) and it runs <a href="http://www.ubnt.com/airos/" target="_blank">AirOS</a>.  This could be the Holy Grail for implementing low-cost mesh wireless data networks.</p>
<p style="text-align: center;"><strong><a href="http://www.wlanparts.com/product/BULLET2-HP/UBIQUITI_BULLET2HP_800mW_WIRELESS_AP_or_CPE_OUTDOOR_80211bg.html" target="_blank">UPDATE: Pasadena Networks has the Ubiquiti Bullet in stock!</a></strong></p>
<p>[<a href="http://www.ubnt.com/downloads/b2_datasheet.pdf" target="_blank">Datasheet</a>] [<a href="http://www.ubnt.com/purchase/" target="_blank">Resellers</a>] [<a href="http://forum.ubnt.com/forum/viewforum.php?f=17" target="_blank">Bullet Forum</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/ubiquiti-networks-bullet-outdoor-access-point/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NEMA Enclosures for Outdoor 802.11 Access Points</title>
		<link>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/nema-enclosures-for-outdoor-80211-access-points/</link>
		<comments>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/nema-enclosures-for-outdoor-80211-access-points/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 13:23:10 +0000</pubDate>
		<dc:creator>pierow</dc:creator>
				<category><![CDATA[Wireless Networking]]></category>

		<guid isPermaLink="false">http://www.brokenhomeboy.co.uk/pierow/blog/?p=199</guid>
		<description><![CDATA[Using NEMA enclosures to house and protect wireless gear in an outdoor environment is nothing new but they tend to look like someone gutted their Linksys WRT54G and crammed the guts into a plastic box. L-CON has some really elaborate examples showing multiple access points, surge protection, amplifiers, band pass filters, etc all in a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="NEMA Enclosure" src="http://www.l-com.com/multimedia/nema_examples/nema_poe_300.jpg" alt="nema poe 300 NEMA Enclosures for Outdoor 802.11 Access Points" width="300" height="319" /></p>
<p>Using <a href="http://en.wikipedia.org/wiki/National_Electrical_Manufacturers_Association" target="_blank">NEMA</a> enclosures to house and protect wireless gear in an outdoor environment is nothing new but they tend to look like someone gutted their Linksys WRT54G and crammed the <em>guts</em> into a plastic box.</p>
<p>L-CON has some really elaborate examples showing multiple access points, surge protection, amplifiers, band pass filters, etc all in a neat, logical layout.  Impressive!</p>
<p>[<a href="http://www.l-com.com/content/Weatherproof_Enclosure_Examples.html" target="_blank">HyperLink Brand NEMA Enclosure Configuration Examples</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/nema-enclosures-for-outdoor-80211-access-points/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Ship to Shore 802.11 Link</title>
		<link>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/creating-a-ship-to-shore-80211-link/</link>
		<comments>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/creating-a-ship-to-shore-80211-link/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 07:09:49 +0000</pubDate>
		<dc:creator>pierow</dc:creator>
				<category><![CDATA[Wireless Networking]]></category>

		<guid isPermaLink="false">http://www.brokenhomeboy.co.uk/pierow/blog/?p=197</guid>
		<description><![CDATA[Tony&#8217;s Cafe has a really interesting article on using amplifiers along with a combination of omnidirectional and yagi antennas to create a ship-to-shore 802.11 wireless link.  Of particular interest is the use of Hyperlink amps and the calculations to compute signal loss due to connectors, cable length, etc. [Understanding 802.11 2.4GHz Amplifiers and Antennas (and [...]]]></description>
			<content:encoded><![CDATA[<p>Tony&#8217;s Cafe has a really interesting article on using amplifiers along with a combination of omnidirectional and yagi antennas to create a ship-to-shore 802.11 wireless link.  Of particular interest is the use of <a href="http://www.l-com.com/home.aspx" target="_blank">Hyperlink</a> amps and the calculations to compute signal loss due to connectors, cable length, etc.</p>
<p>[<a href="http://girasoli.org/?p=49" target="_blank">Understanding 802.11 2.4GHz Amplifiers and Antennas (and Creating a Ship to Shore Link)</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brokenhomeboy.co.uk/pierow/blog/2009/03/creating-a-ship-to-shore-80211-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

