Mehic.info

Category Archives: ns3

Quantum Key Distribution Network Simulator (web interface)

At the #ECOC2021 conference, we presented the web interface of the ETSI 014 #qkd network simulation module (#QKDNetSim). It is the initial version supporting the ESTI 014 standard. Subsequent versions will include routing, support for the ETSI 004 standard and additional functionalities.   Feel free to test it at www.open-qkd.eu .

Read more

Promoting Quantum Key Distribution Network Simulation Module (QKDNetSim) webpage

The Quantum Key Distribution Network Simulation Module (QKDNetSim)  is intended to facilitate additional understanding of QKD technology with respect to the existing network solutions. It seeks to serve as the natural playground for taking the further steps into this research direction (even towards practical exploitation in subsequent projects or product design). More details on www.qkdnetsim.info

Read more

How to: Gcc and g++ downgrade

sudo apt-get remove gcc g++ Check gcc again: gcc –version Install gcc 4.9/g++ 4.9 sudo apt-get install gcc-4.9 g++-4.9 Checking Version: g++-4.9 –version Link to gcc g++ ln -s /usr/bin/g++-4.9 /usr/bin/g++ ln -s /usr/bin/gcc-4.9 /usr/bin/gcc Checking Version: g++ –v gcc –v Latest update: mkdir ~/Downloads/gcc-4.9-deb && cd ~/Downloads/gcc-4.9-deb wget http://launchpadlibrarian.net/247707088/libmpfr4_3.1.4-1_amd64.deb wget http://launchpadlibrarian.net/253728424/libasan1_4.9.3-13ubuntu2_amd64.deb wget http://launchpadlibrarian.net/253728426/libgcc-4.9-dev_4.9.3-13ubuntu2_amd64.deb wget […]

Read more

ns-3.27 released

ns-3.27 was released on 12 October 2017 and features the following significant changes. Carrier Aggregation support was added to the LTE module. Native TCP models have been extended to include SACK and LEDBAT models. The Wi-Fi module was extended for partial 802.11ax High Efficiency (HE) support, and a new Robust Rate Adaptation Algorithm (RRPAA) rate control has been added. The traffic-control module has been […]

Read more