Wed, 29 Apr 2009 14:40:52 +0100 |
Gustavo J. A. M. Carneiro |
More FlowMonitorHelper utility methods
|
changeset |
files
|
Wed, 29 Apr 2009 12:57:03 +0100 |
Gustavo J. A. M. Carneiro |
FlowMonitorHelper (untested)
|
changeset |
files
|
Wed, 29 Apr 2009 11:42:22 +0100 |
Gustavo J. A. M. Carneiro |
More interesting flows configuration
|
changeset |
files
|
Tue, 28 Apr 2009 18:59:13 +0100 |
Gustavo J. A. M. Carneiro |
Add a wifi-adhoc/olsr scenario as basis for the flow monitor demonstration
|
changeset |
files
|
Fri, 28 Nov 2008 06:05:27 -0800 |
Tom Henderson |
Bug 400: allow /32 addresses to be used on IPv4 interfaces
|
changeset |
files
|
Fri, 07 Nov 2008 07:35:35 -0800 |
Tom Henderson |
Allow /32 addresses to be configured via Ipv4AddressHelper
|
changeset |
files
|
Tue, 28 Apr 2009 17:39:32 +0100 |
Gustavo J. A. M. Carneiro |
Nearly all flow monitoring code added; not debugged yet, though.
|
changeset |
files
|
Thu, 23 Apr 2009 15:48:35 +0100 |
Gustavo J. A. M. Carneiro |
Add new SendOutgoing, Forward, and ForwardUp trace sources.
|
changeset |
files
|
Tue, 21 Apr 2009 19:04:32 +0100 |
Gustavo J. A. M. Carneiro |
First skeleton files for the new flow monitoring framework
|
changeset |
files
|
Tue, 21 Apr 2009 15:13:50 +0100 |
Gustavo J. A. M. Carneiro |
Indentation fixes
|
changeset |
files
|
Tue, 31 Mar 2009 16:06:08 +0100 |
Gustavo J. A. M. Carneiro |
Only call ns3.Packet.EnablePrinting() if actually using the visualizer, not when the module is just imported.
|
changeset |
files
|
Wed, 25 Mar 2009 11:15:19 +0000 |
Gustavo J. A. M. Carneiro |
Typo
|
changeset |
files
|
Wed, 25 Mar 2009 11:14:25 +0000 |
Gustavo J. A. M. Carneiro |
Fix stupid import error handling
|
changeset |
files
|
Thu, 26 Feb 2009 14:25:23 +0000 |
Gustavo J. A. M. Carneiro |
Fix bugs when visualizer is quitting
|
changeset |
files
|
Wed, 25 Feb 2009 17:46:07 +0000 |
Gustavo J. A. M. Carneiro |
Add SSID and BSSID info to the wireless link tooltip
|
changeset |
files
|
Wed, 25 Feb 2009 16:01:58 +0000 |
Gustavo J. A. M. Carneiro |
Make sure the 'selected_node' variable is always up-to-date when creating a new ipython shell
|
changeset |
files
|
Wed, 25 Feb 2009 15:37:15 +0000 |
Gustavo J. A. M. Carneiro |
Add a Shell button, that opens up a IPython based shell window.
|
changeset |
files
|
Wed, 25 Feb 2009 11:54:11 +0000 |
Gustavo J. A. M. Carneiro |
select_node accepts ns3 nodeid; add method center_on_node.
|
changeset |
files
|
Thu, 29 Jan 2009 18:42:44 +0000 |
Gustavo J. A. M. Carneiro |
Add API to easily disable the axes
|
changeset |
files
|
Thu, 29 Jan 2009 16:46:39 +0000 |
Gustavo J. A. M. Carneiro |
Visualizer.set_follow_node(node) API (makes camera follow a node)
|
changeset |
files
|
Thu, 29 Jan 2009 16:28:59 +0000 |
Gustavo J. A. M. Carneiro |
Allow selecting node via ns3.Node instance
|
changeset |
files
|
Thu, 29 Jan 2009 16:04:14 +0000 |
Gustavo J. A. M. Carneiro |
Add initialization hooks API
|
changeset |
files
|
Wed, 28 Jan 2009 12:40:52 +0000 |
Gustavo J. A. M. Carneiro |
*sigh* Setting a visibility threshold on the SVG item triggers a placement bug I don't have time to investigate; just comment it out for now.
|
changeset |
files
|
Mon, 26 Jan 2009 17:10:02 +0000 |
Gustavo J. A. M. Carneiro |
Don't draw SVG items that would appear very small on screen, to speed up drawing.
|
changeset |
files
|
Fri, 12 Dec 2008 15:49:43 +0000 |
Gustavo J. A. M. Carneiro |
be more verbose
|
changeset |
files
|
Fri, 12 Dec 2008 15:05:31 +0000 |
Gustavo J. A. M. Carneiro |
Add a visualizer.set_bounds API, to allow customization of the canvas bounds for each simulation scenario.
|
changeset |
files
|
Fri, 05 Dec 2008 11:42:38 +0000 |
Gustavo J. A. M. Carneiro |
Fix gtk deprecation
|
changeset |
files
|
Fri, 05 Dec 2008 11:25:14 +0000 |
Gustavo J. A. M. Carneiro |
Add the line clipping, now labels appear on screen when possible
|
changeset |
files
|
Thu, 04 Dec 2008 18:49:58 +0000 |
Gustavo J. A. M. Carneiro |
Preparation for positioning bitrate labels inside the screen, when possible; now only the actual line clipping algorithm remaining to be implemented...
|
changeset |
files
|
Sat, 08 Nov 2008 11:47:59 +0000 |
Gustavo J. A. M. Carneiro |
Make the 'scratch' programs link with the visualizer
|
changeset |
files
|
Sat, 08 Nov 2008 10:29:18 +0000 |
Gustavo J. A. M. Carneiro |
Add plugin that displays the OLSR routing table.
|
changeset |
files
|
Fri, 07 Nov 2008 19:51:00 +0000 |
Gustavo J. A. M. Carneiro |
Make olsr::RoutingTable public, add a method GetEntries to it, and add a method GetRoutingTable to OlsrAgent. This way it is possible to read the actual routing table that OLSR has discovered, for debugging/visualization purposes.
|
changeset |
files
|
Fri, 07 Nov 2008 18:18:24 +0000 |
Gustavo J. A. M. Carneiro |
Change view update priority to G_PRIORITY_DEFAULT_IDLE, otherwise ipython will hog all events and we will starve.
|
changeset |
files
|
Thu, 06 Nov 2008 18:14:50 +0000 |
Gustavo J. A. M. Carneiro |
More correct way to fix the previous problem
|
changeset |
files
|
Thu, 06 Nov 2008 18:01:36 +0000 |
Gustavo J. A. M. Carneiro |
Don't allow the GUI to freeze and stop updating with certain "heavy" simulations
|
changeset |
files
|
Mon, 03 Nov 2008 13:55:05 +0000 |
Gustavo J. A. M. Carneiro |
fix bug
|
changeset |
files
|
Wed, 29 Oct 2008 14:38:50 +0000 |
Gustavo J. A. M. Carneiro |
Decrease bitrate font size a bit
|
changeset |
files
|
Wed, 29 Oct 2008 14:33:53 +0000 |
Gustavo J. A. M. Carneiro |
Much improved layout of the bitrate labels so that bitrates in both directions can actually be read for when there is a bidirection flow between two nodes.
|
changeset |
files
|
Tue, 28 Oct 2008 12:42:09 +0000 |
Gustavo J. A. M. Carneiro |
Fix bug in distance calculation, for the wifi link tooltip.
|
changeset |
files
|
Mon, 27 Oct 2008 15:16:54 +0000 |
Gustavo J. A. M. Carneiro |
pyviz: better detect when the wifi infrastructure link is down.
|
changeset |
files
|
Mon, 20 Oct 2008 17:30:42 +0100 |
Gustavo J. A. M. Carneiro |
refactor to allow a simulation script direct access to plugin modules
|
changeset |
files
|
Sun, 19 Oct 2008 16:36:55 +0100 |
Gustavo J. A. M. Carneiro |
Make simulation<->canvas coordinate transformations more uniform and available in the base module
|
changeset |
files
|
Sun, 19 Oct 2008 14:56:43 +0100 |
Gustavo J. A. M. Carneiro |
ppp-header.h needs to be public
|
changeset |
files
|
Sun, 19 Oct 2008 14:56:12 +0100 |
Gustavo J. A. M. Carneiro |
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.
|
changeset |
files
|
Sun, 19 Oct 2008 14:53:12 +0100 |
Gustavo J. A. M. Carneiro |
Add a framework to register and lookup netdevice traits (is it wirelss, is it virtual?...)
|
changeset |
files
|
Thu, 16 Oct 2008 15:22:53 +0100 |
Gustavo J. A. M. Carneiro |
Move packet filtering to C++ land
|
changeset |
files
|
Thu, 16 Oct 2008 13:12:10 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
changeset |
files
|
Thu, 16 Oct 2008 11:54:24 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
changeset |
files
|
Thu, 16 Oct 2008 11:53:47 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
changeset |
files
|
Thu, 16 Oct 2008 11:42:23 +0100 |
Gustavo J. A. M. Carneiro |
merge
|
changeset |
files
|
Thu, 16 Oct 2008 12:53:05 +0200 |
Mathieu Lacage |
bug 202: header file conflict
|
changeset |
files
|
Thu, 16 Oct 2008 12:47:17 +0200 |
Mathieu Lacage |
bug 352: STA receives back the broadcasts it sends.
|
changeset |
files
|
Thu, 16 Oct 2008 12:44:25 +0200 |
Mathieu Lacage |
bug 343: bench-packets does not work.
|
changeset |
files
|
Thu, 16 Oct 2008 12:22:59 +0200 |
Mathieu Lacage |
kill dead code
|
changeset |
files
|
Thu, 16 Oct 2008 12:17:00 +0200 |
Mathieu Lacage |
bug 350: operator > missing.
|
changeset |
files
|
Thu, 16 Oct 2008 10:26:13 +0200 |
Mathieu Lacage |
bug 371: wifi-ap broken
|
changeset |
files
|
Thu, 16 Oct 2008 10:25:55 +0200 |
Mathieu Lacage |
improve debugging
|
changeset |
files
|
Thu, 16 Oct 2008 09:48:47 +0200 |
Mathieu Lacage |
bug 372: fragmentation is broken
|
changeset |
files
|
Wed, 15 Oct 2008 19:52:59 +0100 |
Gustavo J. A. M. Carneiro |
Don't show the generic base classes Header, Trailer in the filter list
|
changeset |
files
|
Wed, 15 Oct 2008 19:44:25 +0100 |
Gustavo J. A. M. Carneiro |
packet filtering: OR/AND modes
|
changeset |
files
|