<?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"
	>

<channel>
	<title>YAB &#187; wifi</title>
	<atom:link href="http://blog.alexgirard.com/tag/wifi/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.alexgirard.com</link>
	<description>Yet Another Blog</description>
	<pubDate>Wed, 26 Nov 2008 23:44:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>[Life] New flat and Wifi extension</title>
		<link>http://blog.alexgirard.com/life-new-flat-and-wifi-extension/</link>
		<comments>http://blog.alexgirard.com/life-new-flat-and-wifi-extension/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 15:02:07 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[flat]]></category>

		<category><![CDATA[life]]></category>

		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/?p=209</guid>
		<description><![CDATA[Here comes some photos of the new flat we occupy with Maki, after a Ikea triathlon (1 day shopping, 1 day building, 1 day enjoying), on the same building of the office, just 3 floors below:


Wifi connection needed a small boost, Pringles cans reflectors are doing a great job.

We&#8217;ve got now a repeater bridge at [...]]]></description>
			<content:encoded><![CDATA[<p>Here comes some photos of the new flat we occupy with Maki, after a Ikea triathlon (1 day shopping, 1 day building, 1 day enjoying), on the same building of the office, just 3 floors below:</p>
<p><img src="http://farm4.static.flickr.com/3193/2703219381_a789a42efe.jpg" width="375" height="500" alt="Côté Salon" /></p>
<p><img src="http://farm4.static.flickr.com/3212/2703223805_4416e75483.jpg" width="375" height="500" alt="Côté bureau" /></p>
<p>Wifi connection needed a small boost, <a href="http://www.freeantennas.com/projects/template/">Pringles cans reflectors</a> are doing a great job.</p>
<p><img src="http://farm4.static.flickr.com/3287/2703221693_a75623a38a.jpg" width="375" height="500" alt="Wifi Pringles antenna" /></p>
<p>We&#8217;ve got now a repeater bridge at home, and just in case, you can <a href="http://blog.alexgirard.com/wp-content/uploads/2008/07/repeater_bridge.bin">download the nvram config backup</a> (WPA mode, password is xxxxxx).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/life-new-flat-and-wifi-extension/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[OpenWrt] Command-line router</title>
		<link>http://blog.alexgirard.com/openwrt-command-line-router/</link>
		<comments>http://blog.alexgirard.com/openwrt-command-line-router/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 01:46:42 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[openwrt]]></category>

		<category><![CDATA[router]]></category>

		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/2008/01/22/openwrt-command-line-router/</guid>
		<description><![CDATA[The wrt54g router is good fun for all geeks, such a versatile network component with a lot of great feature coming from the open-source scene. Learn about its history if you don&#8217;t know yet, it&#8217;s one of the greatest GPL success after its use in a commercial product (win-win situation for Linksys and open-source communauty).
I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://en.wikipedia.org/wiki/WRT54G">wrt54g</a> router is good fun for all geeks, such a versatile network component with a lot of great feature coming from the open-source scene. <a href="http://indowrt.blogspot.com/2008/01/history-of-wrt54g-open-source-firmware.html">Learn about its history</a> if you don&#8217;t know yet, it&#8217;s one of the greatest GPL success after its use in a commercial product (win-win situation for Linksys and open-source communauty).</p>
<p>I&#8217;ve tried most of 3rd-party firmware to customize my router: <a href="http://www.dd-wrt.com">dd-wrt</a> (best solution for most cases), tomato (great appealing interface), and since yesterday night, <a href="http://openwrt.org/">openwrt</a></p>
<p><a href='http://openwrt.org/' title='openwrt'><img src='http://blog.alexgirard.com/wp-content/uploads/2008/01/image-1.png' alt='openwrt' style='border:0px;padding:5px;'/></a></p>
<p>Openwrt is just a command line interface to configure the router, with a linux-type system to manage files and services. With great simplicity comes great power.<br />
But it&#8217;s sincerely not a point and click interface. At least, you&#8217;ll be forced to understand the concepts under network interfaces, which is why we all want to try these complex tools, and it&#8217;s free education for anyone <img src='http://blog.alexgirard.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Once your router is stable, the fun begin. Openwrt comes with an <a href="http://www.handhelds.org/moin/moin.cgi/Ipkg">itsy package management system</a>, with a lot of software ready to deploy: <a href="www.kismetwireless.net">kismet</a>, ruby, apache&#8230;<br />
Then with some easy soldering, you can <a href="http://wiki.openwrt.org/OpenWrtDocs/Customizing/Hardware/MMC">plug a MMC/SD card</a> on it, then you just need to have some imagination to create some fancy stealth network box!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/openwrt-command-line-router/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wifi storytelling real-life travels</title>
		<link>http://blog.alexgirard.com/wifi-storytelling-real-life-travels/</link>
		<comments>http://blog.alexgirard.com/wifi-storytelling-real-life-travels/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 02:46:09 +0000</pubDate>
		<dc:creator>alx</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[airport]]></category>

		<category><![CDATA[command line]]></category>

		<category><![CDATA[mac]]></category>

		<category><![CDATA[wifi]]></category>

		<guid isPermaLink="false">http://blog.alexgirard.com/2007/03/20/wifi-storytelling-real-life-travels/</guid>
		<description><![CDATA[After discovering a new aiport command line for Mac OSX, the history command told me about my recent travels:


  
                             SSID
 auth
 cipher
 IBSS
 time stamp [...]]]></description>
			<content:encoded><![CDATA[<p>After discovering a new <a href="http://osxdaily.com/2007/01/18/airport-the-little-known-command-line-wireless-utility/">aiport command line</a> for Mac OSX, the history command told me about my recent travels:</p>
<table>
<tr>
<td>  </td>
<td align="right" style="font-weight:bold;">                             SSID</td>
<td> auth</td>
<td> cipher</td>
<td> IBSS</td>
<td> time stamp    </td>
</tr>
<tr>
<td>0:</td>
<td align="right" style="font-weight:bold;">                             Alx</td>
<td>   2</td>
<td>      2</td>
<td>    0</td>
<td> 11/10/06 10:18</td>
</tr>
<tr>
<td>1:</td>
<td align="right" style="font-weight:bold;">                       lasindias</td>
<td>   3</td>
<td>      0</td>
<td>    0</td>
<td> 03/09/07 00:48</td>
</tr>
<tr>
<td>2:</td>
<td align="right">             TECOM-AH4222-79D49D</td>
<td>   4</td>
<td>      5</td>
<td>    0</td>
<td> 01/16/07 17:43</td>
</tr>
<tr>
<td>3:</td>
<td align="right">                         THOMSON</td>
<td>   3</td>
<td>      0</td>
<td>    0</td>
<td> 12/18/06 22:09</td>
</tr>
<tr>
<td>4:</td>
<td align="right" style="font-weight:bold;">                   sternschnuppe</td>
<td>   3</td>
<td>      5</td>
<td>    0</td>
<td> 12/20/06 12:16</td>
</tr>
<tr>
<td>5:</td>
<td align="right">                      HUBTELECOM</td>
<td>   3</td>
<td>      0</td>
<td>    0</td>
<td> 12/20/06 04:54</td>
</tr>
<tr>
<td>6:</td>
<td align="right" style="font-weight:bold;">                             AFO</td>
<td>   4</td>
<td>      5</td>
<td>    0</td>
<td> 12/18/06 18:40</td>
</tr>
<tr>
<td>7:</td>
<td align="right">                        wifipass</td>
<td>   3</td>
<td>      0</td>
<td>    0</td>
<td> 12/18/06 18:28</td>
</tr>
<tr>
<td>8:</td>
<td align="right" style="font-weight:bold;">                        Minijoan</td>
<td>   2</td>
<td>      4</td>
<td>    0</td>
<td> 06/15/06 12:40</td>
</tr>
<tr>
<td>9:</td>
<td align="right" style="font-weight:bold;">                   iChat Bonjour</td>
<td>   3</td>
<td>      0</td>
<td>    1</td>
<td> 11/18/06 15:39</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://blog.alexgirard.com/wifi-storytelling-real-life-travels/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
