You are here: Home / Projects / Software Defined Network / QNet / Testing / QCrypt AES / Setup

Setup

by Oleg Sadov last modified Feb 04, 2018 08:08 PM

All actions are done under the 'root' user.

  1. Install packages:
    yum install git gcc vim libmicrohttpd-devel libcurl-devel libdb-devel libmcrypt-devel openssl-devel mininet openvswitch python-daemon
  2. Clone of Git repository:
    git clone https://github.com/itmo-infocom/qnet
  3. Build ctap, ctapraw, ctapudp and keyworker:
    cd qnet/src/
    for s in ctap ctapraw ctapudp keyworker; do pushd $s; make; popd; done
Artur
Artur says:
Mar 13, 2018 02:37 PM

Propose to add "systemctl enable --now openvswitch.service" as 4th item
or before 2nd.

Artur
Artur says:
Mar 13, 2018 02:49 PM

I forget that it was already mention in section "Testing 4 hosts".