TOTEM Changelog 2.1 - Fri Apr 07, 2006 ---------------------- * Remove IntelliJ's javac2 library * TOTEM is now published under the GPL (GNU General Public License) version 2.0 * GUI improvements: - CBGP integration - SAMTE integration - IGP routing integration - links' colors can display reservation, load or link status - change default link colors - fullmesh computing can now be cancelled - You can choose LSP establishement order when computing fullmesh (shuffle or by increasing/decreasing bandwidth) - TOTEM can now be run in "demo" mode (font size increased) - better handling of the visualization of multiple domains * Add interface handling for nodes * Add new link types (PEERING and ACCESS) * (C)SPF can now handle multigraphs (graphs which have more than one link between two nodes) * new chart plotter (LoadChartPlotter) * WCA scenario can generate chart * New scenario event: removeTrafficMatrix * ListShortestPaths event can now display paths using list of nodes or list of links * LSPCreation event can compute LSPs path without establishing them * LSPCreation event can add LSPs following a given route * OptDivideTM * bugfixes 2.0 - Mon Jan 30, 2006 ---------------------- * TOTEM has now a TOTEM-base XML Schema defining common stuff for all XML schemas. * Some improvements to traffic matrices generation from Netflow traces: sampling rate and gzipped files. * Some changes to the traffic matrix schema (see the changelog inside the XML Schema). * the toolbox uses a listeners architecture: objects can register themselves to receive notification of events : domain notifications (add Lsp, remove node, ...), interDomain notifications (new domain loaded, default domain changed, domain unloaded), traffic matrix notifications (new traffic matrix loaded, default tm changed, tm unloaded), algorithm notifications (new algo started, algo stopped). * integrate new algorithms: - XAMCRA from TUDelft (NL) - MIRA and NEWMIRA from UNINA (IT) - REOPT and LSPDimensioning from FTW (Vienna, AT) - SAMTE (written by Fabian Skivée, RUN, BE) * added multiple instances capability for DAMOTE * CSPF can now compute efficiently paths from all sources to a destination * add the charts creation capability from scenario, output format can be EPS, PNG or JPEG. * New scenario events: - listShortestPaths - ECMPAnalysis * big GUI improvements: - IGPWO integration - multiple domains management - multiple traffic matrices management - compute LSP and fullmesh with chosen algorithm - can save network visualization as PNG image - can create charts - can load and execute scenarios (step-by-step execution) - view logging output in a console window * upgrade to JFreeChart 1.0.0 * Lots of bugfixes 1.1 - Wed May 18, 2005 ---------------------- * hierarchical XML schema to support XML element declaration in multiple schema. Each method can define its own scenario events schema * inter domain traffic matrix for representing prefix to prefix traffic * Netflow traffic matrix generated using Netflow and BGP data * multiple traffic matrix support in IGP-WO and new parameters * ECMP support in the SPF * GUI improvements * integration of Bhandari K Disjoint Shortest path algorithm * NetController is a new component which listens to the events occurring on a network and which reacts in some way to these events. Ex. automatic LSP rerouting strategy. * upgrade to JAXB 1.0.4 * upgrade to Jung 1.6