src/contrib/pyviz.h
2008-12-04 Preparation for positioning bitrate labels inside the screen, when possible; now only the actual line clipping algorithm remaining to be implemented...
2008-10-19 Several changes: 1. code cleanup; 2. converged captured packets into a single format (not nice to have wifi with only payload but csma with payload and ethernet header); 3. allow registering new netdevice types for PyViz to handle.
2008-10-16 Move packet filtering to C++ land
2008-10-14 Allow the number of saved last packets to be configured from user code
2008-10-04 Allow registration of custom trace paths to detect packet drops
2008-09-25 Add a public API call, PyViz::Pause (message), that can be used to pause the simulation in the visualizer at that point. Also some refactoring and PyViz::RunUntil() improved robustness.
2008-09-21 Move more functionality from core to plugins.
2008-09-19 Add information window show last N packets (received, transmitted, dropped).
2008-09-18 Trace IP level packet drops
2008-09-18 Measure and show packets dropped at netdevice tx queue level
2008-09-16 Fix the tracing (C++ is evil)
2008-09-14 Add new PyViz API and impl. to gather NetDevice TX/RX statistics for all nodes.
2008-09-13 transmissions tracing bug fixes
2008-09-12 Add controls to show transmissions of a) all nodes, b) selected node, or c) none.
2008-09-10 Trace CSMA Tx/Rx/PromiscRx; represent broadcasts as multiple unicast transmissions
2008-09-03 PyViz: interface to sample packet transmissions (using ns-3 tracing).
2008-08-08 the pyviz C++ part is now a class, not a namespaced function.
2008-08-06 pyviz contrib module