Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 648 Bytes

File metadata and controls

24 lines (18 loc) · 648 Bytes

Setting up Environment

SGX is different from our CPU, so we need to run the code within docker. The reason why ./start-docker.sh and ./start-docker-real-sgx.sh coexist, is because the former simulates normal enviroment, and it's more friendly for debugging.

Install Docker

You can quickly install docker by copying ./technique/InstallingDocker.md.

Install numpy

# upgrade apt
sudo apt install --upgrade

# install pip
sudo apt install python3-pip

#install numpy
pip install numpy

Install Bandwidth Tools

sudo apt-get install iperf
sudo apt-get install tcpdump