src/contrib/pyviz.cc
2008-12-05 Add the line clipping, now labels appear on screen when possible
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-15 Make the 'number of last packets' configured in the gui
2008-10-14 Allow the number of saved last packets to be configured from user code
2008-10-14 Don't record packet losses if the node or packet is not of interest
2008-10-10 Don't assert so easily
2008-10-08 Missing include (thanks Mathieu)
2008-10-07 Detect packet tranmissions also in point-to-point links
2008-10-04 Allow registration of custom trace paths to detect packet drops
2008-09-29 Remove excessively restrictive assertion: a packet may be transmitted twice in the same channel (e.g. two 802.11 APs connect via bridging).
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-22 Schedule a dummy callback function for the target time, to make
2008-09-21 Move more functionality from core to plugins.
2008-09-19 Don't clear the last packers list every 100ms
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 debug logs
2008-09-16 Fix the tracing (C++ is evil)
2008-09-15 Implement information window showing statistics of traffic received/transmitted of all interfaces of a node.
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 Don't catch certain promiscuous packets twice
2008-09-10 Trace CSMA Tx/Rx/PromiscRx; represent broadcasts as multiple unicast transmissions
2008-09-03 Fix tracing.
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 Return from SimulatorRunUntil as soon as simulation events run out
2008-08-06 pyviz contrib module