Sarajevo, Bosnia and Herzegovina

Category Archives: Technology

Posts related to my job or interests

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

How to install ns-2.35 with AntNet on Centos6.8

Prerequisites: yum install gcc-c++ gcc44-c++ compat-gcc-34-c++ automake autoconf libtool libXmu-devel Important: These codes will work well with fresh installation of ns-allinone-2.35. If you have already compiled any other simulation in ns-2.35, kindly take a back up before you proceed. So, download fresh ns-235-allinone Make sure you have gcc of version 4 (best 4.4.7): execute gcc […]

Read more

We won the best pa­per award at MCSS2017!

Our work “QSIP: A Quantum Key Distribution Signaling Protocol” won the “Best Paper Award” at the Multimedia Communications, Services & Security (MCSS’17) conference 2017 in Krakow, Poland (http://mcss2017.kt.agh.edu.pl/). Title: QSIP: A Quantum Key Distribution Signaling Protocol Authors: Miralem Mehic Department of Telecommunications, VSB-Technical University of Ostrava, Ostrava-Poruba, Czech Republic Almir Maric Faculty of Electrical Engineering, University of Sarajevo, Sarajevo, Bosnia and Herzegovina Miroslav Voznak Department of Telecommunications, VSB-Technical […]

Read more