<?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>Why can&#039;t we play today... &#187; wireless</title>
	<atom:link href="http://kaan.ozdincer.com/gunce/tag/wireless/feed" rel="self" type="application/rss+xml" />
	<link>http://kaan.ozdincer.com/gunce</link>
	<description>Kaan Ozdincer Kişisel Ağ Güncesi</description>
	<lastBuildDate>Sun, 23 Jan 2011 11:11:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Python-wifi ile 6 Satırda Wireless Sinyal Gücü Ölçme</title>
		<link>http://kaan.ozdincer.com/gunce/programlama/python-wifi-ile-6-satirda-wireless-sinyal-gucu-olcme</link>
		<comments>http://kaan.ozdincer.com/gunce/programlama/python-wifi-ile-6-satirda-wireless-sinyal-gucu-olcme#comments</comments>
		<pubDate>Tue, 07 Jul 2009 10:39:07 +0000</pubDate>
		<dc:creator>kozdincer</dc:creator>
				<category><![CDATA[Programlama]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[python-wifi]]></category>
		<category><![CDATA[sinyal gücü]]></category>
		<category><![CDATA[wi-fi]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[yazılım]]></category>

		<guid isPermaLink="false">http://kaan.ozdincer.com/?p=17</guid>
		<description><![CDATA[Python ‘un en büyük özelliklerinden biri kabul geniş kütüphaneleri sayesinde, python-wifi kullanarak sinyal gücünü 6 satırda tespit edebiliyoruz. import time from pythonwifi.iwlibs import Wireless w = Wireless(’wlan0‘) while True: print w.getStatistics()[1].getSignallevel() time.sleep(1)]]></description>
			<content:encoded><![CDATA[<div>
<p><a href="http://www.python.org/">Python</a> ‘un en büyük özelliklerinden biri kabul geniş kütüphaneleri sayesinde, <a href="http://pypi.python.org/pypi/python-wifi/0.3.1">python-wifi</a> kullanarak sinyal gücünü 6 satırda tespit edebiliyoruz.</p>
<p><span id="more-54"> </span></p>
<blockquote><p>import <span style="color: #ff00ff;">time</span><br />
from <span style="color: #ff00ff;">pythonwifi.iwlibs</span> import <span style="color: #ff00ff;">Wireless</span></p>
<p>w = Wireless(’<span style="color: #ff0000;">wlan0</span>‘)</p>
<p><strong>while</strong> <span style="color: #00ff00;">True</span>:<br />
<strong>print</strong> w.getStatistics()[<span style="color: #ff9900;">1</span>].getSignallevel()<br />
time.sleep(<span style="color: #ff9900;">1</span>)</p></blockquote>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kaan.ozdincer.com/gunce/programlama/python-wifi-ile-6-satirda-wireless-sinyal-gucu-olcme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

