[ndnSIM] Explanation of trace file

Alex Afanasyev aa at CS.UCLA.EDU
Sun Mar 27 18:22:07 PDT 2016


> On Mar 26, 2016, at 8:42 PM, Anil Jangam <anilj.mailing at gmail.com> wrote:
> 
> Hi Spyros,
> 
> I was curious to know if those topology diagrams were created manually or were they created by some 'R'script? I could generate some of the graphs using the provided Rscripts though.

No, the topology diagrams on ndnsim.net <http://ndnsim.net/> website are created manually using aafig module (ascii art to svg converter).  You can see the source code of the pages here http://ndnsim.net/2.1/_sources/metric.txt <http://ndnsim.net/2.1/_sources/metric.txt> or in github repo.  For large topologies, it is better to use graphviz dot (neato, twopi, circo, fdp, or sfdp) tool to visualize arbitrary topologies.  For example, you could use AnnotatedTopology:: SaveGraphviz method (http://ndnsim.net/2.1/doxygen/classns3_1_1AnnotatedTopologyReader.html#a2078a690442885c1c3e2ae5fd9c83895 <http://ndnsim.net/2.1/doxygen/classns3_1_1AnnotatedTopologyReader.html#a2078a690442885c1c3e2ae5fd9c83895>) or create it manually.

--
Alex

> 
> /anil.
> 
> 
> On Sat, Mar 26, 2016 at 10:01 AM, Spyridon (Spyros) Mastorakis <mastorakis at cs.ucla.edu <mailto:mastorakis at cs.ucla.edu>> wrote:
> Hi Asif,
> 
> the internal face is the face that NFD uses to communicate with its managers (used for command Interests). You can think of the netDeviceFace as the network layer interfaces of a router. The ndnFace refers to the ndnSIM specific implementation of the ndn-cxx face. The appFace refers to the face of an ndnSIM application receiving Data and Interest packets. The face ids are used to distinguish among the different faces. You can take a look here as well:
> 
> http://ndnsim.net/2.1/metric.html <http://ndnsim.net/2.1/metric.html>
> 
> What application you were running when you obtained this trace file?
> 
> Thanks,
> 
> _______________________________________________
> ndnSIM mailing list
> ndnSIM at lists.cs.ucla.edu
> http://www.lists.cs.ucla.edu/mailman/listinfo/ndnsim

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20160327/94b29123/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 841 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20160327/94b29123/attachment.bin>


More information about the ndnSIM mailing list