Skip to content

Version 1.0.9

Latest
Compare
Choose a tag to compare
@bpe2 bpe2 released this 01 Nov 20:32
v1.0.9
fbf2cce

Overview

This is the official release of version 1.0.9 for the NetSimulyzer ns-3 module, which corresponds with the release of version 1.0.9 of the application

Changes

  • Compatibility with ns-3.40

Updating

Clone

If you originally installed the module by cloning it, you may update to version 1.0.4 by doing the following:

  1. cd into the module directory (either in contrib/ or src/)
cd netsimulyzer
  1. Run git fetch.
git fetch
  1. Run git checkout with the tag of the version you're upgrading to (v1.0.8 in this case)
git checkout v1.0.9

ZIP

To update a ZIP installation, you'll have to delete it and replace it with the new version

# From the ns-3 root
# may be 'src' as well, depending on your installation
cd contrb
rm -Rf netsimulyzer

#use this command or download manually
wget https://github.com/usnistgov/NetSimulyzer-ns3-module/archive/refs/tags/v1.0.9.zip -O NetSimulyzer-ns3-module-master.zip
unzip NetSimulyzer-ns3-module-master.zip

# Make sure the directory in the ns-3 contrib/ directory is
# named `netsimulyzer`
mv NetSimulyzer-ns3-module-1.0.9 netsimulyzer