Wed, 29 Apr 2009 14:40:52 +0100 Gustavo J. A. M. Carneiro More FlowMonitorHelper utility methods
Wed, 29 Apr 2009 12:57:03 +0100 Gustavo J. A. M. Carneiro FlowMonitorHelper (untested)
Wed, 29 Apr 2009 11:42:22 +0100 Gustavo J. A. M. Carneiro More interesting flows configuration
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
Fri, 28 Nov 2008 06:05:27 -0800 Tom Henderson Bug 400: allow /32 addresses to be used on IPv4 interfaces
Fri, 07 Nov 2008 07:35:35 -0800 Tom Henderson Allow /32 addresses to be configured via Ipv4AddressHelper
Tue, 28 Apr 2009 17:39:32 +0100 Gustavo J. A. M. Carneiro Nearly all flow monitoring code added; not debugged yet, though.
Thu, 23 Apr 2009 15:48:35 +0100 Gustavo J. A. M. Carneiro Add new SendOutgoing, Forward, and ForwardUp trace sources.
Tue, 21 Apr 2009 19:04:32 +0100 Gustavo J. A. M. Carneiro First skeleton files for the new flow monitoring framework
Tue, 21 Apr 2009 15:13:50 +0100 Gustavo J. A. M. Carneiro Indentation fixes
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.
Wed, 25 Mar 2009 11:15:19 +0000 Gustavo J. A. M. Carneiro Typo
Wed, 25 Mar 2009 11:14:25 +0000 Gustavo J. A. M. Carneiro Fix stupid import error handling
Thu, 26 Feb 2009 14:25:23 +0000 Gustavo J. A. M. Carneiro Fix bugs when visualizer is quitting
Wed, 25 Feb 2009 17:46:07 +0000 Gustavo J. A. M. Carneiro Add SSID and BSSID info to the wireless link tooltip
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
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.
Wed, 25 Feb 2009 11:54:11 +0000 Gustavo J. A. M. Carneiro select_node accepts ns3 nodeid; add method center_on_node.
Thu, 29 Jan 2009 18:42:44 +0000 Gustavo J. A. M. Carneiro Add API to easily disable the axes
Thu, 29 Jan 2009 16:46:39 +0000 Gustavo J. A. M. Carneiro Visualizer.set_follow_node(node) API (makes camera follow a node)
Thu, 29 Jan 2009 16:28:59 +0000 Gustavo J. A. M. Carneiro Allow selecting node via ns3.Node instance
Thu, 29 Jan 2009 16:04:14 +0000 Gustavo J. A. M. Carneiro Add initialization hooks API
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.
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.
Fri, 12 Dec 2008 15:49:43 +0000 Gustavo J. A. M. Carneiro be more verbose
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.
Fri, 05 Dec 2008 11:42:38 +0000 Gustavo J. A. M. Carneiro Fix gtk deprecation
Fri, 05 Dec 2008 11:25:14 +0000 Gustavo J. A. M. Carneiro Add the line clipping, now labels appear on screen when possible
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...
Sat, 08 Nov 2008 11:47:59 +0000 Gustavo J. A. M. Carneiro Make the 'scratch' programs link with the visualizer
Sat, 08 Nov 2008 10:29:18 +0000 Gustavo J. A. M. Carneiro Add plugin that displays the OLSR routing table.
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.
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.
Thu, 06 Nov 2008 18:14:50 +0000 Gustavo J. A. M. Carneiro More correct way to fix the previous problem
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
Mon, 03 Nov 2008 13:55:05 +0000 Gustavo J. A. M. Carneiro fix bug
Wed, 29 Oct 2008 14:38:50 +0000 Gustavo J. A. M. Carneiro Decrease bitrate font size a bit
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.
Tue, 28 Oct 2008 12:42:09 +0000 Gustavo J. A. M. Carneiro Fix bug in distance calculation, for the wifi link tooltip.
Mon, 27 Oct 2008 15:16:54 +0000 Gustavo J. A. M. Carneiro pyviz: better detect when the wifi infrastructure link is down.
Mon, 20 Oct 2008 17:30:42 +0100 Gustavo J. A. M. Carneiro refactor to allow a simulation script direct access to plugin modules
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
Sun, 19 Oct 2008 14:56:43 +0100 Gustavo J. A. M. Carneiro ppp-header.h needs to be public
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.
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?...)
Thu, 16 Oct 2008 15:22:53 +0100 Gustavo J. A. M. Carneiro Move packet filtering to C++ land
Thu, 16 Oct 2008 13:12:10 +0100 Gustavo J. A. M. Carneiro merge
Thu, 16 Oct 2008 11:54:24 +0100 Gustavo J. A. M. Carneiro merge
Thu, 16 Oct 2008 11:53:47 +0100 Gustavo J. A. M. Carneiro merge
Thu, 16 Oct 2008 11:42:23 +0100 Gustavo J. A. M. Carneiro merge
Thu, 16 Oct 2008 12:53:05 +0200 Mathieu Lacage bug 202: header file conflict
Thu, 16 Oct 2008 12:47:17 +0200 Mathieu Lacage bug 352: STA receives back the broadcasts it sends.
Thu, 16 Oct 2008 12:44:25 +0200 Mathieu Lacage bug 343: bench-packets does not work.
Thu, 16 Oct 2008 12:22:59 +0200 Mathieu Lacage kill dead code
Thu, 16 Oct 2008 12:17:00 +0200 Mathieu Lacage bug 350: operator > missing.
Thu, 16 Oct 2008 10:26:13 +0200 Mathieu Lacage bug 371: wifi-ap broken
Thu, 16 Oct 2008 10:25:55 +0200 Mathieu Lacage improve debugging
Thu, 16 Oct 2008 09:48:47 +0200 Mathieu Lacage bug 372: fragmentation is broken
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
Wed, 15 Oct 2008 19:44:25 +0100 Gustavo J. A. M. Carneiro packet filtering: OR/AND modes
(0) -3000 -1000 -300 -100 -60 +60 tip