| 2008-12-05 |
Add the line clipping, now labels appear on screen when possible
|
file | diff | annotate |
| 2008-12-04 |
Preparation for positioning bitrate labels inside the screen, when possible; now only the actual line clipping algorithm remaining to be implemented...
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2008-10-16 |
Move packet filtering to C++ land
|
file | diff | annotate |
| 2008-10-15 |
Make the 'number of last packets' configured in the gui
|
file | diff | annotate |
| 2008-10-14 |
Allow the number of saved last packets to be configured from user code
|
file | diff | annotate |
| 2008-10-14 |
Don't record packet losses if the node or packet is not of interest
|
file | diff | annotate |
| 2008-10-10 |
Don't assert so easily
|
file | diff | annotate |
| 2008-10-08 |
Missing include (thanks Mathieu)
|
file | diff | annotate |
| 2008-10-07 |
Detect packet tranmissions also in point-to-point links
|
file | diff | annotate |
| 2008-10-04 |
Allow registration of custom trace paths to detect packet drops
|
file | diff | annotate |
| 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).
|
file | diff | annotate |
| 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.
|
file | diff | annotate |
| 2008-09-22 |
Schedule a dummy callback function for the target time, to make
|
file | diff | annotate |
| 2008-09-21 |
Move more functionality from core to plugins.
|
file | diff | annotate |
| 2008-09-19 |
Don't clear the last packers list every 100ms
|
file | diff | annotate |
| 2008-09-19 |
Add information window show last N packets (received, transmitted, dropped).
|
file | diff | annotate |
| 2008-09-18 |
Trace IP level packet drops
|
file | diff | annotate |
| 2008-09-18 |
Measure and show packets dropped at netdevice tx queue level
|
file | diff | annotate |
| 2008-09-16 |
debug logs
|
file | diff | annotate |
| 2008-09-16 |
Fix the tracing (C++ is evil)
|
file | diff | annotate |
| 2008-09-15 |
Implement information window showing statistics of traffic received/transmitted of all interfaces of a node.
|
file | diff | annotate |
| 2008-09-14 |
Add new PyViz API and impl. to gather NetDevice TX/RX statistics for all nodes.
|
file | diff | annotate |
| 2008-09-13 |
transmissions tracing bug fixes
|
file | diff | annotate |
| 2008-09-12 |
Add controls to show transmissions of a) all nodes, b) selected node, or c) none.
|
file | diff | annotate |
| 2008-09-10 |
Don't catch certain promiscuous packets twice
|
file | diff | annotate |
| 2008-09-10 |
Trace CSMA Tx/Rx/PromiscRx; represent broadcasts as multiple unicast transmissions
|
file | diff | annotate |
| 2008-09-03 |
Fix tracing.
|
file | diff | annotate |
| 2008-09-03 |
PyViz: interface to sample packet transmissions (using ns-3 tracing).
|
file | diff | annotate |
| 2008-08-08 |
the pyviz C++ part is now a class, not a namespaced function.
|
file | diff | annotate |
| 2008-08-06 |
Return from SimulatorRunUntil as soon as simulation events run out
|
file | diff | annotate |
| 2008-08-06 |
pyviz contrib module
|
file | diff | annotate |