<?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>Wireless Wave &#187; My notes</title>
	<atom:link href="http://matinrad.com/index.php/category/my-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://matinrad.com</link>
	<description>Arash, wireless and more</description>
	<lastBuildDate>Sun, 07 Feb 2010 17:36:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>NS-3 (NS3) And Eclipse (Part I)</title>
		<link>http://matinrad.com/index.php/2010/02/ns-3-and-eclipse/</link>
		<comments>http://matinrad.com/index.php/2010/02/ns-3-and-eclipse/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 17:37:19 +0000</pubDate>
		<dc:creator>Arash</dc:creator>
				<category><![CDATA[My notes]]></category>
		<category><![CDATA[NS-3]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Mercurial]]></category>
		<category><![CDATA[NS3]]></category>
		<category><![CDATA[NS3 simulator]]></category>

		<guid isPermaLink="false">http://matinrad.com/?p=145</guid>
		<description><![CDATA[This is a short explanation on how I added NS-3 (version 3.6) to Eclipse (Galileo). I use first part from NS-3 Wiki
Adding Mercurial to Eclipse
First download eclipse IDE for C++ developers from http://www.eclipse.org
* Install eclipse into you operating system
* Install mercurial eclipse plugin:
- Go to help-&#62;software update
- Click on available software
- Click on add a [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2010%2F02%2Fns-3-and-eclipse%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2010%2F02%2Fns-3-and-eclipse%2F" height="61" width="51" /></a></div><p>This is a short explanation on how I added NS-3 (version 3.6) to Eclipse (Galileo). I use first part from <a title="NS-3 Wiki- How to use Eclipse with NS-3" href="http://www.nsnam.org/wiki/index.php/HOWTO_configure_eclipse_with_ns-3" target="_blank">NS-3 Wiki</a></p>
<p><em><strong>Adding Mercurial to Eclipse</strong></em></p>
<blockquote><p>First download eclipse IDE for C++ developers from <a title="http://www.eclipse.org" rel="nofollow" href="http://www.eclipse.org/">http://www.eclipse.org</a><br />
* Install eclipse into you operating system<br />
* Install mercurial eclipse plugin:<br />
- Go to help-&gt;software update<br />
- Click on available software<br />
- Click on add a site<br />
- Add <a title="http://www.vectrace.com/eclipse-update/" rel="nofollow" href="http://www.vectrace.com/eclipse-update/">http://www.vectrace.com/eclipse-update/</a> taken from <a title="http://www.vectrace.com/mercurialeclipse/" rel="nofollow" href="http://www.vectrace.com/mercurialeclipse/">http://www.vectrace.com/mercurialeclipse/</a> then click on mercurialeclipse and check the box and click on install<br />
* We suppose that you already have mercurial installed on your machine</p></blockquote>
<p><em><strong>Making a Clone of NS-3 in Eclipse</strong></em></p>
<p>After you that you need to add the NS-3 from the repository:</p>
<p>Select: New -&gt; Other, and it would be like picture below:</p>
<div id="attachment_147" class="wp-caption aligncenter" style="width: 310px"><a href="http://matinrad.com/wp-content/uploads/2010/02/ns-3_Eclipse_mercurial.png"><img class="size-medium wp-image-147" title="Eclipse mercurial new project" src="http://matinrad.com/wp-content/uploads/2010/02/ns-3_Eclipse_mercurial-300x238.png" alt="" width="300" height="238" /></a><p class="wp-caption-text">Eclipse mercurial after new project</p></div>
<p style="text-align: center;">
<p>Then press next. now you need to enter &#8220;Repository location URL&#8221; that is: <em><strong>http://code.nsnam.org/ns-3-dev</strong></em></p>
<p>in case you want to have different versions of the NS-3 you need to define the &#8220;Clone directory name&#8221;, in the figure below I chose <em><strong>ns-3.7-dev </strong></em></p>
<div id="attachment_148" class="wp-caption aligncenter" style="width: 281px"><a href="http://matinrad.com/wp-content/uploads/2010/02/2.png"><img class="size-medium wp-image-148" title="Clone the NS-3 to workspace" src="http://matinrad.com/wp-content/uploads/2010/02/2-271x300.png" alt="" width="271" height="300" /></a><p class="wp-caption-text">Clone the NS-3 to workspace</p></div>
<p>Now you just need to wait for the project files be cloned. then you will find a copy of the project you wanted like below:</p>
<div id="attachment_149" class="wp-caption aligncenter" style="width: 310px"><a href="http://matinrad.com/wp-content/uploads/2010/02/4.png"><img class="size-medium wp-image-149" title="A clone made of NS-3.7-dev in clipse" src="http://matinrad.com/wp-content/uploads/2010/02/4-300x268.png" alt="" width="300" height="268" /></a><p class="wp-caption-text">A clone made of NS-3.7-dev in clipse</p></div>
<p>Since the folder is not know as a C++ project it is necessary to be converted to so right click on project name and select: new -&gt; convert to a C/C++ project the rest of settings should be same as picture below:</p>
<div id="attachment_150" class="wp-caption aligncenter" style="width: 280px"><a href="http://matinrad.com/wp-content/uploads/2010/02/5.png"><img class="size-medium wp-image-150" title="Convert to C++ project" src="http://matinrad.com/wp-content/uploads/2010/02/5-270x300.png" alt="" width="270" height="300" /></a><p class="wp-caption-text">Convert to C++ project</p></div>
<p><em><strong>Configuring the Build system</strong></em></p>
<p>We know that build system for NS-3 is Waf so we need to change the build configuration from build/make to Waf. so right click on project and select the properties then choose the &#8220;C/C++ Build&#8221;.</p>
<p>In the &#8220;<strong>Builder setup</strong>&#8221; choose &#8220;<strong>External Builder</strong>&#8221;</p>
<p>Remove the check from &#8220;<strong>Use default build command</strong>&#8221;</p>
<p>change &#8220;<strong>Build command</strong>&#8221; to<em><strong> ${workspace_loc:/ns-3.7-dev/waf}</strong></em></p>
<div id="attachment_152" class="wp-caption aligncenter" style="width: 310px"><a href="http://matinrad.com/wp-content/uploads/2010/02/8.png"><img class="size-medium wp-image-152" title="Behaviour setting " src="http://matinrad.com/wp-content/uploads/2010/02/8-300x195.png" alt="" width="300" height="195" /></a><p class="wp-caption-text">Behaviour setting</p></div>
<p>in Behavior tab, clear both &#8220;<strong>Build on resource save (Auto save)&#8221; </strong>and &#8220;<strong>Build (Incremental build)</strong></p>
<p><strong></p>
<div id="attachment_152" class="wp-caption aligncenter" style="width: 310px"><strong><a href="http://matinrad.com/wp-content/uploads/2010/02/8.png"><img class="size-medium wp-image-152" title="Behaviour setting " src="http://matinrad.com/wp-content/uploads/2010/02/8-300x195.png" alt="" width="300" height="195" /></a></strong><p class="wp-caption-text">Behaviour setting</p></div>
<p></strong></p>
<p>Now all you need to do is to push  <em>apply </em>and<em> Ok</em>. you will notice that Waf starts to build the whole project.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2010%2F02%2Fns-3-and-eclipse%2F&amp;linkname=NS-3%20%28NS3%29%20And%20Eclipse%20%28Part%20I%29">Share/Save</a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://matinrad.com/index.php/2010/02/ns-3-and-eclipse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>(Ke Liu&#8217;s) NS2 Wireless trace meaning and explanation</title>
		<link>http://matinrad.com/index.php/2009/12/ke-lius-ns2-wireless-trace-meaning-and-explanation/</link>
		<comments>http://matinrad.com/index.php/2009/12/ke-lius-ns2-wireless-trace-meaning-and-explanation/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 11:47:54 +0000</pubDate>
		<dc:creator>Arash</dc:creator>
				<category><![CDATA[My notes]]></category>
		<category><![CDATA[ns2]]></category>
		<category><![CDATA[trace]]></category>

		<guid isPermaLink="false">http://matinrad.com/?p=142</guid>
		<description><![CDATA[
ACTION:	[s&#124;r&#124;D]: s -- sent, r -- received, D -- dropped
WHEN:	the time when the action happened
WHERE:	the node where the action happened
LAYER:	AGT -- application,
	RTR -- routing,
	LL  -- link layer (ARP is done here)
	IFQ -- outgoing packet queue
               (between link and mac layer)
	MAC [...]


Related posts:<ol><li><a href='http://matinrad.com/index.php/2009/10/ieee-802-11-medium-access-control/' rel='bookmark' title='Permanent Link: IEEE 802.11 Medium Access Control'>IEEE 802.11 Medium Access Control</a></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F12%2Fke-lius-ns2-wireless-trace-meaning-and-explanation%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F12%2Fke-lius-ns2-wireless-trace-meaning-and-explanation%2F" height="61" width="51" /></a></div><blockquote>
<pre><span><span style="color: brown;">ACTION:	[s|r|D]: s -- sent, r -- received, D -- dropped
WHEN:	the time when the action happened
WHERE:	the node where the action happened
LAYER:	AGT -- application,
	RTR -- routing,
	LL  -- link layer (ARP is done here)
	IFQ -- outgoing packet queue
               (between link and mac layer)
	MAC -- mac,
	PHY -- physical
flags:
SEQNO:	the sequence number of the packet
TYPE:	the packet type
		cbr -- CBR data stream packet
		DSR -- DSR routing packet (control packet
                generated by routing)
		RTS -- RTS packet generated by MAC 802.11
		ARP -- link layer ARP packet
SIZE:	the size of packet at current layer, when packet goes down,
        size increases, goes up size decreases
[a b c d]:	a -- the packet duration in mac layer header
		b -- the mac address of destination
		c -- the mac address of source
		d -- the mac type of the packet body
flags:
[......]:	[
		source node ip : port_number
		destination node ip (-1 means broadcast) : port_number
		ip header ttl
		ip of next hop (0 means node 0 or broadcast)
		]
</span></span></pre>
</blockquote>
<p>via <a href="http://www.cs.binghamton.edu/~kliu/research/ns2code/index.html">Ke Liu&#8217;s NS2 Code and Q&amp;A</a>.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F12%2Fke-lius-ns2-wireless-trace-meaning-and-explanation%2F&amp;linkname=%28Ke%20Liu%26%238217%3Bs%29%20NS2%20Wireless%20trace%20meaning%20and%20explanation">Share/Save</a>

<p>Related posts:<ol><li><a href='http://matinrad.com/index.php/2009/10/ieee-802-11-medium-access-control/' rel='bookmark' title='Permanent Link: IEEE 802.11 Medium Access Control'>IEEE 802.11 Medium Access Control</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://matinrad.com/index.php/2009/12/ke-lius-ns2-wireless-trace-meaning-and-explanation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3G and 4G Wireless Blog: OFDM and OFDMA: The Difference</title>
		<link>http://matinrad.com/index.php/2009/12/3g-and-4g-wireless-blog-ofdm-and-ofdma-the-difference/</link>
		<comments>http://matinrad.com/index.php/2009/12/3g-and-4g-wireless-blog-ofdm-and-ofdma-the-difference/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 10:41:47 +0000</pubDate>
		<dc:creator>Arash</dc:creator>
				<category><![CDATA[My notes]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[IEEE 802.16e]]></category>
		<category><![CDATA[OFDM]]></category>
		<category><![CDATA[OFDMA]]></category>

		<guid isPermaLink="false">http://matinrad.com/?p=140</guid>
		<description><![CDATA[A very good article about OFDM and OFDMA :
3G and 4G Wireless Blog: OFDM and OFDMA: The Difference.
Share/Save

Related posts:ScribeFire &#8211; a Semi Desktop blog client

Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://matinrad.com/index.php/2009/10/blog-client-ubuntu-scribefire/' rel='bookmark' title='Permanent Link: ScribeFire &#8211; a Semi Desktop blog client'>ScribeFire &#8211; a Semi Desktop blog client</a></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F12%2F3g-and-4g-wireless-blog-ofdm-and-ofdma-the-difference%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F12%2F3g-and-4g-wireless-blog-ofdm-and-ofdma-the-difference%2F" height="61" width="51" /></a></div><p>A very good article about OFDM and OFDMA :</p>
<p><a href="http://3g4g.blogspot.com/2007/06/ofdm-and-ofdma-difference.html">3G and 4G Wireless Blog: OFDM and OFDMA: The Difference</a>.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F12%2F3g-and-4g-wireless-blog-ofdm-and-ofdma-the-difference%2F&amp;linkname=3G%20and%204G%20Wireless%20Blog%3A%20OFDM%20and%20OFDMA%3A%20The%20Difference">Share/Save</a>

<p>Related posts:<ol><li><a href='http://matinrad.com/index.php/2009/10/blog-client-ubuntu-scribefire/' rel='bookmark' title='Permanent Link: ScribeFire &#8211; a Semi Desktop blog client'>ScribeFire &#8211; a Semi Desktop blog client</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://matinrad.com/index.php/2009/12/3g-and-4g-wireless-blog-ofdm-and-ofdma-the-difference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foxdie : To give your firefox a Safari</title>
		<link>http://matinrad.com/index.php/2009/11/foxdie-to-give-your-firefox-a-safari/</link>
		<comments>http://matinrad.com/index.php/2009/11/foxdie-to-give-your-firefox-a-safari/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 10:54:15 +0000</pubDate>
		<dc:creator>Arash</dc:creator>
				<category><![CDATA[My notes]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Usefuls]]></category>

		<guid isPermaLink="false">http://matinrad.com/?p=138</guid>
		<description><![CDATA[For me it was not easy to have Bookmark bar and a toolbar visible  and still not thinking about those spaces wasted under them, so I tried these Safari style for Firefox which helped me to save some space, you can have &#8220;Hide menu&#8221; plug-in to as well.
Thanks for Installing the new Foxdie!.
Share/Save

Related posts:Gigya Toolbar [...]


Related posts:<ol><li><a href='http://matinrad.com/index.php/2009/10/gigya-toolbar-add-the-gigya-toolbar-for-free-and-increase-traffic-and-engagement/' rel='bookmark' title='Permanent Link: Gigya Toolbar :Add the Gigya Toolbar for Free and Increase Traffic and Engagement!'>Gigya Toolbar :Add the Gigya Toolbar for Free and Increase Traffic and Engagement!</a></li>
<li><a href='http://matinrad.com/index.php/2009/10/blog-client-ubuntu-scribefire/' rel='bookmark' title='Permanent Link: ScribeFire &#8211; a Semi Desktop blog client'>ScribeFire &#8211; a Semi Desktop blog client</a></li>
<li><a href='http://matinrad.com/index.php/2009/10/3d-virtual-reality-by-photosynth-a-windows-live-extra/' rel='bookmark' title='Permanent Link: 3D virtual reality by Photosynth, a Windows Live extra'>3D virtual reality by Photosynth, a Windows Live extra</a></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F11%2Ffoxdie-to-give-your-firefox-a-safari%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F11%2Ffoxdie-to-give-your-firefox-a-safari%2F" height="61" width="51" /></a></div><p>For me it was not easy to have Bookmark bar and a toolbar visible  and still not thinking about those spaces wasted under them, so I tried these Safari style for Firefox which helped me to save some space, you can have &#8220;Hide menu&#8221; plug-in to as well.<a href="http://www.foxdie.us/"><img src="http://www.foxdie.us/start/img/logo.png" alt="Back to Foxdie.us" /></a></p>
<p><a href="http://www.foxdie.us/start/3193/thanks.html">Thanks for Installing the new Foxdie!</a>.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F11%2Ffoxdie-to-give-your-firefox-a-safari%2F&amp;linkname=Foxdie%20%3A%20To%20give%20your%20firefox%20a%20Safari">Share/Save</a>

<p>Related posts:<ol><li><a href='http://matinrad.com/index.php/2009/10/gigya-toolbar-add-the-gigya-toolbar-for-free-and-increase-traffic-and-engagement/' rel='bookmark' title='Permanent Link: Gigya Toolbar :Add the Gigya Toolbar for Free and Increase Traffic and Engagement!'>Gigya Toolbar :Add the Gigya Toolbar for Free and Increase Traffic and Engagement!</a></li>
<li><a href='http://matinrad.com/index.php/2009/10/blog-client-ubuntu-scribefire/' rel='bookmark' title='Permanent Link: ScribeFire &#8211; a Semi Desktop blog client'>ScribeFire &#8211; a Semi Desktop blog client</a></li>
<li><a href='http://matinrad.com/index.php/2009/10/3d-virtual-reality-by-photosynth-a-windows-live-extra/' rel='bookmark' title='Permanent Link: 3D virtual reality by Photosynth, a Windows Live extra'>3D virtual reality by Photosynth, a Windows Live extra</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://matinrad.com/index.php/2009/11/foxdie-to-give-your-firefox-a-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smart posters and NFC</title>
		<link>http://matinrad.com/index.php/2009/11/smart-posters-and-nfc/</link>
		<comments>http://matinrad.com/index.php/2009/11/smart-posters-and-nfc/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 14:29:46 +0000</pubDate>
		<dc:creator>Arash</dc:creator>
				<category><![CDATA[My notes]]></category>
		<category><![CDATA[NFC]]></category>
		<category><![CDATA[Our works]]></category>
		<category><![CDATA[RFID]]></category>
		<category><![CDATA[Smart poster]]></category>

		<guid isPermaLink="false">http://matinrad.com/?p=130</guid>
		<description><![CDATA[Years ago we could listen to part of the concert from its poster in Sci-Fi Movies, and now it is really possible. Smart posters are equipped with a tag to provide a wide range of information such as audio, video, phone number, contact information, map or simply text.
Suppose you find a smart poster advertising a [...]


Related posts:<ol><li><a href='http://matinrad.com/index.php/2009/10/near-field-communication-what-is-nfc/' rel='bookmark' title='Permanent Link: Near Field Communication, What is NFC?'>Near Field Communication, What is NFC?</a></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F11%2Fsmart-posters-and-nfc%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F11%2Fsmart-posters-and-nfc%2F" height="61" width="51" /></a></div><p>Years ago we could listen to part of the concert from its poster in Sci-Fi Movies, and now it is really possible. Smart posters are equipped with a tag to provide a wide range of information such as audio, video, phone number, contact information, map or simply text.</p>
<p>Suppose you find a smart poster advertising a new mall somewhere, you can either find the address in bottom of the map or just close your phone to read the address, a small map and a picture of the building even a contact phone. Cool! now we know all we need to get to the mall.<br />
To surprise the seller can offer a discount coupon to those who has read the tag.</p>
<p>To get the idea watch the video showing the function (not by me):</p>
<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Z3xdEFg0Z2g&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/Z3xdEFg0Z2g&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6" allowscriptaccess="always" allowfullscreen="true"></embed></object></div>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F11%2Fsmart-posters-and-nfc%2F&amp;linkname=Smart%20posters%20and%20NFC">Share/Save</a>

<p>Related posts:<ol><li><a href='http://matinrad.com/index.php/2009/10/near-field-communication-what-is-nfc/' rel='bookmark' title='Permanent Link: Near Field Communication, What is NFC?'>Near Field Communication, What is NFC?</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://matinrad.com/index.php/2009/11/smart-posters-and-nfc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E-payment and m-Wallet</title>
		<link>http://matinrad.com/index.php/2009/10/e-payment-and-m-wallet/</link>
		<comments>http://matinrad.com/index.php/2009/10/e-payment-and-m-wallet/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 22:41:52 +0000</pubDate>
		<dc:creator>Arash</dc:creator>
				<category><![CDATA[My notes]]></category>
		<category><![CDATA[NFC]]></category>
		<category><![CDATA[e-ticket]]></category>
		<category><![CDATA[e-wallet]]></category>
		<category><![CDATA[mobile payment]]></category>
		<category><![CDATA[NFC congress]]></category>
		<category><![CDATA[paypass]]></category>
		<category><![CDATA[paywave]]></category>

		<guid isPermaLink="false">http://matinrad.com/index.php/2009/10/e-payment-and-m-wallet/</guid>
		<description><![CDATA[&#160;
E-payment or e-wallet which is actually implemented as m-wallet is the biggest shot of NFC. Use of m-wallet in e-ticketing is replacing the current payment method such as mobile (SMS, web based) payment or using traditional plastic card. New generations of contactless Mastercard (paypass) or Visa (paywave) cards are available in market for customers. Currently [...]


Related posts:<ol><li><a href='http://matinrad.com/index.php/2009/10/near-field-communication-what-is-nfc/' rel='bookmark' title='Permanent Link: Near Field Communication, What is NFC?'>Near Field Communication, What is NFC?</a></li>
<li><a href='http://matinrad.com/index.php/2009/10/nearfield-org-a-research-project-on-nfc/' rel='bookmark' title='Permanent Link: Nearfield.org : A research project on NFC'>Nearfield.org : A research project on NFC</a></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fe-payment-and-m-wallet%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fe-payment-and-m-wallet%2F" height="61" width="51" /></a></div><h5>&#160;</h5>
<p>E-payment or e-wallet which is actually implemented as m-wallet is the biggest shot of NFC. Use of m-wallet in e-ticketing is replacing the current payment method such as mobile (SMS, web based) payment or using traditional plastic card. New generations of contactless Mastercard (paypass) or Visa (paywave) cards are available in market for customers. Currently operators are offering mobile payment with NFC-enabled mobile phones. According to reports by 2010 NFC phones are able to replace all kind of payment card or mobile based payment systems.</p>
<p>[<i>NFC Congress, NFC Mobile Payments. </i>[PDF Document] Hagenberg, Austria : TELEFÓNICA CZECH REPUBLIC a.s., 2009]</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fe-payment-and-m-wallet%2F&amp;linkname=E-payment%20and%20m-Wallet">Share/Save</a>

<p>Related posts:<ol><li><a href='http://matinrad.com/index.php/2009/10/near-field-communication-what-is-nfc/' rel='bookmark' title='Permanent Link: Near Field Communication, What is NFC?'>Near Field Communication, What is NFC?</a></li>
<li><a href='http://matinrad.com/index.php/2009/10/nearfield-org-a-research-project-on-nfc/' rel='bookmark' title='Permanent Link: Nearfield.org : A research project on NFC'>Nearfield.org : A research project on NFC</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://matinrad.com/index.php/2009/10/e-payment-and-m-wallet/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Street at night passgin front light car trail</title>
		<link>http://matinrad.com/index.php/2009/10/street-at-night-passgin-front-light-car-trail/</link>
		<comments>http://matinrad.com/index.php/2009/10/street-at-night-passgin-front-light-car-trail/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 20:19:22 +0000</pubDate>
		<dc:creator>Arash</dc:creator>
				<category><![CDATA[My notes]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[long shutter]]></category>
		<category><![CDATA[night shot]]></category>

		<guid isPermaLink="false">http://matinrad.com/index.php/2009/10/street-at-night-passgin-front-light-car-trail/</guid>
		<description><![CDATA[


Street at night passgin ront light car trail, originally uploaded by arash_m.


I like photos at night and long open shutter pictures&#8230; this is the street behind our building.
Share/Save

Related posts:Autumn just arrived
3D virtual reality by Photosynth, a Windows Live extra

Related posts brought to you by Yet Another Related Posts Plugin.


Related posts:<ol><li><a href='http://matinrad.com/index.php/2009/10/autumn-just-arrived/' rel='bookmark' title='Permanent Link: Autumn just arrived'>Autumn just arrived</a></li>
<li><a href='http://matinrad.com/index.php/2009/10/3d-virtual-reality-by-photosynth-a-windows-live-extra/' rel='bookmark' title='Permanent Link: 3D virtual reality by Photosynth, a Windows Live extra'>3D virtual reality by Photosynth, a Windows Live extra</a></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fstreet-at-night-passgin-front-light-car-trail%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fstreet-at-night-passgin-front-light-car-trail%2F" height="61" width="51" /></a></div><div style="text-align: left; padding: 3px;">
<a href="http://www.flickr.com/photos/matinrad/4027344464/" title="photo sharing"><img src="http://farm3.static.flickr.com/2595/4027344464_3dba0309ae.jpg" style="border: solid 2px #000000;" alt="" /></a><br />
<br />
<span style="font-size: 0.8em; margin-top: 0px;"><a href="http://www.flickr.com/photos/matinrad/4027344464/">Street at night passgin ront light car trail</a>, originally uploaded by <a href="http://www.flickr.com/people/matinrad/">arash_m</a>.</span>
</div>
<p>
I like photos at night and long open shutter pictures&#8230; this is the street behind our building.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fstreet-at-night-passgin-front-light-car-trail%2F&amp;linkname=Street%20at%20night%20passgin%20front%20light%20car%20trail">Share/Save</a>

<p>Related posts:<ol><li><a href='http://matinrad.com/index.php/2009/10/autumn-just-arrived/' rel='bookmark' title='Permanent Link: Autumn just arrived'>Autumn just arrived</a></li>
<li><a href='http://matinrad.com/index.php/2009/10/3d-virtual-reality-by-photosynth-a-windows-live-extra/' rel='bookmark' title='Permanent Link: 3D virtual reality by Photosynth, a Windows Live extra'>3D virtual reality by Photosynth, a Windows Live extra</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://matinrad.com/index.php/2009/10/street-at-night-passgin-front-light-car-trail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Balanced Amplifiers &#8211; Microwave Encyclopedia &#8211; Microwaves101.com</title>
		<link>http://matinrad.com/index.php/2009/10/balanced-amplifiers-microwave-encyclopedia-microwaves101-com/</link>
		<comments>http://matinrad.com/index.php/2009/10/balanced-amplifiers-microwave-encyclopedia-microwaves101-com/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 21:56:24 +0000</pubDate>
		<dc:creator>Arash</dc:creator>
				<category><![CDATA[My notes]]></category>
		<category><![CDATA[Balanced amplifier]]></category>
		<category><![CDATA[RF course]]></category>

		<guid isPermaLink="false">http://matinrad.com/?p=111</guid>
		<description><![CDATA[A balanced amplifier has two amplifying devices that are run in quadrature. That is, they are operating 90 degrees apart in transmission phase. A quadrature coupler or splitter on the input phase-shifts the two signals 90 degrees at the amplifier inputs, then a second quadrature coupler on the output &#8220;un-phase-shifts&#8221; the signals at the amplifier [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fbalanced-amplifiers-microwave-encyclopedia-microwaves101-com%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fbalanced-amplifiers-microwave-encyclopedia-microwaves101-com%2F" height="61" width="51" /></a></div><p>A balanced amplifier has two amplifying devices that are run in quadrature. That is, they are operating 90 degrees apart in transmission phase. A quadrature coupler or splitter on the input phase-shifts the two signals 90 degrees at the amplifier inputs, then a second quadrature coupler on the output &#8220;un-phase-shifts&#8221; the signals at the amplifier outputs so they combine in phase.</p>
<p>via <a href="http://www.microwaves101.com/encyclopedia/balancedamp.cfm">Balanced Amplifiers &#8211; Microwave Encyclopedia &#8211; Microwaves101.com</a>.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fbalanced-amplifiers-microwave-encyclopedia-microwaves101-com%2F&amp;linkname=Balanced%20Amplifiers%20%26%238211%3B%20Microwave%20Encyclopedia%20%26%238211%3B%20Microwaves101.com">Share/Save</a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://matinrad.com/index.php/2009/10/balanced-amplifiers-microwave-encyclopedia-microwaves101-com/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why I don&#8217;t have an antivirus on my Ubuntu/Linux box</title>
		<link>http://matinrad.com/index.php/2009/10/why-i-dont-have-an-antivirus-on-my-ubuntulinux-box/</link>
		<comments>http://matinrad.com/index.php/2009/10/why-i-dont-have-an-antivirus-on-my-ubuntulinux-box/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 14:28:23 +0000</pubDate>
		<dc:creator>Arash</dc:creator>
				<category><![CDATA[My notes]]></category>
		<category><![CDATA[Linux client]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virus]]></category>

		<guid isPermaLink="false">http://matinrad.com/?p=107</guid>
		<description><![CDATA[Obviously it is not an easy life for viruses in a linux box, read the article it&#8217;s well explained.
The short life and hard times of a Linux virus
Share/Save

No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fwhy-i-dont-have-an-antivirus-on-my-ubuntulinux-box%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fwhy-i-dont-have-an-antivirus-on-my-ubuntulinux-box%2F" height="61" width="51" /></a></div><p><img class="alignleft" title="virus" src="http://www.adam.com.au/newsletter/images/Mar09Apr09/virus.jpg" alt="" width="96" height="96" />Obviously it is not an easy life for viruses in a linux box, read the article it&#8217;s well explained.</p>
<blockquote><p><a title="The short life and hard times of a Linux virus" href="http://librenix.com/?inode=21" target="_blank">The short life and hard times of a Linux virus</a></p></blockquote>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fwhy-i-dont-have-an-antivirus-on-my-ubuntulinux-box%2F&amp;linkname=Why%20I%20don%26%238217%3Bt%20have%20an%20antivirus%20on%20my%20Ubuntu%2FLinux%20box">Share/Save</a>

<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://matinrad.com/index.php/2009/10/why-i-dont-have-an-antivirus-on-my-ubuntulinux-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet Another Related Posts Plugin</title>
		<link>http://matinrad.com/index.php/2009/10/yet-another-related-posts-plugin/</link>
		<comments>http://matinrad.com/index.php/2009/10/yet-another-related-posts-plugin/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 14:02:51 +0000</pubDate>
		<dc:creator>Arash</dc:creator>
				<category><![CDATA[My notes]]></category>
		<category><![CDATA[Usefuls]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://matinrad.com/?p=91</guid>
		<description><![CDATA[After installed this plugin and tried to activate instead of dashboard I got an error message &#8221; &#8230;The used table type doesn&#8217;t support FULLTEXT indexes&#8230;&#8221; DO NOT PANIC read below :
If you receive an error like &#8220;The YARPP database has an error which could not be fixed.&#8221; or &#8220;&#8230;The used table type doesn&#8217;t support FULLTEXT [...]


Related posts:<ol><li><a href='http://matinrad.com/index.php/2009/10/wordpress-2-8-problems-and-solutions-faq-101-posts/' rel='bookmark' title='Permanent Link: Wordpress 2.8 Problems and Solutions (FAQ) (101 posts)'>Wordpress 2.8 Problems and Solutions (FAQ) (101 posts)</a></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fyet-another-related-posts-plugin%2F"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fyet-another-related-posts-plugin%2F" height="61" width="51" /></a></div><p>After installed this plugin and tried to activate instead of dashboard I got an error message &#8221; &#8230;The used table type doesn&#8217;t support FULLTEXT indexes&#8230;&#8221; <strong>DO NOT PANIC</strong> read below :</p>
<p>If you receive an error like &#8220;The YARPP database has an error which could not be fixed.&#8221; or &#8220;&#8230;The used table type doesn&#8217;t support FULLTEXT indexes&#8230;&#8221; after installing YARPP, either your database username does not have access or you need to change your database engine for &#8220;wp_posts&#8221; from <em>InnoDB</em> to <strong>MyISAM</strong>.</p>
<p>to solve the aceess problem visit <a title="Manual SQL setup" href="http://mitcho.com/code/yarpp/sql.php" target="_blank">here</a> and try to run SQL manual.</p>
<p>To change the engine goto to myPhpAdmin and select &#8220;wp_posts&#8221; table&gt;operations-&gt;engine.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fmatinrad.com%2Findex.php%2F2009%2F10%2Fyet-another-related-posts-plugin%2F&amp;linkname=Yet%20Another%20Related%20Posts%20Plugin">Share/Save</a>

<p>Related posts:<ol><li><a href='http://matinrad.com/index.php/2009/10/wordpress-2-8-problems-and-solutions-faq-101-posts/' rel='bookmark' title='Permanent Link: Wordpress 2.8 Problems and Solutions (FAQ) (101 posts)'>Wordpress 2.8 Problems and Solutions (FAQ) (101 posts)</a></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://matinrad.com/index.php/2009/10/yet-another-related-posts-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
