Bug 2972

Summary: PyViz show_last_packets.py plugin needs library update
Product: ns-3 Reporter: Tom Henderson <tomh>
Component: visualizerAssignee: Gustavo J. A. M. Carneiro <gjcarneiro>
Status: PATCH WANTED ---    
Severity: normal CC: ns-bugs
Priority: P3    
Version: ns-3.29   
Hardware: All   
OS: All   

Description Tom Henderson 2018-08-15 16:35:39 EDT
The 'show last packets' plugin depends on python-kiwi package which has not been updated for GTK+3.  We suggest to refactor it to avoid kiwi if kiwi does not soon get an update.

"Last packets" is a plugin that displays a sample of some packets passing through a node in a list widget.  Gustavo suggests to convert that code to use a Gtk.ListView directly, instead of the kiwi api (which is built on top of Gtk.ListView, but is simpler to program).