Re: [ns] Multicast PMIPv6 simulation (Sovortey Thaly)

2012-11-14 Thread Vortey

For my research on muliticast PMIPv6 i want to install as evinroment 
(plugin)and I will add my some of my mechanism on that and get the xgraph.So if 
any one know how to do it please help me about this.


Best Regard 

Sovortey Thaly

Sent from my iPad

On Nov 14, 2012, at 10:25 AM, Fazlullah Khan fazlullah@gmail.com wrote:

 
 802.15.4 is alreaady implemented/simulated in Ns-2.34, what are you
 going to implement? You want to find throughput and delay of what?
 
 On 11/14/12, ns-users-requ...@isi.edu ns-users-requ...@isi.edu wrote:
 Send Ns-users mailing list submissions to
ns-users@isi.edu
 
 To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.isi.edu/mailman/listinfo/ns-users
 or, via email, send a message with subject or body 'help' to
ns-users-requ...@isi.edu
 
 You can reach the person managing the list at
ns-users-ow...@isi.edu
 
 When replying, please edit your Subject line so it is more specific
 than Re: Contents of Ns-users digest...
 
 
 Today's Topics:
 
   1. Performance Evaluation of 802.15.4 (Muhammad Javed)
   2. Multicast PMIPv6 simulation (Sovortey Thaly)
 
 
 --
 
 Message: 1
 Date: Tue, 13 Nov 2012 00:20:33 -0800 (PST)
 From: Muhammad Javed javed_u...@yahoo.com
 Subject: [ns] Performance Evaluation of 802.15.4
 To: ns-users@isi.edu ns-users@isi.edu
 Message-ID:
1352794833.53447.yahoomail...@web124501.mail.ne1.yahoo.com
 Content-Type: text/plain; charset=iso-8859-1
 
 Hi all,
 
 I want to simulate 802.15.4 and want to get throughput and delay.
 So anyone can help me that how i will do simulation and how i will get
 throughput and delay
 values in graph. i will use ns-2.34.
 
 
 ?
 Best regards,
 
 Muhammad Javed
 
 --
 
 Message: 2
 Date: Tue, 13 Nov 2012 20:25:58 +0900
 From: Sovortey Thaly sovortey.th...@gmail.com
 Subject: [ns] Multicast PMIPv6 simulation
 To: ns-users@isi.edu
 Message-ID:
cabb49hg2lyhkhzkvka22akbm_hgthqbskk9nsam4uwqujtf...@mail.gmail.com
 Content-Type: text/plain; charset=ISO-8859-1
 
 Dear everyone,
 
 Now I am want to simulation Multicast Proxy Mobile IPv6 on ns-2 but I don't
 how can I do so if who know and have experience on this please help me, and
 if you have a source code can you provide it to me because I need it as
 urgent research for my thesis research.
 
 Best Regard
 
 --
 Thaly Sovortey
 
 ===
 
 The Republic of Korea, Seoul 143-701, Konkuk University, New Millennium
 Hall, CC Lab 1108
 Mobile: (82) 10 7566 2175
 CCLab No: (82) 2-450-3537
 
 Email:sovortey.th...@gmail.com / sovor...@yahoo.com  /
 sovor...@cclab.konkuk.ac.kr
 
 =
 
 
 --
 
 ___
 Ns-users mailing list
 Ns-users@isi.edu
 http://mailman.isi.edu/mailman/listinfo/ns-users
 
 
 End of Ns-users Digest, Vol 107, Issue 12
 *
 
 
 -- 
 Regards
 Fazlullah Khan
 Department of Electrical Electronics and Information Engineering,
 Nagaoka University of Technology, Nagaoka-shi, Niigata-ken, Japan
 Cell # +8180 3474 4286
 



[ns] implementation of snoop agent at base station

2012-11-14 Thread shiny

hi frndz,
 i have added LL/LLSnoop to my tcl script for snoop agent deployment at
base station.there is no difference with or without LL/LLSnoop. Is there
any more code to add snoop agent in tcl script.plz help me frndz...

-- 
With Regards,
John Shiny.J


Re: [ns] implementation of snoop agent at base station

2012-11-14 Thread nicholas mbonimpa

Hullo Shiny,

Apologies for failing to get back to you in time, I've been so caught up.

Please find attached two examples running snoop.

In example snoopns2.tcl, the slight difference in configuration for snoop
is explained in a comment.

Please pay attention to the source path at the beginning of the code.

I hope that will help.

Kind regards,

Nicholas Mbonimpa

P.S: I've run this code on my side and it works just fine.




On Wed, Nov 14, 2012 at 3:25 PM, shiny shiny@gmail.com wrote:


 hi frndz,
  i have added LL/LLSnoop to my tcl script for snoop agent deployment at
 base station.there is no difference with or without LL/LLSnoop. Is there
 any more code to add snoop agent in tcl script.plz help me frndz...

 --
 With Regards,
 John Shiny.J



[ns] [help]Required the source code of IAMVD for NS2

2012-11-14 Thread maco

 Hi ,everyone
 who can provide source code of IAMVD for NS2,IAMVD means 
Interference-Aware Multipath routing for Video Delivery that can run in ns-2.34 
or ns-2,35.
 Thanks for your help!

 Best regards,


   maco








Re: [ns] implementation of snoop agent at base station

2012-11-14 Thread nicholas mbonimpa

Hullo Shiny,

I also forgot to mention that how you can tell there's a difference is by
running one protocol end to end (for example Reno), and then running the
same setup but with snoop at an intermediate node. Then monitor some
statistics like throughput at the sink. One of the examples I sent you has
an error model for the channel, so you can vary that and see what happens.

The examples also have scripts to compute throughput and some other
parameters you may want to look at.

It's from such comparisons that you can ascertain whether there's a
difference or not.

I hope this will help.

Kind regards,

Nicholas Mbonimpa



On Wed, Nov 14, 2012 at 4:31 PM, nicholas mbonimpa nmboni...@gmail.comwrote:

 Hullo Shiny,

 Apologies for failing to get back to you in time, I've been so caught up.

 Please find attached two examples running snoop.

 In example snoopns2.tcl, the slight difference in configuration for snoop
 is explained in a comment.

 Please pay attention to the source path at the beginning of the code.

 I hope that will help.

 Kind regards,

 Nicholas Mbonimpa

 P.S: I've run this code on my side and it works just fine.




 On Wed, Nov 14, 2012 at 3:25 PM, shiny shiny@gmail.com wrote:


 hi frndz,
  i have added LL/LLSnoop to my tcl script for snoop agent deployment at
 base station.there is no difference with or without LL/LLSnoop. Is there
 any more code to add snoop agent in tcl script.plz help me frndz...

 --
 With Regards,
 John Shiny.J