Skip to content

Version 1.0.3

Compare
Choose a tag to compare
@bpe2 bpe2 released this 23 Oct 03:53
· 45 commits to master since this release
v1.0.3
baaed00

Overview

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

Changes

  • The AutoColor attribute was added to SeriesCollection. When this attribute is enabled (by default it is disabled), when a series is assigned to the collection, it is assigned a color from the internal color palette.
  • Added constants for the new cell tower, quadcopter UAV, router, & car models now included in the application
  • Added the EcdfSink trace sink. This sink generates an empirical CDF from the provided data points.

Updating

Clone

If you originally installed the module by cloning it, you may update to version 1.0.3 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 the version you're upgrading to (v1.0.3 in this case)
git checkout v1.0.3

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.3.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.3 netsimulyzer