Define protocols and networks, run the protocols and see the results!
git clone --recursive [email protected]:FaridZandi/psim.git
# install gcc-9.4, python3.8
sudo apt-get install cmake libboost-all-dev -y
python3 -m pip install matplotlib numpy pandas networkx seaborn scipy
build is done with cmake.
mkdir build
cd build
cmake ..
make -j
cd ../run
python3 run.py