Download - old versions

VersionDateRelease notesZIP file
0.4.2July 22nd, 2016
  • Solver XPRESS can be used: Using new version 0.2.0.1 of JOM library, we can now use solver XPRESS for solving linear (integer or not) programs in Net2Plan algorithms. An XPRESS installed solver with license is needed. See JOM installation instructions to see how XPRESS solver can be accessible to Net2Plan algorithms.
  • Built-in algorithms have been updated to permit now using also XPRESS solver (if installed).
ZIP
0.4.1July 11th, 2016
  • Net2Pan is now in GitHub!.
  • First version where the software has a Maven structure (so it is easy to clone from GitHub).
  • Greatly improved the resources for handling optical WDM networks. Now fixed and flexi-grid WDM networks can be handled. See WDMUtils Javadoc information, and all the resources with tag WDM in the Javadoc.
ZIP
0.4.0February 24, 2016
  • Major changes in the form in which the network model is programmed. Now NetPlan object gives access to a number of other elements in their own classes: Node, Link, Demand, MulticastDemand, ... Also, all the elements have both an identier (long, maybe nonconsecutive, never changes along time) and an index (0,1,...) (0-indexed and consecutive, removing an element renumbers the rest). Link, node, demand etc. indexes are int, amenable as array indexes. Then, the laborious Map-based organization of the elements in the network model in Net2Plan 0.3.1 is no longer needed. In general, the algorithms' code gets much simpler and clearer.
  • Full support for multicast traffic
  • Some new options in the graphical user interface
  • Full re-elaboration and reorganization of the built-in examples and reports, including plenty of new algorithms, and a complete Javadoc information, to make Net2Plan an accompanying resource of the book.
ZIP
0.3.1November 23, 2015
  • Minor changes
  • Improved documentation
  • New: A new plugin architecture (undocumented) has been created to support the integration of external CLI/GUI tools or I/O filters. Original plugins are dettached from kernel and are also located into plugins folder
ZIP
0.3.0June 29, 2015
  • Major changes in network model:
    • New: Complete multilayer support, including layer coupling (links at an upper layer become demands at a lower layer, or viceversa)
    • New: Identifiers for nodes, links, demands, and so on, are now long values. get() methods, whose output were arrays, now return maps
    • New: Internal speed-up via caching of common get() methods
  • New: "Online simulation" is a new tool that merges the previous simulators into a common one, and it uses the same network model than for network design
  • Improved documentation
ZIP
0.2.3March 7, 2014
  • Minor changes
  • Improved documentation
ZIP
0.2.2October 16, 2013
  • Minor changes
  • Improved documentation
ZIP
0.2.1May 23, 2013
  • New: 'Time-varying traffic' simulator
  • New: 'Network design' is able to execute multilayer algorithms
  • Minor changes
ZIP
0.2.0March 18, 2013
  • Initial Java version, many major changes from latest MATLAB version
ZIP

In its very early stage Net2Plan was designed as a MATLAB toolbox. From version 0.2.0, previous MATLAB versions were discontinued, thus backward-compatibility is not ensured at all. However, interested users can found them in the old website here.