<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [ndnSIM] Scenario template and visualizer</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi Alex,<BR>
<BR>
Those two lines had been there but no difference. Actually getme-simple is a copy of ndn-simple with some extensions in #include.<BR>
<A HREF="https://github.com/Mr-Norrell/PassiveConsumer">https://github.com/Mr-Norrell/PassiveConsumer</A><BR>
<BR>
Thanks,<BR>
Sabet<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Alex Afanasyev [<A HREF="mailto:aa@cs.ucla.edu">mailto:aa@cs.ucla.edu</A>]<BR>
Sent: Wed 4/27/2016 11:12 PM<BR>
To: Muhammad Hosain Abdollahi Sabet<BR>
Cc: ndnsim@lists.cs.ucla.edu<BR>
Subject: Re: [ndnSIM] Scenario template and visualizer<BR>
<BR>
Hi Sabet,<BR>
<BR>
In that case I can only give you a wild guess of what can be wrong with your scenario.  '--vis' option relies on the fact that your scenario will process command-line parameters according to NS-3 convention.  To enable this, you have to include these lines somewhere before you create your topology (see ndnsim.net for examples):<BR>
<BR>
   // Read optional command-line parameters (e.g., enable visualizer with ./waf --run=<> --visualize<BR>
   CommandLine cmd;<BR>
   cmd.Parse(argc, argv);<BR>
<BR>
---<BR>
Alex<BR>
<BR>
> On Apr 27, 2016, at 10:02 AM, Muhammad Hosain Abdollahi Sabet <M.AbdollahiSabet@Mail.sbu.ac.ir> wrote:<BR>
><BR>
> Alex,<BR>
><BR>
> I've followed your scenario template(from you GitHub page). I'm not aware if any other template exists. 'getme-simple' is my written scenario which has my extensions as header.<BR>
><BR>
> Thanks<BR>
> Sabet<BR>
><BR>
> -----Original Message-----<BR>
> From: Alex Afanasyev [<A HREF="mailto:aa@cs.ucla.edu">mailto:aa@cs.ucla.edu</A>]<BR>
> Sent: Wed 4/27/2016 2:58 AM<BR>
> To: Muhammad Hosain Abdollahi Sabet<BR>
> Cc: ndnsim@lists.cs.ucla.edu<BR>
> Subject: Re: [ndnSIM] Scenario template and visualizer<BR>
><BR>
> Please be more specific.  Which scenario template you used and what is 'getme-simple' scenario?  Did you write this or is it a part of the template?<BR>
><BR>
> > On Apr 26, 2016, at 12:07 AM, Muhammad Hosain Abdollahi Sabet <M.AbdollahiSabet@mail.sbu.ac.ir> wrote:<BR>
> ><BR>
> > Hi,<BR>
> ><BR>
> > I've followed scenario template instruction for my experimentations. While previous ones were built sucessfully with visualizer, the last one does not go with --vis. Actually It gives me no error regarding to the situation.<BR>
> ><BR>
> > suser@ubuntu:~/ndnSIM/custom-scenario/passive-consumer$ ./waf --run getme-simple --vis<BR>
> > Waf: Entering directory `/../ndnSIM/custom-scenario/passive-consumer/build'<BR>
> > Waf: Leaving directory `/../ndnSIM/custom-scenario/passive-consumer/build'<BR>
> > 'build' finished successfully (0.024s)<BR>
> ><BR>
> > But noting shows up.<BR>
> > Anyone can help me?<BR>
> ><BR>
> > Thanks,<BR>
> > Sabet<BR>
> > _______________________________________________<BR>
> > ndnSIM mailing list<BR>
> > ndnSIM@lists.cs.ucla.edu <<A HREF="mailto:ndnSIM@lists.cs.ucla.edu">mailto:ndnSIM@lists.cs.ucla.edu</A>><BR>
> > <A HREF="http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim">http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim</A> <<A HREF="http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim">http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim</A>><BR>
><BR>
><BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>