<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Udin Harun</title>
	<atom:link href="http://alkautsarpens.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://alkautsarpens.wordpress.com</link>
	<description>Life Long Learning - Learn ...To Make Life Better - To gain Alkautsar - By The Greatness of Allah SWT, Everything Will Run Smoothly</description>
	<lastBuildDate>Tue, 10 Nov 2009 00:37:10 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Install NS2.31 for ubuntu gutsy 7.10 by Sotos-the-greek</title>
		<link>http://alkautsarpens.wordpress.com/2008/02/05/install-ns231-for-ubuntu-gutsy-710/#comment-522</link>
		<dc:creator>Sotos-the-greek</dc:creator>
		<pubDate>Tue, 10 Nov 2009 00:37:10 +0000</pubDate>
		<guid isPermaLink="false">http://alkautsarpens.wordpress.com/?p=138#comment-522</guid>
		<description>Type in terminal

which ns

You&#039;ll get something like usr/bin. This means that there is an other program named as ns.
Then go in that folder using your terminal and rename ns to ns-different using this command

sudo mv ns ns-different

Good luck!</description>
		<content:encoded><![CDATA[<p>Type in terminal</p>
<p>which ns</p>
<p>You&#8217;ll get something like usr/bin. This means that there is an other program named as ns.<br />
Then go in that folder using your terminal and rename ns to ns-different using this command</p>
<p>sudo mv ns ns-different</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by Ahmed</title>
		<link>http://alkautsarpens.wordpress.com/about/#comment-520</link>
		<dc:creator>Ahmed</dc:creator>
		<pubDate>Wed, 04 Nov 2009 22:06:40 +0000</pubDate>
		<guid isPermaLink="false">http://alkautsarpens.wordpress.com/about-2/#comment-520</guid>
		<description>SalemAlikom,
بسم الله الرحمن الرحيم
و قل ربي زدني علما....
I am a newer about NS2. my interesting is to implement the P2P and star topology withe the MAC&amp;&amp; PHY 802.15.4 in non beacon enabled mode, I beginer for the tcl script wpan_demo2 for star and i change the  $ns_ at 0.0&quot;$node_(0) sscs startCTPANCoord 0 O O
$ns_ at 1.5&quot;$node_(1) sscs startCTDevice 0 1 0 &quot;	;#;# startDevice      is it true?
to study the metrique performance for the energy, pakets delivery ratio traffic load(wat means?) and delay+troughput but I found some difficulties for the comprehenssion for the tcl script for exemple:
 1)Mac/802_15_4 wpanNam PlaybackRate 3ms
2)puts [format &quot;Acknowledgement for data : %s&quot; [Mac/802_15_4 wpanCmd ack4data]]
3)$ns_ at $appTime1 &quot;Mac/802_15_4 wpanNam PlaybackRate 0.50ms&quot;
4)$ns_ at [expr $appTime1 + 0.5] &quot;Mac/802_15_4 wpanNam PlaybackRate 1.5ms&quot;
	$val(traffic)traffic 1 0 0.2 $appTime1
	$val(traffic)traffic 2 0 0.2 $appTime2
	$val(traffic)traffic 3 0 0.1 $appTime3
can you sir explain me, to help me to send me the tclscript for nonbeacon star or p2p and AWK.
Thank you sir 
Maa salama
Ahmed

&lt;strong&gt;Udin Harun Reply :&lt;/strong&gt;
Waalaikumsalam wr.wb.

I do not have TCL script for non-beacon. I research on Cluster-tree with beacon.
However, the tutorial said you can change the value of SO and BO equal to 15 for non-beacon mode.

1)Mac/802_15_4 wpanNam PlaybackRate 3ms
   It is just for NAM simulation rate. you can change &#039;3ms&#039; to modify the speed of NAM simulation.
2). puts [format &quot;Acknowledgement for data : %s&quot; [Mac/802_15_4 wpanCmd ack4data]]
    I think it is used for &#039;your simulation use ACK or not&#039;
3). $ns_ at $appTime1 &quot;Mac/802_15_4 wpanNam PlaybackRate 0.50ms&quot;
    Like number 1). at time1, the speed of NAM is 0.5ms
4). $ns_ at [expr $appTime1 + 0.5] &quot;Mac/802_15_4 wpanNam PlaybackRate 1.5ms&quot;
       $val(traffic)traffic 1 0 0.2 $appTime1
       $val(traffic)traffic 2 0 0.2 $appTime2
       $val(traffic)traffic 3 0 0.1 $appTime3
   
     $val(traffic)traffic 1 0 0.2 $appTime1 ==&gt; &#039;1&#039; is the source node, &#039;0&#039; is the destination node, &#039;0.2&#039; is interarrival time (packet will be generated every 0.2 second). For detail, you can read NS2 manual.

For example of AWK and metric performance, you can study first from here : http://www.ifn.et.tu-dresden.de/~marandin/ZigBee/scripts.html

Thanks,

wassalam.

Udin Harun</description>
		<content:encoded><![CDATA[<p>SalemAlikom,<br />
بسم الله الرحمن الرحيم<br />
و قل ربي زدني علما&#8230;.<br />
I am a newer about NS2. my interesting is to implement the P2P and star topology withe the MAC&amp;&amp; PHY 802.15.4 in non beacon enabled mode, I beginer for the tcl script wpan_demo2 for star and i change the  $ns_ at 0.0&#8243;$node_(0) sscs startCTPANCoord 0 O O<br />
$ns_ at 1.5&#8243;$node_(1) sscs startCTDevice 0 1 0 &#8221;	;#;# startDevice      is it true?<br />
to study the metrique performance for the energy, pakets delivery ratio traffic load(wat means?) and delay+troughput but I found some difficulties for the comprehenssion for the tcl script for exemple:<br />
 1)Mac/802_15_4 wpanNam PlaybackRate 3ms<br />
2)puts [format "Acknowledgement for data : %s" [Mac/802_15_4 wpanCmd ack4data]]<br />
3)$ns_ at $appTime1 &#8220;Mac/802_15_4 wpanNam PlaybackRate 0.50ms&#8221;<br />
4)$ns_ at [expr $appTime1 + 0.5] &#8220;Mac/802_15_4 wpanNam PlaybackRate 1.5ms&#8221;<br />
	$val(traffic)traffic 1 0 0.2 $appTime1<br />
	$val(traffic)traffic 2 0 0.2 $appTime2<br />
	$val(traffic)traffic 3 0 0.1 $appTime3<br />
can you sir explain me, to help me to send me the tclscript for nonbeacon star or p2p and AWK.<br />
Thank you sir<br />
Maa salama<br />
Ahmed</p>
<p><strong>Udin Harun Reply :</strong><br />
Waalaikumsalam wr.wb.</p>
<p>I do not have TCL script for non-beacon. I research on Cluster-tree with beacon.<br />
However, the tutorial said you can change the value of SO and BO equal to 15 for non-beacon mode.</p>
<p>1)Mac/802_15_4 wpanNam PlaybackRate 3ms<br />
   It is just for NAM simulation rate. you can change &#8216;3ms&#8217; to modify the speed of NAM simulation.<br />
2). puts [format "Acknowledgement for data : %s" [Mac/802_15_4 wpanCmd ack4data]]<br />
    I think it is used for &#8216;your simulation use ACK or not&#8217;<br />
3). $ns_ at $appTime1 &#8220;Mac/802_15_4 wpanNam PlaybackRate 0.50ms&#8221;<br />
    Like number 1). at time1, the speed of NAM is 0.5ms<br />
4). $ns_ at [expr $appTime1 + 0.5] &#8220;Mac/802_15_4 wpanNam PlaybackRate 1.5ms&#8221;<br />
       $val(traffic)traffic 1 0 0.2 $appTime1<br />
       $val(traffic)traffic 2 0 0.2 $appTime2<br />
       $val(traffic)traffic 3 0 0.1 $appTime3</p>
<p>     $val(traffic)traffic 1 0 0.2 $appTime1 ==&gt; &#8216;1&#8242; is the source node, &#8216;0&#8242; is the destination node, &#8216;0.2&#8242; is interarrival time (packet will be generated every 0.2 second). For detail, you can read NS2 manual.</p>
<p>For example of AWK and metric performance, you can study first from here : <a href="http://www.ifn.et.tu-dresden.de/~marandin/ZigBee/scripts.html" rel="nofollow">http://www.ifn.et.tu-dresden.de/~marandin/ZigBee/scripts.html</a></p>
<p>Thanks,</p>
<p>wassalam.</p>
<p>Udin Harun</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Winter Vacation 2009 by Amina</title>
		<link>http://alkautsarpens.wordpress.com/2009/01/16/winter-vacation-2009/#comment-517</link>
		<dc:creator>Amina</dc:creator>
		<pubDate>Wed, 28 Oct 2009 12:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://alkautsarpens.wordpress.com/?p=467#comment-517</guid>
		<description>Assalem Alaykom,
I see you are in vacation so have a good vacation sir but I just need some help in my work for IEEE802.15.4 researche how can I put the varies trafic load and payload size in my TCL script in ns2.
can you sir please send me the example dor this.
Thankyou sir an best regard
Amina

&lt;strong&gt;Udin Harun Reply :&lt;/strong&gt;
Waalaikumsalam.
I will send it to your email.</description>
		<content:encoded><![CDATA[<p>Assalem Alaykom,<br />
I see you are in vacation so have a good vacation sir but I just need some help in my work for IEEE802.15.4 researche how can I put the varies trafic load and payload size in my TCL script in ns2.<br />
can you sir please send me the example dor this.<br />
Thankyou sir an best regard<br />
Amina</p>
<p><strong>Udin Harun Reply :</strong><br />
Waalaikumsalam.<br />
I will send it to your email.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install NS2.31 for ubuntu gutsy 7.10 by mimou</title>
		<link>http://alkautsarpens.wordpress.com/2008/02/05/install-ns231-for-ubuntu-gutsy-710/#comment-501</link>
		<dc:creator>mimou</dc:creator>
		<pubDate>Thu, 01 Oct 2009 14:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://alkautsarpens.wordpress.com/?p=138#comment-501</guid>
		<description>Hi,

In fact, I have insalled ns2.31 but when I run

$ nam out.nam
I have this output
nam:
[code 1=&quot;because&quot; 2=&quot;of&quot; 3=&quot;length&quot; language=&quot;omitted&quot;][/code]
: no event type or button # or keysym
    while executing
&quot;bind Listbox  {
%W yview scroll [expr {- (%D / 120) * 4}] units
}&quot;

can you please help me it&#039;s urgent !!!!
here is my email marwouta23@yahoo.fr
Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>In fact, I have insalled ns2.31 but when I run</p>
<p>$ nam out.nam<br />
I have this output<br />
nam:<br />
[/code]<br />
: no event type or button # or keysym<br />
    while executing<br />
"bind Listbox  {<br />
%W yview scroll [expr {- (%D / 120) * 4}] units<br />
}"</p>
<p>can you please help me it's urgent !!!!<br />
here is my email <a href="mailto:marwouta23@yahoo.fr">marwouta23@yahoo.fr</a><br />
Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install NS2.31 for ubuntu gutsy 7.10 by mimou</title>
		<link>http://alkautsarpens.wordpress.com/2008/02/05/install-ns231-for-ubuntu-gutsy-710/#comment-499</link>
		<dc:creator>mimou</dc:creator>
		<pubDate>Thu, 01 Oct 2009 13:41:00 +0000</pubDate>
		<guid isPermaLink="false">http://alkautsarpens.wordpress.com/?p=138#comment-499</guid>
		<description>Hi, please if anyone know the solution forward it to me because i&#039;m blocked and i don&#039;t know how to resolve it!!!
Thanks</description>
		<content:encoded><![CDATA[<p>Hi, please if anyone know the solution forward it to me because i&#8217;m blocked and i don&#8217;t know how to resolve it!!!<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install NS2.31 for ubuntu gutsy 7.10 by mimou</title>
		<link>http://alkautsarpens.wordpress.com/2008/02/05/install-ns231-for-ubuntu-gutsy-710/#comment-498</link>
		<dc:creator>mimou</dc:creator>
		<pubDate>Thu, 01 Oct 2009 11:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://alkautsarpens.wordpress.com/?p=138#comment-498</guid>
		<description>i am using ns-allinone-2.31 in ubuntu 9.04 but i got
the following error while trying to run nam

&gt; $ nam out.nam
&gt; nam:
&gt; [code 1=&quot;because&quot; 2=&quot;of&quot; 3=&quot;length&quot; language=&quot;omitted&quot;][/code]
&gt; : no event type or button # or keysym
&gt;     while executing
&gt; &quot;bind Listbox  {
&gt; %W yview scroll [expr {- (%D / 120) * 4}] units
&gt; }&quot;
&gt;     invoked from within
&gt; &quot;if {[string equal [tk windowingsystem] &quot;classic&quot;]
&gt; &#124;&#124; [string equal [tk windowingsystem] &quot;aqua&quot;]} {
&gt; bind Listbox  {
&gt; %W yview scroll [expr {...&quot;

PLease if you have an idea can you help to resolve the problem it&#039;s urgent.
Thanks</description>
		<content:encoded><![CDATA[<p>i am using ns-allinone-2.31 in ubuntu 9.04 but i got<br />
the following error while trying to run nam</p>
<p>&gt; $ nam out.nam<br />
&gt; nam:<br />
&gt; [/code]<br />
&gt; : no event type or button # or keysym<br />
&gt;     while executing<br />
&gt; "bind Listbox  {<br />
&gt; %W yview scroll [expr {- (%D / 120) * 4}] units<br />
&gt; }"<br />
&gt;     invoked from within<br />
&gt; "if {[string equal [tk windowingsystem] "classic"]<br />
&gt; || [string equal [tk windowingsystem] "aqua"]} {<br />
&gt; bind Listbox  {<br />
&gt; %W yview scroll [expr {..."</p>
<p>PLease if you have an idea can you help to resolve the problem it's urgent.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install NS2.31 for ubuntu gutsy 7.10 by azar</title>
		<link>http://alkautsarpens.wordpress.com/2008/02/05/install-ns231-for-ubuntu-gutsy-710/#comment-497</link>
		<dc:creator>azar</dc:creator>
		<pubDate>Mon, 28 Sep 2009 13:50:47 +0000</pubDate>
		<guid isPermaLink="false">http://alkautsarpens.wordpress.com/?p=138#comment-497</guid>
		<description>hi am too getting the ame error if u found how to solve the error pls do post it....</description>
		<content:encoded><![CDATA[<p>hi am too getting the ame error if u found how to solve the error pls do post it&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install NS2.31 for ubuntu gutsy 7.10 by Rita</title>
		<link>http://alkautsarpens.wordpress.com/2008/02/05/install-ns231-for-ubuntu-gutsy-710/#comment-496</link>
		<dc:creator>Rita</dc:creator>
		<pubDate>Mon, 28 Sep 2009 10:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://alkautsarpens.wordpress.com/?p=138#comment-496</guid>
		<description>Hi. when I type &quot;ns&quot; I get :

Usage: host [-v] [-a] [-t querytype] [options] name [server]
Listing: host [-v] [-a] [-t querytype] [options] -l zone [server]
Hostcount: host [-v] [options] -H [-D] [-E] [-G] zone
Check soa: host [-v] [options] -C zone
Addrcheck: host [-v] [options] -A host
Listing options: [-L level] [-S] [-A] [-p] [-P prefserver] [-N skipzone]
Common options: [-d] [-f&#124;-F file] [-I chars] [-i&#124;-n] [-q] [-Q] [-T] [-Z]
Other options: [-c class] [-e] [-m] [-o] [-r] [-R] [-s secs] [-u] [-w]
Special options: [-O srcaddr] [-j minport] [-J maxport]
Extended usage: [-x [name ...]] [-X server [name ...]]


What is it?</description>
		<content:encoded><![CDATA[<p>Hi. when I type &#8220;ns&#8221; I get :</p>
<p>Usage: host [-v] [-a] [-t querytype] [options] name [server]<br />
Listing: host [-v] [-a] [-t querytype] [options] -l zone [server]<br />
Hostcount: host [-v] [options] -H [-D] [-E] [-G] zone<br />
Check soa: host [-v] [options] -C zone<br />
Addrcheck: host [-v] [options] -A host<br />
Listing options: [-L level] [-S] [-A] [-p] [-P prefserver] [-N skipzone]<br />
Common options: [-d] [-f|-F file] [-I chars] [-i|-n] [-q] [-Q] [-T] [-Z]<br />
Other options: [-c class] [-e] [-m] [-o] [-r] [-R] [-s secs] [-u] [-w]<br />
Special options: [-O srcaddr] [-j minport] [-J maxport]<br />
Extended usage: [-x [name ...]] [-X server [name ...]]</p>
<p>What is it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on About by ALe</title>
		<link>http://alkautsarpens.wordpress.com/about/#comment-491</link>
		<dc:creator>ALe</dc:creator>
		<pubDate>Wed, 16 Sep 2009 12:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://alkautsarpens.wordpress.com/about-2/#comment-491</guid>
		<description>Hello, i was looking at your site:
http://alkautsarpens.wordpress.com/2008/04/17/mm1-queue-simulation/

and i couldn&#039;t make it work, did it work for you?

thanks!

&lt;strong&gt;Udin Harun Reply :&lt;/strong&gt;
yes, it works.</description>
		<content:encoded><![CDATA[<p>Hello, i was looking at your site:<br />
<a href="http://alkautsarpens.wordpress.com/2008/04/17/mm1-queue-simulation/" rel="nofollow">http://alkautsarpens.wordpress.com/2008/04/17/mm1-queue-simulation/</a></p>
<p>and i couldn&#8217;t make it work, did it work for you?</p>
<p>thanks!</p>
<p><strong>Udin Harun Reply :</strong><br />
yes, it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Single-Server Queueing with simlib by Galleca E. Baylon</title>
		<link>http://alkautsarpens.wordpress.com/2008/04/15/single-server-queueing-with-simlib/#comment-490</link>
		<dc:creator>Galleca E. Baylon</dc:creator>
		<pubDate>Wed, 16 Sep 2009 04:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://alkautsarpens.wordpress.com/?p=240#comment-490</guid>
		<description>thanks a lot.
this is one of our main activities in our computer simulation class.
:)</description>
		<content:encoded><![CDATA[<p>thanks a lot.<br />
this is one of our main activities in our computer simulation class.<br />
 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
