Install Debian - Veemyu/drc-sim-e GitHub Wiki
This install guide is for Debian based distros.
Dependencies
Before continuing, ensure the system requirements are met.
wpa_supplicant_drc and wpa_cli_drc
You will need to compile wpa supplicant and cli from source.
drc_sim_c
Version 2.0 and newer rely on a C++ backend.
See its repo for build instructions.
Other Dependencies (apt)
apt install \
python3 python3-dev python3-pip libffi-dev zlib1g-dev libjpeg-dev net-tools wireless-tools sysvinit-utils \
psmisc libavcodec-dev libswscale-dev rfkill isc-dhcp-client ifmetric python-tk cmake rfkill isc-dhcp-client pkg-config python3-tk ethtool
Getting drc-sim
git clone --recursive https://github.com/alinach120602/drc-sim-e
Install drc-sim
Change to the root directory of drc-sim-e. It should contain setup.py. A virtualenv can also be used.
Python Install method
sudo python3 setup.py install
Drc-sim-e is now installed. View connecting.