The implementation of TEEMS, a Trusted Execution Environment based Metadata-protected Messaging System

Ian Goldberg 1c6525f520 Clean up the log parser and have it record Waksman network creation times as well před 1 rokem
App 17a1433f5c Use only 2 cores for 2 or 3 servers před 1 rokem
Client 87a8e1344a Don't forget the numactl on the clients před 1 rokem
Enclave 789bbe5e9b making some needed fixes, including increasing the round 1a buffer size to satisfy columnroute constraint, consolidating some functions, and separating some buffers před 1 rokem
Untrusted a31e54d049 Resolving conflicts in merging aaron/public-channel před 1 rokem
Makefile 9471a0b20e Trace and plot node-to-node messages před 1 rokem
README 5c44ca5fcd First cut at README před 1 rokem
gen_enclave_config.py 4db69d3679 Tweaks to enclave mem from Aaron's original commit for it před 1 rokem
gen_manifest.py 84be84deee Experiments with small numbers of single-core servers (<= 3) for 2^20 clients don't work před 1 rokem
logs_to_csv.py 1c6525f520 Clean up the log parser and have it record Waksman network creation times as well před 1 rokem
mkzip 7f2dcab64b mkzip script to create the artifact zip file před 1 rokem
plot_traces 5313a77081 Automatically choose the horizontal scale for the trace plotter před 1 rokem
run_all_experiments.py 84be84deee Experiments with small numbers of single-core servers (<= 3) for 2^20 clients don't work před 1 rokem
run_experiments.py 4c7ec57bb3 Add extra time for m=3 servers as well as for m=2 před 1 rokem

README

Source code for "TEEMS: Trusted Execution Environment based
Metadata-protected Messaging System"

This code produced the data reported in Section 6 of our paper.

You will need:

- A machine with one or more SGX2-enabled processors
- The SGX SDK (https://github.com/intel/linux-sgx) installed (we used
version 2.22)
- The "numactl" program installed (even if you don't have a NUMA
machine)

The code is designed to run on a single machine with two 40-core
processors (Intel 8380). We allocate 36 cores on each processor for the
servers, and the last 4 cores on each processor for the clients.

If you have a different configuration, change the cores assigned to
clients by setting "prefix" in Client/clientlaunch and the -t option to
clientlaunch in run_experiments.py. Change the cores assigned to
servers in the gen_manifest.py program. Change the maximum number of
servers for a given number of cores in the M_MAX dictionary in
run_experiments.py.

Decide what experiments you want to run:

- Set the numbers of users (N), the numbers of servers (M), and the
numbers of cores per server (T) in run_experiments.py.
- Set whether you want to test the private or public channel by setting
"private_routing:" in gen_manifest.py to True or False respectively.

Build and run the code, and collect the output:

- make
- ./run_experiments.py
- ./logs_to_csv.py Experiments_test results.csv