[ndnSIM] Question on Visualizer

Hwang In Chan neogeoss1 at gmail.com
Wed Nov 16 21:37:56 PST 2016


Dear NDN researcher,

I am trying to show an attribute in the python visualizer that I have added
on my own.

in ndnsim_pit.py

 for item in ndnPit:
            tree_iter = self.table_model.append()
            self.table_model.set(tree_iter,
                                 self.COLUMN_PREFIX, str(item.getName()),
                                 self.COLUMN_FACE, str(item.getInterest()))

item.getName() works but my own attribute item.getProducerUid does not work.
Is there any file or setting I have to change to access to it?

Best wishes,

inchan hwang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20161117/a1362104/attachment.html>


More information about the ndnSIM mailing list