Skip to content

RouTEE-SGX/client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

client

How to run client.py

$ cd client
$ mkdir key
$ mkdir experiment
$ pip3 install -r requirements.txt

Make scripts

$ cd scripts
$ python3 makeScript.py
$ cd ..

Run client.py console

$ python3 client.py

Run client.py with script

$ python3 client.py script*

Run client.py with script line by line

$ python3 client.py < script*

The second way, running with line by line, is more prefered.

Run client.py with pre-signed script line by line

$ python3 client.py < signed* signed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published