Tx summary
This commit is contained in:
parent
eba08d3b8b
commit
e98eb7380a
4 changed files with 146 additions and 4 deletions
|
|
@ -66,6 +66,7 @@ Install dependencies on the target:
|
|||
```bash
|
||||
sudo apt install acct dtach
|
||||
sudo chmod +s /sbin/sa
|
||||
pip install pyOpenSSL
|
||||
```
|
||||
|
||||
Modify experiment parameters at the top of `exp.py` to suit your setup and the wanted experiments.
|
||||
|
|
@ -74,6 +75,7 @@ Run:
|
|||
|
||||
```bash
|
||||
python exp.py make pi3 -c
|
||||
python makecerts.py
|
||||
python exp.py send pi3
|
||||
python exp.py run pi3 --idle
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue